Home
last modified time | relevance | path

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

/Zephyr-latest/lib/utils/
Dbitarray.c498 size_t off_start, off_end; in sys_bitarray_alloc() local
533 off_start = find_lsb_set(~bitarray->bundles[idx]) - 1; in sys_bitarray_alloc()
534 bit_idx += off_start; in sys_bitarray_alloc()