Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/subsys/fs/fcb/src/
Dfcb_test_multiple_scratch.c18 int cnts[4]; in ZTEST() local
20 .elem_cnts = cnts in ZTEST()
83 (void)memset(&cnts, 0, sizeof(cnts)); in ZTEST()
87 zassert_true(cnts[0] == 0, "unexpected entry count"); in ZTEST()
88 zassert_true(cnts[1] > 0, "unexpected entry count"); in ZTEST()
89 zassert_true(cnts[1] == cnts[2] && cnts[1] == cnts[3], in ZTEST()
Dfcb_test_rotate.c18 int cnts[2]; in ZTEST() local
20 .elem_cnts = cnts in ZTEST()
64 (void)memset(cnts, 0, sizeof(cnts)); in ZTEST()
92 (void)memset(cnts, 0, sizeof(cnts)); in ZTEST()