| /src/external/bsd/openldap/dist/libraries/liblutil/ |
| uuid.c | 233 const unsigned int high1 = (i1 >> 16), low1 = (i1 & 0xffff); local 240 res.low = (unsigned long) low1 * low2; 242 tmp = (unsigned long) low1 * high2;
|
| /src/sys/external/isc/atheros_hal/dist/ar5210/ |
| ar5210_misc.c | 333 uint32_t low1, low2, u32; local 336 low1 = OS_REG_READ(ah, AR_TSF_L32); 339 if (low2 < low1) { /* roll over */
|
| /src/external/lgpl3/gmp/dist/tests/mpz/ |
| t-bit.c | 176 int zeros, low1; local 185 for (low1 = 0; low1 <= 1; low1++) 187 if (low1)
|
| /src/sys/external/isc/atheros_hal/dist/ar5211/ |
| ar5211_misc.c | 330 uint32_t low1, low2, u32; local 333 low1 = OS_REG_READ(ah, AR_TSF_L32); 336 if (low2 < low1) { /* roll over */
|
| /src/sys/external/isc/atheros_hal/dist/ar5212/ |
| ar5212_misc.c | 238 uint32_t low1, low2, u32; local 241 low1 = OS_REG_READ(ah, AR_TSF_L32); 244 if (low2 < low1) { /* roll over */
|
| /src/external/gpl3/gcc/dist/gcc/ |
| ipa-icf-gimple.cc | 921 tree low1 = CASE_LOW (label1); local 924 if (!tree_int_cst_equal (low1, low2))
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/ |
| d2fixed.c | 146 const uint64_t low1 = umul128(m, mul[1], &high1); // 64 local 151 const uint64_t s0high = low1 + high0; // 64 152 const uint32_t c1 = s0high < low1;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ipa-icf-gimple.cc | 879 tree low1 = CASE_LOW (label1); local 882 if (!tree_int_cst_equal (low1, low2))
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ryu/ |
| d2fixed.c | 146 const uint64_t low1 = umul128(m, mul[1], &high1); // 64 local 151 const uint64_t s0high = low1 + high0; // 64 152 const uint32_t c1 = s0high < low1;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| valarith.c | 694 LONGEST low1, high1; 699 if (!get_array_bounds (type1, &low1, &high1)) 705 low1 = 0; 728 LONGEST n_elts = (high1 - low1 + 1) + (high2 - low2 + 1); 692 LONGEST low1, high1; local
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| valarith.c | 694 LONGEST low1, high1; 699 if (!get_array_bounds (type1, &low1, &high1)) 705 low1 = 0; 728 LONGEST n_elts = (high1 - low1 + 1) + (high2 - low2 + 1); 692 LONGEST low1, high1; local
|
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-warn.cc | 190 tree low0, low1, low, high0, high1, high, lhs, rhs, tem; local 281 rhs = make_range (op_right, &in1_p, &low1, &high1, &strict_overflow_p); 290 tem = build_range_check (UNKNOWN_LOCATION, type, rhs, in1_p, low1, high1); 298 in1_p, low1, high1)) 315 else if (tree_int_cst_equal (low0, low1)
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-warn.cc | 189 tree low0, low1, low, high0, high1, high, lhs, rhs, tem; local 280 rhs = make_range (op_right, &in1_p, &low1, &high1, &strict_overflow_p); 289 tem = build_range_check (UNKNOWN_LOCATION, type, rhs, in1_p, low1, high1); 297 in1_p, low1, high1)) 314 else if (tree_int_cst_equal (low0, low1)
|
| /src/external/gpl3/gcc/dist/gcc/config/sparc/ |
| sparc.cc | 2856 rtx low1 = GEN_INT ((low_bits >> (32 - 12)) & 0xfff); 2864 if (low1 != const0_rtx) 2868 emit_insn (gen_rtx_SET (op0, gen_rtx_IOR (DImode, op0, low1))); 2853 rtx low1 = GEN_INT ((low_bits >> (32 - 12)) & 0xfff); local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/sparc/ |
| sparc.cc | 2864 rtx low1 = GEN_INT ((low_bits >> (32 - 12)) & 0xfff); 2872 if (low1 != const0_rtx) 2876 emit_insn (gen_rtx_SET (op0, gen_rtx_IOR (DImode, op0, low1))); 2861 rtx low1 = GEN_INT ((low_bits >> (32 - 12)) & 0xfff); local
|