Searched refs:WordRef (Results 1 – 1 of 1) sorted by relevance
93 BitWord *WordRef; variable98 WordRef = &b.Bits[Idx / BITWORD_SIZE]; in reference()112 *WordRef |= BitWord(1) << BitPos;114 *WordRef &= ~(BitWord(1) << BitPos);119 return ((*WordRef) & (BitWord(1) << BitPos)) != 0;