Home
last modified time | relevance | path

Searched refs:all_ones (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fake_stack.h93 const uptr all_ones = (((uptr)1) << (kNumberOfSizeClasses - 1)) - 1; in FlagsOffset() local
94 return ((all_ones >> t) << t) << (stack_size_log - 15); in FlagsOffset()
/freebsd/contrib/llvm-project/libc/src/__support/fixed_point/
H A Dfx_bits.h172 T all_ones = bit_not(FXRep::ZERO()); in round() local
176 (shift == FXRep::TOTAL_LEN) ? FXRep::ZERO() : (all_ones << shift); in round()
/freebsd/contrib/llvm-project/libc/src/__support/
H A Dbig_int.h489 LIBC_INLINE static constexpr BigInt all_ones() { return ~zero(); }
497 BigInt out = all_ones();
1311 return T::all_ones();
1327 return T::all_ones();
/freebsd/sys/dev/qlnx/qlnxe/
H A Discsi_common.h751 __le32 all_ones; member
778 __le32 all_ones /* should be 0xffffffff */; member
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp12155 uint64_t all_ones = -1; in EmulateVLD1Single() local
12156 uint64_t mask = all_ones in EmulateVLD1Single()
12161 mask = mask | Bits64(all_ones, (index * esize) - 1, in EmulateVLD1Single()