Home
last modified time | relevance | path

Searched defs:testbit (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython2/Include/
Dbitset.h16 #define testbit(ss, ibit) (((ss)[BIT2BYTE(ibit)] & BIT2MASK(ibit)) != 0) macro
/aosp_15_r20/external/lua/src/
H A Dlgc.h67 #define testbit(x,b) testbits(x, bitmask(b)) macro