Searched defs:bitset (Results 1 – 9 of 9) sorted by relevance
36 typedef struct bitset { struct 50 * Resize / query a bitset's holding capacity argument
57 # define bitset(bit, word) (((word) & (bit)) != 0) macro
201 bitset(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in bitset() function
832 uint64_t bitset; in hci1394_statebit_tst() local
342 bool dimen = 0, bitset = 0; in Dgetdol() local
133 bitset(const char *fn, in bitset() function
182 bitset(const char *fn, in bitset() function [all...]
176 #define bitset(p,c) ((p)[((c)>>3)&037]|=(1<<((c)&07))) macro