Searched defs:all_ones (Results 1 – 10 of 10) sorted by relevance
91 …int all_ones = vx_low_s == 0x1FFF && vx_high_s == 0x1FFF && vx_low_t == 0x1FFF && vx_high_t == 0x1… in physical_to_symbolic() local106 …int all_ones = vx_low_s == 0x1FF && vx_high_s == 0x1FF && vx_low_t == 0x1FF && vx_high_t == 0x1FF … in physical_to_symbolic() local
94 const uptr all_ones = (((uptr)1) << (kNumberOfSizeClasses - 1)) - 1; in FlagsOffset() local
93 const uptr all_ones = (((uptr)1) << (kNumberOfSizeClasses - 1)) - 1; in FlagsOffset() local
145 const uint32_t all_ones = 2 * single_one - 1; in TEST() local158 const uint64_t all_ones = 2 * single_one - 1; in TEST() local
328 const uint32_t all_ones = ~0; in EncodeIntegerAsWords() local
784 let mut all_ones: SmallVec<[i32; 5]> = SmallVec::from_slice(&[1, 1, 1, 1, 1]); in test_dedup() localVariable
1723 auto all_ones = [](ArrayAttr arr) -> bool { in GetOptimalLayout() local
1844 LLVMValueRef all_ones = LLVMConstInt(ctx->i32, -1, true); in ac_build_imsb() local
12189 uint64_t all_ones = -1; in EmulateVLD1Single() local