Searched refs:high (Results 1 – 2 of 2) sorted by relevance
30 uint32_t high = rem >> 32; in __div64_32() local34 if (high >= base) { in __div64_32()35 high /= base; in __div64_32()36 res = (uint64_t) high << 32; in __div64_32()37 rem -= (uint64_t) (high*base) << 32; in __div64_32()84 u32 high, d; in div64_u64() local86 high = divisor >> 32; in div64_u64()87 if (high) { in div64_u64()88 unsigned int shift = fls(high); in div64_u64()
177 high-availability systems that have uptime guarantees and470 This options enables addition error checking for high memory systems.