Home
last modified time | relevance | path

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

/lk-master/external/platform/pico/common/pico_util/
A Dqueue.c37 bool success = false; in queue_try_add() local
42 success = true; in queue_try_add()
45 if (success) __sev(); in queue_try_add()
46 return success; in queue_try_add()
50 bool success = false; in queue_try_remove() local
55 success = true; in queue_try_remove()
58 if (success) __sev(); in queue_try_remove()
59 return success; in queue_try_remove()
63 bool success = false; in queue_try_peek() local
67 success = true; in queue_try_peek()
[all …]
/lk-master/lib/fs/spifs/test/
A Dspifstest.c503 bool success = true; in test_write_with_offset() local
509 return success; in test_write_with_offset()
513 bool success = true; in test_read_write_big() local
535 success = false; in test_read_write_big()
541 success = false; in test_read_write_big()
547 success = false; in test_read_write_big()
553 success = false; in test_read_write_big()
563 return success; in test_read_write_big()
591 bool success = true; in test_rm_active_dirent() local
594 success = false; in test_rm_active_dirent()
[all …]
/lk-master/lib/bio/
A Ddebug.c320 bool success = false; in test_erase_block() local
343 success = true; in test_erase_block()
348 return success; in test_erase_block()
521 bool success = sub_erase_test(device, SUB_ERASE_TEST_SAMPLES); in bio_test_device() local
522 if (!success) { in bio_test_device()
/lk-master/lib/norfs/
A Dnorfs.c444 bool success = get_inode(key, &inode); in norfs_remove_obj() local
445 if (!success || is_deleted(inode->location)) in norfs_remove_obj()

Completed in 8 milliseconds