Home
last modified time | relevance | path

Searched refs:off_end (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
540 off_end = bitarray->num_bits - num_bits; in sys_bitarray_alloc()
542 while (bit_idx <= off_end) { in sys_bitarray_alloc()
643 size_t off_end = offset + num_bits - 1; in sys_bitarray_free() local
654 || (off_end >= bitarray->num_bits)) { in sys_bitarray_free()
680 size_t off_end = offset + num_bits - 1; in is_region_set_clear() local
689 || (off_end >= bitarray->num_bits)) { in is_region_set_clear()
717 size_t off_end = offset + num_bits - 1; in set_clear_region() local
726 || (off_end >= bitarray->num_bits)) { in set_clear_region()
749 size_t off_end = offset + num_bits - 1; in sys_bitarray_test_and_set_region() local
[all …]