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

/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-utils.h170 * @param high_bit Highest bit value can occupy (inclusive) 0-63
171 * @param low_bit Lowest bit value can occupy inclusive 0-high_bit
175 static inline uint64_t cvmx_build_bits(uint64_t high_bit, uint64_t low_bit, uint64_t value) argument
177 return ((value & cvmx_build_mask(high_bit - low_bit + 1)) << low_bit);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dobjc-exp.y1019 unsigned LONGEST high_bit;
1164 high_bit = ((unsigned LONGEST)1) << (TARGET_INT_BIT-1);
1178 high_bit = ((unsigned LONGEST)1) << (TARGET_LONG_BIT-1);
1184 high_bit = (((unsigned LONGEST)1)
1188 if (high_bit == 0)
1190 high_bit =
1201 if (unsigned_p || (n & high_bit))
H A Df-exp.y656 ULONGEST high_bit;
758 high_bit = ((ULONGEST)1) << (TARGET_LONG_BIT-1);
764 high_bit = ((ULONGEST)1) << (TARGET_INT_BIT-1);
774 if (unsigned_p || (n & high_bit))
H A Dc-exp.y1070 ULONGEST high_bit;
1219 high_bit = ((ULONGEST)1) << (TARGET_INT_BIT-1);
1233 high_bit = ((ULONGEST)1) << (TARGET_LONG_BIT-1);
1245 high_bit = (ULONGEST) 1 << shift;
1255 if (unsigned_p || (n & high_bit))
H A Dp-exp.y790 ULONGEST high_bit;
939 high_bit = ((ULONGEST)1) << (TARGET_INT_BIT-1);
953 high_bit = ((ULONGEST)1) << (TARGET_LONG_BIT-1);
965 high_bit = (ULONGEST) 1 << shift;
975 if (unsigned_p || (n & high_bit))
H A Dobjc-exp.c2664 unsigned LONGEST high_bit;
2809 high_bit = ((unsigned LONGEST)1) << (TARGET_INT_BIT-1);
2823 high_bit = ((unsigned LONGEST)1) << (TARGET_LONG_BIT-1);
2829 high_bit = (((unsigned LONGEST)1)
2833 if (high_bit == 0)
2835 high_bit =
2846 if (unsigned_p || (n & high_bit))
2660 unsigned LONGEST high_bit; local
H A Df-exp.c2033 ULONGEST high_bit;
2135 high_bit = ((ULONGEST)1) << (TARGET_LONG_BIT-1);
2141 high_bit = ((ULONGEST)1) << (TARGET_INT_BIT-1);
2151 if (unsigned_p || (n & high_bit))
2029 ULONGEST high_bit; local
H A Dc-exp.c2703 ULONGEST high_bit;
2852 high_bit = ((ULONGEST)1) << (TARGET_INT_BIT-1);
2866 high_bit = ((ULONGEST)1) << (TARGET_LONG_BIT-1);
2878 high_bit = (ULONGEST) 1 << shift;
2888 if (unsigned_p || (n & high_bit))
2699 ULONGEST high_bit; local
H A Dp-exp.c2115 ULONGEST high_bit;
2264 high_bit = ((ULONGEST)1) << (TARGET_INT_BIT-1);
2278 high_bit = ((ULONGEST)1) << (TARGET_LONG_BIT-1);
2290 high_bit = (ULONGEST) 1 << shift;
2300 if (unsigned_p || (n & high_bit))
2111 ULONGEST high_bit; local

Completed in 221 milliseconds