Searched refs:WordRef (Results 1 – 1 of 1) sorted by relevance
94 BitWord *WordRef; variable99 WordRef = &b.Bits[Idx / BITWORD_SIZE]; in reference()113 *WordRef |= BitWord(1) << BitPos;115 *WordRef &= ~(BitWord(1) << BitPos);120 return ((*WordRef) & (BitWord(1) << BitPos)) != 0;