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