Home
last modified time | relevance | path

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

/Zephyr-latest/lib/utils/
Dbitarray.c20 size_t sidx, eidx; member
33 bd->sidx = offset / bundle_bitness(bitarray); in setup_bundle_data()
42 if (bd->sidx == bd->eidx) { in setup_bundle_data()
78 if (bd->sidx == bd->eidx) { in match_region()
79 bundle = bitarray->bundles[bd->sidx]; in match_region()
87 mismatch_bundle_idx = bd->sidx; in match_region()
98 bundle = bitarray->bundles[bd->sidx]; in match_region()
106 mismatch_bundle_idx = bd->sidx; in match_region()
124 for (idx = bd->sidx + 1; idx < bd->eidx; idx++) { in match_region()
184 if (bd->sidx == bd->eidx) { in set_region()
[all …]