Home
last modified time | relevance | path

Searched defs:high (Results 1 – 3 of 3) sorted by relevance

/lib/math/
Ddiv64.c36 uint32_t high = rem >> 32; in __div64_32() local
100 u32 high = divisor >> 32; in div64_u64_rem() local
140 u32 high = divisor >> 32; in div64_u64() local
/lib/xz/
Dxz_dec_lzma2.c129 uint16_t high[LEN_HIGH_SYMBOLS]; member
608 uint32_t high = (s->dict.pos & s->lzma.literal_pos_mask) << s->lzma.lc; in lzma_literal_probs() local
/lib/zstd/compress/
Dhuf_compress.c482 HINT_INLINE void HUF_insertionSort(nodeElt huffNode[], int const low, int const high) { in HUF_insertionSort()
498 static int HUF_quickSortPartition(nodeElt arr[], int const low, int const high) { in HUF_quickSortPartition()
518 static void HUF_simpleQuickSort(nodeElt arr[], int low, int high) { in HUF_simpleQuickSort()