HomeSort by: relevance | last modified time | path
    Searched refs:low2 (Results 1 - 18 of 18) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/liblutil/
uuid.c 234 const unsigned int high2 = (i2 >> 16), low2 = (i2 & 0xffff); local
240 res.low = (unsigned long) low1 * low2;
249 tmp = (unsigned long) low2 * high1;
  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210_misc.c 333 uint32_t low1, low2, u32; local
338 low2 = OS_REG_READ(ah, AR_TSF_L32);
339 if (low2 < low1) { /* roll over */
352 return (((uint64_t) u32) << 32) | ((uint64_t) low2);
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211_misc.c 330 uint32_t low1, low2, u32; local
335 low2 = OS_REG_READ(ah, AR_TSF_L32);
336 if (low2 < low1) { /* roll over */
349 return (((uint64_t) u32) << 32) | ((uint64_t) low2);
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/
d2fixed.c 148 const uint64_t low2 = umul128(m, mul[2], &high2); // 128 local
153 const uint64_t s1low = low2 + high1 + c1; // 128
154 const uint32_t c2 = s1low < low2; // high1 + c1 can't overflow, so compare against low2
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ryu/
d2fixed.c 148 const uint64_t low2 = umul128(m, mul[2], &high2); // 128 local
153 const uint64_t s1low = low2 + high1 + c1; // 128
154 const uint32_t c2 = s1low < low2; // high1 + c1 can't overflow, so compare against low2
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_misc.c 238 uint32_t low1, low2, u32; local
243 low2 = OS_REG_READ(ah, AR_TSF_L32);
244 if (low2 < low1) { /* roll over */
257 return (((uint64_t) u32) << 32) | ((uint64_t) low2);
  /src/external/gpl2/xcvs/dist/diff/
diff3.c 984 create_diff3_block (low0, high0, low1, high1, low2, high2)
985 register int low0, high0, low1, high1, low2, high2;
998 D_LOWLINE (result, FILE2) = low2;
  /src/external/gpl3/gdb.old/dist/gdb/
valarith.c 709 LONGEST low2, high2;
714 if (!get_array_bounds (type2, &low2, &high2))
720 low2 = 0;
728 LONGEST n_elts = (high1 - low1 + 1) + (high2 - low2 + 1);
707 LONGEST low2, high2; local
  /src/external/gpl3/gdb/dist/gdb/
valarith.c 709 LONGEST low2, high2;
714 if (!get_array_bounds (type2, &low2, &high2))
720 low2 = 0;
728 LONGEST n_elts = (high1 - low1 + 1) + (high2 - low2 + 1);
707 LONGEST low2, high2; local
  /src/external/gpl3/gcc/dist/gcc/
ipa-icf-gimple.cc 922 tree low2 = CASE_LOW (label2); local
924 if (!tree_int_cst_equal (low1, low2))
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-icf-gimple.cc 880 tree low2 = CASE_LOW (label2); local
882 if (!tree_int_cst_equal (low1, low2))
  /src/external/gpl2/diffutils/dist/src/
diff3.c 863 lin low2, lin high2)
876 D_LOWLINE (result, FILE2) = low2;
  /src/external/gpl3/binutils/dist/bfd/
dwarf2.c 2113 /* Check whether [low1, high1) can be combined with [low2, high2),
2119 bfd_vma low2,
2122 if (low1 == low2 || high1 == high2)
2125 /* Sort so that low1 is below low2. */
2126 if (low1 > low2)
2131 low1 = low2;
2132 low2 = tmp;
2139 /* We touch iff low2 == high1.
2140 We overlap iff low2 is within [low1, high1). */
2141 return low2 <= high1
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
dwarf2.c 2113 /* Check whether [low1, high1) can be combined with [low2, high2),
2119 bfd_vma low2,
2122 if (low1 == low2 || high1 == high2)
2125 /* Sort so that low1 is below low2. */
2126 if (low1 > low2)
2131 low1 = low2;
2132 low2 = tmp;
2139 /* We touch iff low2 == high1.
2140 We overlap iff low2 is within [low1, high1). */
2141 return low2 <= high1
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
dwarf2.c 2113 /* Check whether [low1, high1) can be combined with [low2, high2),
2119 bfd_vma low2,
2122 if (low1 == low2 || high1 == high2)
2125 /* Sort so that low1 is below low2. */
2126 if (low1 > low2)
2131 low1 = low2;
2132 low2 = tmp;
2139 /* We touch iff low2 == high1.
2140 We overlap iff low2 is within [low1, high1). */
2141 return low2 <= high1
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
dwarf2.c 2113 /* Check whether [low1, high1) can be combined with [low2, high2),
2119 bfd_vma low2,
2122 if (low1 == low2 || high1 == high2)
2125 /* Sort so that low1 is below low2. */
2126 if (low1 > low2)
2131 low1 = low2;
2132 low2 = tmp;
2139 /* We touch iff low2 == high1.
2140 We overlap iff low2 is within [low1, high1). */
2141 return low2 <= high1
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/sparc/
sparc.cc 2857 rtx low2 = GEN_INT ((low_bits >> (32 - 12 - 12)) & 0xfff);
2876 if (low2 != const0_rtx)
2880 emit_insn (gen_rtx_SET (op0, gen_rtx_IOR (DImode, op0, low2)));
2854 rtx low2 = GEN_INT ((low_bits >> (32 - 12 - 12)) & 0xfff); local
  /src/external/gpl3/gcc.old/dist/gcc/config/sparc/
sparc.cc 2865 rtx low2 = GEN_INT ((low_bits >> (32 - 12 - 12)) & 0xfff);
2884 if (low2 != const0_rtx)
2888 emit_insn (gen_rtx_SET (op0, gen_rtx_IOR (DImode, op0, low2)));
2862 rtx low2 = GEN_INT ((low_bits >> (32 - 12 - 12)) & 0xfff); local

Completed in 54 milliseconds