Searched refs:exp_mask (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/mbind/ |
H A D | mbind01.c | 229 struct bitmask *exp_mask = *(tc->exp_nodemask); in do_test() local 231 if (!numa_bitmask_equal(exp_mask, getnodemask)) { in do_test() 233 tst_res_hexd(TINFO, exp_mask->maskp, in do_test() 234 exp_mask->size / 8, "exp_mask: "); in do_test()
|
/third_party/ltp/testcases/kernel/syscalls/get_mempolicy/ |
H A D | get_mempolicy01.c | 193 struct bitmask *exp_mask = *(tc->exp_nodemask); in do_test() local 195 if (!numa_bitmask_equal(exp_mask, getnodemask)) { in do_test() 197 tst_res_hexd(TINFO, exp_mask->maskp, in do_test() 198 exp_mask->size / 8, "expected:"); in do_test()
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_setup.c | 272 LLVMValueRef c23_shifted, exp_mask, bias, exp; in lp_do_offset_tri() local 278 exp_mask = lp_build_const_int32(gallivm, 0xff << 23); in lp_do_offset_tri() 292 exp = lp_build_and(&int_scalar_bld, exp, exp_mask); in lp_do_offset_tri()
|
/third_party/skia/src/core/ |
H A D | SkScan_Hairline.cpp | 364 const Sk2x32 exp_mask = Sk2x32(0xFF << 23); 365 return (Sk2x32::Load(&x) & exp_mask) != exp_mask;
|
/third_party/vixl/src/aarch64/ |
H A D | logic-aarch64.cc | 4704 uint16_t exp_mask = 0x7c00; 4706 return ((rawbits & exp_mask) != 0) && ((~rawbits & exp_mask) != 0);
|
Completed in 13 milliseconds