Home
last modified time | relevance | path

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

/dragonfly/sys/bus/isa/x86_64/
H A Disa_dma.c432 u_long low1, high1, low2, high2; in isa_dmastatus() local
456 low1 = inb(waport); in isa_dmastatus()
468 if (low1 >= low2) { in isa_dmastatus()
469 cnt = (low1 + (high1 << 8) + 1) & 0xffff; in isa_dmastatus()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210_misc.c334 uint32_t low1, low2, u32; in ar5210GetTsf64() local
337 low1 = OS_REG_READ(ah, AR_TSF_L32); in ar5210GetTsf64()
340 if (low2 < low1) { /* roll over */ in ar5210GetTsf64()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_misc.c330 uint32_t low1, low2, u32; in ar5211GetTsf64() local
333 low1 = OS_REG_READ(ah, AR_TSF_L32); in ar5211GetTsf64()
336 if (low2 < low1) { /* roll over */ in ar5211GetTsf64()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_misc.c109 uint32_t low1, low2, u32; in ar5416GetTsf64() local
112 low1 = OS_REG_READ(ah, AR_TSF_L32); in ar5416GetTsf64()
115 if (low2 < low1) { /* roll over */ in ar5416GetTsf64()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-warn.c181 tree low0, low1, low, high0, high1, high, lhs, rhs, tem; in warn_logical_operator() local
265 rhs = make_range (op_right, &in1_p, &low1, &high1, &strict_overflow_p); in warn_logical_operator()
274 tem = build_range_check (UNKNOWN_LOCATION, type, rhs, in1_p, low1, high1); in warn_logical_operator()
282 in1_p, low1, high1)) in warn_logical_operator()
299 else if (tree_int_cst_equal (low0, low1) in warn_logical_operator()
/dragonfly/contrib/cvs-1.12/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()
993 D_LOWLINE (result, FILE1) = low1;
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_misc.c235 uint32_t low1, low2, u32; in ar5212GetTsf64() local
238 low1 = OS_REG_READ(ah, AR_TSF_L32); in ar5212GetTsf64()
241 if (low2 < low1) { /* roll over */ in ar5212GetTsf64()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dipa-icf-gimple.c912 tree low1 = CASE_LOW (label1); in compare_gimple_switch() local
915 if (!tree_int_cst_equal (low1, low2)) in compare_gimple_switch()
H A Dfold-const.c5061 low0, 0, low1, 0))); in merge_ranges()
5069 low0, 0, low1, 0)) in merge_ranges()
5075 tem = low0, low0 = low1, low1 = tem; in merge_ranges()
5083 high0, 1, low1, 0)); in merge_ranges()
5097 in_p = 1, low = low1, high = high1; in merge_ranges()
5099 in_p = 1, low = low1, high = high0; in merge_ranges()
5131 high = range_predecessor (low1); in merge_ranges()
5150 in_p = 1, low = low1, high = high1; in merge_ranges()
5178 1, low1, 0))) in merge_ranges()
5504 in1_p, low1, high1) in fold_range_test()
[all …]
H A Drtlanal.c4663 int low1 = ctz_or_zero (nz1); in nonzero_bits1() local
4675 result_low = MIN (low0, low1); in nonzero_bits1()
4678 result_low = MIN (low0, low1); in nonzero_bits1()
4682 result_low = low0 + low1; in nonzero_bits1()
4700 result_low = MIN (low0, low1); in nonzero_bits1()
4706 result_low = MIN (low0, low1); in nonzero_bits1()
/dragonfly/contrib/gcc-4.7/gcc/
H A Drtlanal.c4147 int low1 = floor_log2 (nz1 & -nz1); in nonzero_bits1() local
4159 result_low = MIN (low0, low1); in nonzero_bits1()
4162 result_low = MIN (low0, low1); in nonzero_bits1()
4166 result_low = low0 + low1; in nonzero_bits1()
4184 result_low = MIN (low0, low1); in nonzero_bits1()
4190 result_low = MIN (low0, low1); in nonzero_bits1()
H A Dfold-const.c4357 low0, 0, low1, 0))); in merge_ranges()
4365 low0, 0, low1, 0)) in merge_ranges()
4371 tem = low0, low0 = low1, low1 = tem; in merge_ranges()
4379 high0, 1, low1, 0)); in merge_ranges()
4393 in_p = 1, low = low1, high = high1; in merge_ranges()
4395 in_p = 1, low = low1, high = high0; in merge_ranges()
4427 high = range_predecessor (low1); in merge_ranges()
4474 1, low1, 0))) in merge_ranges()
4903 in1_p, low1, high1) in fold_range_test()
4941 low1, high1)))) in fold_range_test()
[all …]
/dragonfly/contrib/diffutils/src/
H A Ddiff3.c905 lin low1, lin high1, in create_diff3_block() argument
917 D_LOWLINE (result, FILE1) = low1; in create_diff3_block()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-common.c1571 tree low0, low1, low, high0, high1, high, lhs, rhs, tem; in warn_logical_operator() local
1616 rhs = make_range (op_right, &in1_p, &low1, &high1, &strict_overflow_p); in warn_logical_operator()
1633 in1_p, low1, high1) in warn_logical_operator()