Home
last modified time | relevance | path

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

/Zephyr-latest/lib/utils/
Dbitarray.c74 size_t mismatch_bit_off; in match_region() local
152 mismatch_bit_off = find_lsb_set(mismatch_bundle) - 1; in match_region()
153 mismatch_bit_off += mismatch_bundle_idx * in match_region()
155 *mismatch = (uint32_t)mismatch_bit_off; in match_region()