Home
last modified time | relevance | path

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

/lib/
Ddiv64.c31 uint32_t high = rem >> 32; in __div64_32() local
35 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() local
98 if (high == 0) { in div64_u64_rem()
103 int n = fls(high); in div64_u64_rem()
135 u32 high = divisor >> 32; in div64_u64() local
138 if (high == 0) { in div64_u64()
[all …]
DKconfig.debug89 fs/aio.c:248 [aio]ioctx_alloc =_ "ENOMEM:\040nr_events\040too\040high\012"
649 This option enables additional error checking for high memory
782 high-availability systems that have uptime guarantees and
836 high-availability systems that have uptime guarantees and
/lib/fonts/
DKconfig28 This is the "high resolution" font for the VGA frame buffer (the one
41 This is the "high resolution" font for the VGA frame buffer (the one
51 Small console font with Macintosh-style high-half glyphs. Some Mac
67 Small console font with PC-style control-character and high-half
75 Small console font with PC-style control characters and high-half
94 This is the high resolution console font for Sun machines. Say Y.
100 This is the high resolution console font for Sun machines with very
108 This is a high resolution console font for machines with very
/lib/raid6/
Dtilegx.uc40 * The MASK() operation returns 0xFF in any byte for which the high
41 * bit is 1, 0x00 for any byte for which the high bit is 0.
Daltivec.uc53 * The MASK() operation returns 0xFF in any byte for which the high
54 * bit is 1, 0x00 for any byte for which the high bit is 0.
Dneon.uc44 * The MASK() operation returns 0xFF in any byte for which the high
45 * bit is 1, 0x00 for any byte for which the high bit is 0.
Dint.uc69 * The MASK() operation returns 0xFF in any byte for which the high
70 * bit is 1, 0x00 for any byte for which the high bit is 0.
/lib/xz/
Dxz_dec_lzma2.c129 uint16_t high[LEN_HIGH_SYMBOLS]; member
593 uint32_t high = (s->dict.pos & s->lzma.literal_pos_mask) << s->lzma.lc; in lzma_literal_probs() local
594 return s->lzma.literal[low + high]; in lzma_literal_probs()
652 probs = l->high; in lzma_len()