Searched refs:WordBits (Results 1 – 2 of 2) sorted by relevance
189 constexpr static unsigned WordBits = CHAR_BIT * sizeof(Word); variable203 unsigned NumWords = (NumKeys + WordBits - 1) / WordBits; in TransitionTable()208 if ((I % WordBits) == 0) in TransitionTable()212 HasValue[I / WordBits] |= (Word(1) << (I % WordBits)); in TransitionTable()220 Word KeyMask = Word(1) << (Key % WordBits); in get()221 unsigned KeyWord = Key / WordBits; in get()
1867 unsigned WordBits = ((BitWidth - 1) % APINT_BITS_PER_WORD) + 1;1870 uint64_t mask = WORDTYPE_MAX >> (APINT_BITS_PER_WORD - WordBits);