Home
last modified time | relevance | path

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

/Zephyr-latest/lib/utils/
Dbitarray.c72 uint32_t mismatch_bundle; in match_region() local
86 mismatch_bundle = ~bundle & bd->smask; in match_region()
105 mismatch_bundle = ~bundle & bd->smask; in match_region()
118 mismatch_bundle = ~bundle & bd->emask; in match_region()
135 mismatch_bundle = bundle; in match_region()
150 __ASSERT_NO_MSG(mismatch_bundle != 0); in match_region()
152 mismatch_bit_off = find_lsb_set(mismatch_bundle) - 1; in match_region()