Searched refs:high (Results 1 – 8 of 8) sorted by relevance
31 uint32_t high = rem >> 32; in __div64_32() local35 if (high >= base) { in __div64_32()36 high /= base; in __div64_32()37 res = (uint64_t) high << 32; in __div64_32()38 rem -= (uint64_t) (high*base) << 32; in __div64_32()95 u32 high = divisor >> 32; in div64_u64_rem() local98 if (high == 0) { in div64_u64_rem()103 int n = fls(high); in div64_u64_rem()135 u32 high = divisor >> 32; in div64_u64() local138 if (high == 0) { in div64_u64()[all …]
89 fs/aio.c:248 [aio]ioctx_alloc =_ "ENOMEM:\040nr_events\040too\040high\012"649 This option enables additional error checking for high memory782 high-availability systems that have uptime guarantees and836 high-availability systems that have uptime guarantees and
28 This is the "high resolution" font for the VGA frame buffer (the one41 This is the "high resolution" font for the VGA frame buffer (the one51 Small console font with Macintosh-style high-half glyphs. Some Mac67 Small console font with PC-style control-character and high-half75 Small console font with PC-style control characters and high-half94 This is the high resolution console font for Sun machines. Say Y.100 This is the high resolution console font for Sun machines with very108 This is a high resolution console font for machines with very
40 * The MASK() operation returns 0xFF in any byte for which the high41 * bit is 1, 0x00 for any byte for which the high bit is 0.
53 * The MASK() operation returns 0xFF in any byte for which the high54 * bit is 1, 0x00 for any byte for which the high bit is 0.
44 * The MASK() operation returns 0xFF in any byte for which the high45 * bit is 1, 0x00 for any byte for which the high bit is 0.
69 * The MASK() operation returns 0xFF in any byte for which the high70 * bit is 1, 0x00 for any byte for which the high bit is 0.
129 uint16_t high[LEN_HIGH_SYMBOLS]; member593 uint32_t high = (s->dict.pos & s->lzma.literal_pos_mask) << s->lzma.lc; in lzma_literal_probs() local594 return s->lzma.literal[low + high]; in lzma_literal_probs()652 probs = l->high; in lzma_len()