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