Home
last modified time | relevance | path

Searched refs:high (Results 1 – 2 of 2) sorted by relevance

/lib/
Ddiv64.c30 uint32_t high = rem >> 32; in __div64_32() local
34 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() local
86 high = divisor >> 32; in div64_u64()
87 if (high) { in div64_u64()
88 unsigned int shift = fls(high); in div64_u64()
DKconfig.debug177 high-availability systems that have uptime guarantees and
470 This options enables addition error checking for high memory systems.