Searched defs:btst (Results 1 – 3 of 3) sorted by relevance
61 #define btst(k, b) (k[b >> 3] & (0x80 >> (b & 07))) macro
70 #define btst(k, b) (k[b >> 3] & (0x80 >> (b & 07))) macro
65 #define btst(k, b) (k[b >> 3] & (0x80 >> (b & 07))) macro