Home
last modified time | relevance | path

Searched defs:testbits (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dgcc_qadd.c39 const doublebits testbits = {.d = testForOverflow}; in __gcc_qadd() local
H A Dgcc_qsub.c39 const doublebits testbits = {.d = testForOverflow}; in __gcc_qsub() local
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlgc.h79 #define testbits(x,m) ((x) & (m)) macro
/freebsd/contrib/lua/src/
H A Dlgc.h62 #define testbits(x,m) ((x) & (m)) macro