/external/compiler-rt/lib/builtins/ppc/ |
gcc_qadd.c | 41 const doublebits testbits = { .d = testForOverflow }; local 42 if (((uint32_t)(testbits.x >> 32) & infinityHi) == infinityHi) {
|
gcc_qsub.c | 41 const doublebits testbits = { .d = testForOverflow }; local 42 if (((uint32_t)(testbits.x >> 32) & infinityHi) == infinityHi) {
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
lgc.h | 78 #define testbits(x,m) ((x) & (m)) macro 83 #define testbit(x,b) testbits(x, bitmask(b)) 99 #define iswhite(x) testbits((x)->gch.marked, WHITEBITS) 102 (!testbits((x)->gch.marked, WHITEBITS | bitmask(BLACKBIT)))
|
lgc.c | 742 if (testbits(marked, tostop)) [all...] |
/external/skia/third_party/lua/src/ |
lgc.h | 78 #define testbits(x,m) ((x) & (m)) macro 83 #define testbit(x,b) testbits(x, bitmask(b)) 99 #define iswhite(x) testbits((x)->gch.marked, WHITEBITS) 102 (!testbits((x)->gch.marked, WHITEBITS | bitmask(BLACKBIT)))
|
lgc.c | 735 if (testbits(marked, tostop)) [all...] |
/external/syslinux/com32/lua/src/ |
lgc.h | 78 #define testbits(x,m) ((x) & (m)) macro 83 #define testbit(x,b) testbits(x, bitmask(b)) 99 #define iswhite(x) testbits((x)->gch.marked, WHITEBITS) 102 (!testbits((x)->gch.marked, WHITEBITS | bitmask(BLACKBIT)))
|
lgc.c | 742 if (testbits(marked, tostop)) [all...] |