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