Home
last modified time | relevance | path

Searched refs:exp_mask (Results 1 - 5 of 5) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/mbind/
H A Dmbind01.c229 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 Dget_mempolicy01.c193 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 Dlp_state_setup.c272 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 DSkScan_Hairline.cpp364 const Sk2x32 exp_mask = Sk2x32(0xFF << 23);
365 return (Sk2x32::Load(&x) & exp_mask) != exp_mask;
/third_party/vixl/src/aarch64/
H A Dlogic-aarch64.cc4704 uint16_t exp_mask = 0x7c00;
4706 return ((rawbits & exp_mask) != 0) && ((~rawbits & exp_mask) != 0);

Completed in 14 milliseconds