Searched refs:all_ones (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/compiler-rt/lib/asan/
H A Dasan_fake_stack.h94 const uptr all_ones = (1 << (kNumberOfSizeClasses - 1)) - 1; local
95 return ((all_ones >> t) << t) << (stack_size_log - 15);
/freebsd-11.0-release/contrib/gcc/
H A Dtree.c924 unsigned HOST_WIDE_INT all_ones = ~(unsigned HOST_WIDE_INT) 0;
932 low = all_ones;
937 low = all_ones >> (HOST_BITS_PER_WIDE_INT - bits);
943 low = all_ones;
944 high = all_ones >> (HOST_BITS_PER_WIDE_INT - bits);
920 unsigned HOST_WIDE_INT all_ones = ~(unsigned HOST_WIDE_INT) 0; local
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp11753 uint64_t all_ones = -1;
11754 uint64_t mask = all_ones << ((index+1) * esize); // mask is all 1's to left of where 'element' goes, & all 0's
11757 mask = mask | Bits64 (all_ones, (index * esize) - 1, 0); // add 1's to the right of where 'element' goes.

Completed in 202 milliseconds