Home
last modified time | relevance | path

Searched refs:high_bit (Results 1 – 9 of 9) sorted by relevance

/freebsd-10-stable/sys/contrib/octeon-sdk/
Dcvmx-utils.h180 static inline uint64_t cvmx_build_bits(uint64_t high_bit, uint64_t low_bit, uint64_t value) in cvmx_build_bits() argument
182 return ((value & cvmx_build_mask(high_bit - low_bit + 1)) << low_bit); in cvmx_build_bits()
/freebsd-10-stable/contrib/gdb/gdb/
Dobjc-exp.y1018 unsigned LONGEST high_bit; local
1163 high_bit = ((unsigned LONGEST)1) << (TARGET_INT_BIT-1);
1177 high_bit = ((unsigned LONGEST)1) << (TARGET_LONG_BIT-1);
1183 high_bit = (((unsigned LONGEST)1)
1187 if (high_bit == 0)
1189 high_bit =
1200 if (unsigned_p || (n & high_bit))
Df-exp.y655 ULONGEST high_bit; local
757 high_bit = ((ULONGEST)1) << (TARGET_LONG_BIT-1);
763 high_bit = ((ULONGEST)1) << (TARGET_INT_BIT-1);
773 if (unsigned_p || (n & high_bit))
Dp-exp.y789 ULONGEST high_bit; local
938 high_bit = ((ULONGEST)1) << (TARGET_INT_BIT-1);
952 high_bit = ((ULONGEST)1) << (TARGET_LONG_BIT-1);
964 high_bit = (ULONGEST) 1 << shift;
974 if (unsigned_p || (n & high_bit))
Dc-exp.y1069 ULONGEST high_bit; local
1218 high_bit = ((ULONGEST)1) << (TARGET_INT_BIT-1);
1232 high_bit = ((ULONGEST)1) << (TARGET_LONG_BIT-1);
1244 high_bit = (ULONGEST) 1 << shift;
1254 if (unsigned_p || (n & high_bit))
Dobjc-exp.c2660 unsigned LONGEST high_bit; local
2805 high_bit = ((unsigned LONGEST)1) << (TARGET_INT_BIT-1);
2819 high_bit = ((unsigned LONGEST)1) << (TARGET_LONG_BIT-1);
2825 high_bit = (((unsigned LONGEST)1)
2829 if (high_bit == 0)
2831 high_bit =
2842 if (unsigned_p || (n & high_bit))
Dp-exp.c2111 ULONGEST high_bit; local
2260 high_bit = ((ULONGEST)1) << (TARGET_INT_BIT-1);
2274 high_bit = ((ULONGEST)1) << (TARGET_LONG_BIT-1);
2286 high_bit = (ULONGEST) 1 << shift;
2296 if (unsigned_p || (n & high_bit))
Df-exp.c2029 ULONGEST high_bit; local
2131 high_bit = ((ULONGEST)1) << (TARGET_LONG_BIT-1);
2137 high_bit = ((ULONGEST)1) << (TARGET_INT_BIT-1);
2147 if (unsigned_p || (n & high_bit))
Dc-exp.c2699 ULONGEST high_bit; local
2848 high_bit = ((ULONGEST)1) << (TARGET_INT_BIT-1);
2862 high_bit = ((ULONGEST)1) << (TARGET_LONG_BIT-1);
2874 high_bit = (ULONGEST) 1 << shift;
2884 if (unsigned_p || (n & high_bit))