Searched refs:bound (Results 1 – 5 of 5) sorted by relevance
209 bool bound; in kunit_platform_device_prepare_wait_for_probe() local220 bound = device_is_bound(dev); in kunit_platform_device_prepare_wait_for_probe()221 if (bound) { in kunit_platform_device_prepare_wait_for_probe()
77 uint32_t bound; member153 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()
530 uint32_t bound; in rc_bit() local534 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()
796 unsigned long long bound = 0; in ZSTD_decompressBound() local807 bound += decompressedBound; in ZSTD_decompressBound()809 return bound; in ZSTD_decompressBound()
935 U32 const bound = idx + kMaxMatchStartPositionsToUpdate; in ZSTD_row_update_internal() local936 ZSTD_row_update_internalImpl(ms, idx, bound, mls, rowLog, rowMask, useCache); in ZSTD_row_update_internal()
Completed in 24 milliseconds