Searched refs:high2 (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/shared-core/
H A Dnv04_timer.c40 uint32_t high2 = NV_READ(NV04_PTIMER_TIME_1); local
43 high1 = high2;
45 high2 = NV_READ(NV04_PTIMER_TIME_1);
46 } while(high1 != high2);
47 return (((uint64_t)high2) << 32) | (uint64_t)low;
H A Di915_irq.c141 u32 high1, high2, low, count; local
161 high2 = ((I915_READ(high_frame) & PIPE_FRAME_HIGH_MASK) >>
163 } while (high1 != high2);
/netbsd-6-1-5-RELEASE/sys/arch/mac68k/mac68k/
H A Dclock.c201 uint8_t high, high2, low; local
210 high2 = via_reg(VIA1, vT2CH);
220 if (high != high2) {
222 high = high2;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/liblutil/
H A Duuid.c231 const unsigned int high2 = (i2 >> 16), low2 = (i2 & 0xffff); local
236 res.high = (unsigned long) high1 * high2;
239 tmp = (unsigned long) low1 * high2;
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/diff/
H A Ddiff3.c984 create_diff3_block (low0, high0, low1, high1, low2, high2)
985 register int low0, high0, low1, high1, low2, high2;
999 D_HIGHLINE (result, FILE2) = high2;
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/src/
H A Ddiff3.c863 lin low2, lin high2)
877 D_HIGHLINE (result, FILE2) = high2;
858 create_diff3_block(lin low0, lin high0, lin low1, lin high1, lin low2, lin high2) argument

Completed in 216 milliseconds