Home
last modified time | relevance | path

Searched refs:testbit (Results 1 – 12 of 12) sorted by relevance

/external/lua/src/
Dlgc.h74 #define testbit(x,b) testbits(x, bitmask(b)) macro
88 #define isblack(x) testbit((x)->marked, BLACKBIT)
92 #define tofinalize(x) testbit((x)->marked, FINALIZEDBIT)
Dlgc.c1106 while (!testbit(statesmask, g->gcstate)) in luaC_runtilstate()
/external/python/cpython2/Include/
Dbitset.h16 #define testbit(ss, ibit) (((ss)[BIT2BYTE(ibit)] & BIT2MASK(ibit)) != 0) macro
/external/python/cpython3/Include/
Dbitset.h16 #define testbit(ss, ibit) (((ss)[BIT2BYTE(ibit)] & BIT2MASK(ibit)) != 0) macro
/external/python/cpython2/Parser/
Dbitset.c42 testbit(bitset ss, int ibit)
Dpgen.c421 yy->ss_finish = testbit(ss, nf->nf_finish); in makedfa()
436 if (!testbit(ss, ibit)) in makedfa()
486 yy->ss_finish = testbit(yy->ss_ss, nf->nf_finish); in makedfa()
529 if (testbit(yy->ss_ss, ibit)) in printssdfa()
Dfirstsets.c106 if (testbit(result, i)) in calcfirstset()
Dacceler.c95 if (testbit(d1->d_first, ibit)) { in fixstate()
/external/python/cpython3/Parser/
Dbitset.c42 testbit(bitset ss, int ibit)
Dpgen.c419 yy->ss_finish = testbit(ss, nf->nf_finish); in makedfa()
434 if (!testbit(ss, ibit)) in makedfa()
484 yy->ss_finish = testbit(yy->ss_ss, nf->nf_finish); in makedfa()
527 if (testbit(yy->ss_ss, ibit)) in printssdfa()
Dfirstsets.c106 if (testbit(result, i)) in calcfirstset()
Dacceler.c95 if (testbit(d1->d_first, ibit)) { in fixstate()