Searched defs:PostfixMask (Results 1 – 5 of 5) sorted by relevance
253 BitWord PostfixMask = (1UL << (E % BITWORD_SIZE)) - 1; in set() local292 BitWord PostfixMask = (1UL << (E % BITWORD_SIZE)) - 1; in reset() local
483 BitWord PostfixMask = (1UL << (E % BITWORD_SIZE)) - 1; in set() local523 BitWord PostfixMask = (1UL << (E % BITWORD_SIZE)) - 1; in reset() local
414 BitWord PostfixMask = (BitWord(1) << (E % BITWORD_SIZE)) - 1; in set() local453 BitWord PostfixMask = (BitWord(1) << (E % BITWORD_SIZE)) - 1; in reset() local
431 BitWord PostfixMask = (BitWord(1) << (E % BITWORD_SIZE)) - 1; in set() local470 BitWord PostfixMask = (BitWord(1) << (E % BITWORD_SIZE)) - 1; in reset() local