Home
last modified time | relevance | path

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

/third_party/iowow/src/fs/tests/
Diwfs_test2.c68 uint64_t iwfs_fsmdbg_find_prev_set_bit(const uint64_t *addr,
121 res = iwfs_fsmdbg_find_prev_set_bit(&val, 2, 0, &found); in test_fsm_bitmap()
127 res = iwfs_fsmdbg_find_prev_set_bit(&val, 3, 0, &found); in test_fsm_bitmap()
163 res = iwfs_fsmdbg_find_prev_set_bit(&val, 0, 0, &found); in test_fsm_bitmap()
169 res = iwfs_fsmdbg_find_prev_set_bit(&val, 1, 0, &found); in test_fsm_bitmap()
175 res = iwfs_fsmdbg_find_prev_set_bit(&val, 10, 0, &found); in test_fsm_bitmap()
180 res = iwfs_fsmdbg_find_prev_set_bit(buf, sizeof(uint64_t) * 8 + 15, 0, &found); in test_fsm_bitmap()
185 res = iwfs_fsmdbg_find_prev_set_bit(buf, sizeof(uint64_t) * 8 + 15, 0, &found); in test_fsm_bitmap()
190 res = iwfs_fsmdbg_find_prev_set_bit(buf, sizeof(uint64_t) * 8 + 15, 0, &found); in test_fsm_bitmap()
195 res = iwfs_fsmdbg_find_prev_set_bit(buf, sizeof(uint64_t) * 8 + 15, 0, &found); in test_fsm_bitmap()
[all …]
/third_party/iowow/src/fs/
Diwfsmfile.c1950 uint64_t iwfs_fsmdbg_find_prev_set_bit(const uint64_t *addr, uint64_t offset_bit, uint64_t min_offs… in iwfs_fsmdbg_find_prev_set_bit() function