Searched refs:cur_popcnt (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/kernel/common/src/ |
D | bitarray.c | 392 size_t cur_popcnt; in alloc_and_free_loop() local 400 cur_popcnt = get_bitarray_popcnt(&ba); in alloc_and_free_loop() 401 zassert_equal(cur_popcnt, expected_popcnt, in alloc_and_free_loop() 403 expected_popcnt, cur_popcnt, bit); in alloc_and_free_loop() 424 cur_popcnt = get_bitarray_popcnt(&ba); in alloc_and_free_loop() 425 zassert_equal(cur_popcnt, expected_popcnt, in alloc_and_free_loop() 427 expected_popcnt, cur_popcnt, bit); in alloc_and_free_loop() 451 size_t expected_popcnt, cur_popcnt; in alloc_and_free_interval() local 485 cur_popcnt = get_bitarray_popcnt(&ba); in alloc_and_free_interval() 486 zassert_equal(cur_popcnt, expected_popcnt, in alloc_and_free_interval() [all …]
|