Searched defs:BitWord (Results 1 – 15 of 15) sorted by relevance
31 typedef uintptr_t BitWord; typedef42 constexpr Bitset(const std::array<BitWord, NumWords> &B) in Bitset()
83 typedef uintptr_t BitWord; typedef
46 typedef unsigned long BitWord; typedef
28 typedef unsigned long BitWord; typedef
29 typedef unsigned long BitWord; typedef
76 typedef uintptr_t BitWord; typedef
248 typedef unsigned long BitWord; typedef
74 typedef uintptr_t BitWord; typedef
445 explicit BitWord(uint64_t* word) : word_(word) {} in BitWord() function