Searched refs:cnts (Results 1 – 2 of 2) sorted by relevance
18 int cnts[4]; in ZTEST() local20 .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()
18 int cnts[2]; in ZTEST() local20 .elem_cnts = cnts in ZTEST()64 (void)memset(cnts, 0, sizeof(cnts)); in ZTEST()92 (void)memset(cnts, 0, sizeof(cnts)); in ZTEST()