Searched refs:bitlocation (Results 1 – 1 of 1) sorted by relevance
33 static uchar_t bitlocation[8] = {1, 2, 4, 8, 0x10, 0x20, 0x40, 0x80}; variable55 msk->bitmap[loc >> 3] |= bitlocation[loc & 7]; in add_option()83 if (bmap & bitlocation[j]) in compare_options_mask()