Searched refs:testbits (Results 1 – 5 of 5) sorted by relevance
64 #define testbits(x,m) ((x) & (m)) macro69 #define testbit(x,b) testbits(x, bitmask(b))89 #define iswhite(x) testbits((x)->marked, WHITEBITS)92 (!testbits((x)->marked, WHITEBITS | bitmask(BLACKBIT)))
41 const doublebits testbits = { .d = testForOverflow }; in __gcc_qsub() local42 if (((uint32_t)(testbits.x >> 32) & infinityHi) == infinityHi) { in __gcc_qsub()
41 const doublebits testbits = { .d = testForOverflow }; in __gcc_qadd() local42 if (((uint32_t)(testbits.x >> 32) & infinityHi) == infinityHi) { in __gcc_qadd()
4657 pmap_test_attrs(struct vm_page *pg, unsigned testbits)4667 if ((pp->pp_attrs & testbits) != 0) {4674 if ((pp->pp_attrs & testbits) != 0) {4695 result = pp->pp_attrs & testbits;4656 pmap_test_attrs(struct vm_page * pg,unsigned testbits) global() argument
13918 @cindex @code{testbits.awk} program13941 @c this is a hack to make testbits.awk self-contained13943 @c file eg/prog/testbits.awk13962 @c file eg/prog/testbits.awk13981 $ gawk -f testbits.awk