Searched refs:low1 (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/sys/ia64/isa/
H A Disa_dma.c403 * - read low1
412 * greater than the low1 value. In this case, low2 and high2 are a
415 * In any other case, low1 and high1 can be considered to be correct.
426 u_long low1, high1, low2, high2; local
451 low1 = inb(waport);
463 if (low1 >= low2) {
464 cnt = (low1 + (high1 << 8) + 1) & 0xffff;
/freebsd-9.3-release/sys/pc98/cbus/
H A Dcbus_dma.c373 * - read low1
382 * greater than the low1 value. In this case, low2 and high2 are a
385 * In any other case, low1 and high1 can be considered to be correct.
396 u_long low1, high1, low2, high2; local
417 low1 = inb(waport);
429 if (low1 >= low2) {
430 cnt = (low1 + (high1 << 8) + 1) & 0xffff;
/freebsd-9.3-release/sys/x86/isa/
H A Disa_dma.c439 * - read low1
448 * greater than the low1 value. In this case, low2 and high2 are a
451 * In any other case, low1 and high1 can be considered to be correct.
462 u_long low1, high1, low2, high2; local
488 low1 = inb(waport);
500 if (low1 >= low2) {
501 cnt = (low1 + (high1 << 8) + 1) & 0xffff;
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c333 uint32_t low1, low2, u32; local
336 low1 = OS_REG_READ(ah, AR_TSF_L32);
339 if (low2 < low1) { /* roll over */
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_misc.c330 uint32_t low1, low2, u32; local
333 low1 = OS_REG_READ(ah, AR_TSF_L32);
336 if (low2 < low1) { /* roll over */
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c101 uint32_t low1, low2, u32; local
104 low1 = OS_REG_READ(ah, AR_TSF_L32);
107 if (low2 < low1) { /* roll over */
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c234 uint32_t low1, low2, u32; local
237 low1 = OS_REG_READ(ah, AR_TSF_L32);
240 if (low2 < low1) { /* roll over */
/freebsd-9.3-release/contrib/cvs/diff/
H A Ddiff3.c987 create_diff3_block (low0, high0, low1, high1, low2, high2)
988 register int low0, high0, low1, high1, low2, high2;
999 D_LOWLINE (result, FILE1) = low1;
/freebsd-9.3-release/contrib/diff/src/
H A Ddiff3.c842 lin low1, lin high1,
854 D_LOWLINE (result, FILE1) = low1;
838 create_diff3_block(lin low0, lin high0, lin low1, lin high1, lin low2, lin high2) argument
/freebsd-9.3-release/contrib/gcc/
H A Drtlanal.c3651 int low1 = floor_log2 (nz1 & -nz1);
3663 result_low = MIN (low0, low1);
3666 result_low = MIN (low0, low1);
3670 result_low = low0 + low1;
3688 result_low = MIN (low0, low1);
3694 result_low = MIN (low0, low1);
3626 int low1 = floor_log2 (nz1 & -nz1); local
H A Dfold-const.c4415 tree high0, int in1_p, tree low1, tree high1)
4423 int lowequal = ((low0 == 0 && low1 == 0)
4425 low0, 0, low1, 0)));
4433 low0, 0, low1, 0))
4439 tem = low0, low0 = low1, low1 = tem;
4447 high0, 1, low1, 0));
4461 in_p = 1, low = low1, high = high1;
4463 in_p = 1, low = low1, high = high0;
4495 high = range_predecessor (low1);
4387 merge_ranges(int *pin_p, tree *plow, tree *phigh, int in0_p, tree low0, tree high0, int in1_p, tree low1, tree high1) argument
4883 tree low0, low1, low, high0, high1, high; local
10278 HOST_WIDE_INT low1 = TREE_INT_CST_LOW (arg1); local
[all...]
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dsparc.c1493 rtx low1 = GEN_INT ((low_bits >> (32 - 12)) & 0xfff);
1501 if (low1 != const0_rtx)
1507 gen_rtx_IOR (DImode, op0, low1)));
8225 low1 = TREE_INT_CST_LOW (TREE_VALUE (elts1));
8232 overflow |= neg_double (low1, high1, &l, &h);
1489 rtx low1 = GEN_INT ((low_bits >> (32 - 12)) & 0xfff); local
8200 low1 = TREE_INT_CST_LOW (TREE_VALUE (elts1)); local

Completed in 325 milliseconds