HomeSort by: relevance | last modified time | path
    Searched defs:low2 (Results 1 - 12 of 12) 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/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/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/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/gcc/
ipa-icf-gimple.cc 880 tree low2 = CASE_LOW (label2); local
882 if (!tree_int_cst_equal (low1, 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/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/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/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 52 milliseconds