Searched refs:all_ones (Results 1 – 5 of 5) sorted by relevance
93 const uptr all_ones = (((uptr)1) << (kNumberOfSizeClasses - 1)) - 1; in FlagsOffset() local94 return ((all_ones >> t) << t) << (stack_size_log - 15); in FlagsOffset()
172 T all_ones = bit_not(FXRep::ZERO()); in round() local176 (shift == FXRep::TOTAL_LEN) ? FXRep::ZERO() : (all_ones << shift); in round()
489 LIBC_INLINE static constexpr BigInt all_ones() { return ~zero(); }497 BigInt out = all_ones();1311 return T::all_ones();1327 return T::all_ones();
751 __le32 all_ones; member778 __le32 all_ones /* should be 0xffffffff */; member
12155 uint64_t all_ones = -1; in EmulateVLD1Single() local12156 uint64_t mask = all_ones in EmulateVLD1Single()12161 mask = mask | Bits64(all_ones, (index * esize) - 1, in EmulateVLD1Single()