Home
last modified time | relevance | path

Searched refs:bitlocation (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/cdrw/
H A Doptions.c33 static uchar_t bitlocation[8] = {1, 2, 4, 8, 0x10, 0x20, 0x40, 0x80}; variable
55 msk->bitmap[loc >> 3] |= bitlocation[loc & 7]; in add_option()
83 if (bmap & bitlocation[j]) in compare_options_mask()