Home
last modified time | relevance | path

Searched refs:low2 (Results 1 – 14 of 14) sorted by relevance

/netbsd/external/bsd/openldap/dist/libraries/liblutil/
H A Duuid.c234 const unsigned int high2 = (i2 >> 16), low2 = (i2 & 0xffff); in mul64ll() local
240 res.low = (unsigned long) low1 * low2; in mul64ll()
249 tmp = (unsigned long) low2 * high1; in mul64ll()
/netbsd/sys/external/isc/atheros_hal/dist/ar5210/
H A Dar5210_misc.c333 uint32_t low1, low2, u32; in ar5210GetTsf64() local
338 low2 = OS_REG_READ(ah, AR_TSF_L32); in ar5210GetTsf64()
339 if (low2 < low1) { /* roll over */ in ar5210GetTsf64()
352 return (((uint64_t) u32) << 32) | ((uint64_t) low2); in ar5210GetTsf64()
/netbsd/sys/external/isc/atheros_hal/dist/ar5211/
H A Dar5211_misc.c330 uint32_t low1, low2, u32; in ar5211GetTsf64() local
335 low2 = OS_REG_READ(ah, AR_TSF_L32); in ar5211GetTsf64()
336 if (low2 < low1) { /* roll over */ in ar5211GetTsf64()
349 return (((uint64_t) u32) << 32) | ((uint64_t) low2); in ar5211GetTsf64()
/netbsd/sys/external/isc/atheros_hal/dist/ar5212/
H A Dar5212_misc.c238 uint32_t low1, low2, u32; in ar5212GetTsf64() local
243 low2 = OS_REG_READ(ah, AR_TSF_L32); in ar5212GetTsf64()
244 if (low2 < low1) { /* roll over */ in ar5212GetTsf64()
257 return (((uint64_t) u32) << 32) | ((uint64_t) low2); in ar5212GetTsf64()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/
H A Dd2fixed.c148 const uint64_t low2 = umul128(m, mul[2], &high2); // 128 in mulShift_mod1e9() local
153 const uint64_t s1low = low2 + high1 + c1; // 128 in mulShift_mod1e9()
154 const uint32_t c2 = s1low < low2; // high1 + c1 can't overflow, so compare against low2 in mulShift_mod1e9()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dipa-icf-gimple.c726 tree low2 = CASE_LOW (label2); in compare_gimple_switch() local
728 if (!tree_int_cst_equal (low1, low2)) in compare_gimple_switch()
H A Dipa-icf-gimple.cc834 tree low2 = CASE_LOW (label2); in compare_gimple_switch() local
836 if (!tree_int_cst_equal (low1, low2)) in compare_gimple_switch()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dipa-icf-gimple.c726 tree low2 = CASE_LOW (label2); in compare_gimple_switch() local
728 if (!tree_int_cst_equal (low1, low2)) in compare_gimple_switch()
/netbsd/external/gpl2/xcvs/dist/diff/
H A Ddiff3.c981 create_diff3_block (low0, high0, low1, high1, low2, high2) in create_diff3_block() argument
982 register int low0, high0, low1, high1, low2, high2; in create_diff3_block()
995 D_LOWLINE (result, FILE2) = low2;
/netbsd/external/gpl2/diffutils/dist/src/
H A Ddiff3.c860 lin low2, lin high2) in create_diff3_block() argument
873 D_LOWLINE (result, FILE2) = low2; in create_diff3_block()
/netbsd/external/gpl3/binutils/dist/bfd/
H A Ddwarf2.c2026 bfd_vma low2, in ranges_overlap() argument
2029 if (low1 == low2 || high1 == high2) in ranges_overlap()
2033 if (low1 > low2) in ranges_overlap()
2038 low1 = low2; in ranges_overlap()
2039 low2 = tmp; in ranges_overlap()
2048 return low2 <= high1; in ranges_overlap()
/netbsd/external/gpl3/gcc/dist/gcc/config/sparc/
H A Dsparc.c2866 rtx low2 = GEN_INT ((low_bits >> (32 - 12 - 12)) & 0xfff); in sparc_emit_set_const64_longway() local
2885 if (low2 != const0_rtx) in sparc_emit_set_const64_longway()
2889 emit_insn (gen_rtx_SET (op0, gen_rtx_IOR (DImode, op0, low2))); in sparc_emit_set_const64_longway()
H A Dsparc.cc2862 rtx low2 = GEN_INT ((low_bits >> (32 - 12 - 12)) & 0xfff); in sparc_emit_set_const64_longway() local
2881 if (low2 != const0_rtx) in sparc_emit_set_const64_longway()
2885 emit_insn (gen_rtx_SET (op0, gen_rtx_IOR (DImode, op0, low2))); in sparc_emit_set_const64_longway()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/sparc/
H A Dsparc.c2866 rtx low2 = GEN_INT ((low_bits >> (32 - 12 - 12)) & 0xfff); in sparc_emit_set_const64_longway() local
2885 if (low2 != const0_rtx) in sparc_emit_set_const64_longway()
2889 emit_insn (gen_rtx_SET (op0, gen_rtx_IOR (DImode, op0, low2))); in sparc_emit_set_const64_longway()