Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/lib/os/
Dbitarray.c391 size_t off_start, off_end; in sys_bitarray_alloc() local
425 off_start = find_lsb_set(~bitarray->bundles[ret]) - 1; in sys_bitarray_alloc()
426 bit_idx += off_start; in sys_bitarray_alloc()