Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/lib/os/
Dbitarray.c75 size_t mismatch_bit_off; in match_region() local
157 mismatch_bit_off = find_lsb_set(mismatch_bundle) - 1; in match_region()
158 mismatch_bit_off += mismatch_bundle_idx * in match_region()
160 *mismatch = (uint32_t)mismatch_bit_off; in match_region()