Searched defs:BIS (Results 1 – 5 of 5) sorted by relevance
367 #define BIS(i, w) (MWORD((w), (i)) |= MBIT(i)) macro
92 #define BIS(i, w) (MWORD(w, i) |= MBIT(i)) macro
37 #define BIS(w, b) (((w) & (b)) ? B_TRUE : B_FALSE) macro [all...]
591 #define BIS(w, b) (((w) & (b)) ? B_TRUE : B_FALSE) macro
85 #define BIS(w, b) (((w) & (b)) ? B_TRUE : B_FALSE) macro