Searched refs:high1 (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/pc98/cbus/
H A Dcbus_dma.c375 * - read high1
385 * In any other case, low1 and high1 can be considered to be correct.
396 u_long low1, high1, low2, high2; local
418 high1 = inb(waport);
430 cnt = (low1 + (high1 << 8) + 1) & 0xffff;
/freebsd-11-stable/sys/x86/isa/
H A Disa_dma.c438 * - read high1
448 * In any other case, low1 and high1 can be considered to be correct.
459 u_long low1, high1, low2, high2; local
486 high1 = inb(waport);
498 cnt = (low1 + (high1 << 8) + 1) & 0xffff;
/freebsd-11-stable/sys/dev/drm/
H A Di915_irq.c145 u32 high1, high2, low, count; local
161 high1 = ((I915_READ(high_frame) & PIPE_FRAME_HIGH_MASK) >>
167 } while (high1 != high2);
169 count = (high1 << 8) | low;
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_irq.c142 u32 high1, high2, low; local
159 high1 = I915_READ(high_frame) & PIPE_FRAME_HIGH_MASK;
162 } while (high1 != high2);
164 high1 >>= PIPE_FRAME_HIGH_SHIFT;
166 return (high1 << 8) | low;
/freebsd-11-stable/contrib/gcc/
H A Dfold-const.c4417 tree high0, int in1_p, tree low1, tree high1)
4428 int highequal = ((high0 == 0 && high1 == 0)
4430 high0, 1, high1, 1)));
4438 high1, 1, high0, 1))))
4442 tem = high0, high0 = high1, high1 = tem;
4451 high1, 1, high0, 1));
4463 in_p = 1, low = low1, high = high1;
4484 low = range_successor (high1);
4489 /* We are in the weird situation where high0 > high1 bu
4389 merge_ranges(int *pin_p, tree *plow, tree *phigh, int in0_p, tree low0, tree high0, int in1_p, tree low1, tree high1) argument
4885 tree low0, low1, low, high0, high1, high; local
[all...]
/freebsd-11-stable/contrib/diff/src/
H A Ddiff3.c842 lin low1, lin high1,
855 D_HIGHLINE (result, FILE1) = high1;
838 create_diff3_block(lin low0, lin high0, lin low1, lin high1, lin low2, lin high2) argument
/freebsd-11-stable/contrib/gcc/config/sparc/
H A Dsparc.c8227 HOST_WIDE_INT high1 = TREE_INT_CST_HIGH (TREE_VALUE (elts1));
8232 overflow |= neg_double (low1, high1, &l, &h);
8202 HOST_WIDE_INT high1 = TREE_INT_CST_HIGH (TREE_VALUE (elts1)); local

Completed in 258 milliseconds