Home
last modified time | relevance | path

Searched refs:bound (Results 1 – 5 of 5) sorted by relevance

/lib/kunit/
A Dplatform.c209 bool bound; in kunit_platform_device_prepare_wait_for_probe() local
220 bound = device_is_bound(dev); in kunit_platform_device_prepare_wait_for_probe()
221 if (bound) { in kunit_platform_device_prepare_wait_for_probe()
/lib/
A Ddecompress_unlzma.c77 uint32_t bound; member
153 rc->bound = *p * (rc->range >> RC_MODEL_TOTAL_BITS); in rc_is_bit_0_helper()
154 return rc->bound; in rc_is_bit_0_helper()
165 rc->range = rc->bound; in rc_update_bit_0()
170 rc->range -= rc->bound; in rc_update_bit_1()
171 rc->code -= rc->bound; in rc_update_bit_1()
/lib/xz/
A Dxz_dec_lzma2.c530 uint32_t bound; in rc_bit() local
534 bound = (rc->range >> RC_BIT_MODEL_TOTAL_BITS) * *prob; in rc_bit()
535 if (rc->code < bound) { in rc_bit()
536 rc->range = bound; in rc_bit()
540 rc->range -= bound; in rc_bit()
541 rc->code -= bound; in rc_bit()
/lib/zstd/decompress/
A Dzstd_decompress.c796 unsigned long long bound = 0; in ZSTD_decompressBound() local
807 bound += decompressedBound; in ZSTD_decompressBound()
809 return bound; in ZSTD_decompressBound()
/lib/zstd/compress/
A Dzstd_lazy.c935 U32 const bound = idx + kMaxMatchStartPositionsToUpdate; in ZSTD_row_update_internal() local
936 ZSTD_row_update_internalImpl(ms, idx, bound, mls, rowLog, rowMask, useCache); in ZSTD_row_update_internal()

Completed in 24 milliseconds