Searched defs:testbit (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ | ||
H A D | lgc.h | 83 #define testbit(x,b) testbits(x, bitmask(b)) macro |
/freebsd/contrib/lua/src/ | ||
H A D | lgc.h | 67 #define testbit(x,b) testbits(x, bitmask(b)) macro |