Searched defs:BitWord (Results 1 – 7 of 7) sorted by relevance
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