Lines Matching refs:zsd
107 zcbor_state_t zsd[ZCBOR_HISTORY_ARRAY_SIZE] = { 0 }; in ZTEST() local
125 memset(zsd, 0, sizeof(zsd)); in ZTEST()
158 zcbor_new_decode_state(zsd, 4, nb->data, nb->len, 1, NULL, 0); in ZTEST()
159 ok = zcbor_map_decode_bulk(zsd, output_decode, ARRAY_SIZE(output_decode), &decoded) == 0; in ZTEST()
194 zcbor_state_t zsd[ZCBOR_HISTORY_ARRAY_SIZE] = { 0 }; in ZTEST() local
212 memset(zsd, 0, sizeof(zsd)); in ZTEST()
245 zcbor_new_decode_state(zsd, 4, nb->data, nb->len, 1, NULL, 0); in ZTEST()
246 ok = zcbor_map_decode_bulk(zsd, output_decode, ARRAY_SIZE(output_decode), &decoded) == 0; in ZTEST()
280 zcbor_state_t zsd[ZCBOR_HISTORY_ARRAY_SIZE] = { 0 }; in ZTEST() local
298 memset(zsd, 0, sizeof(zsd)); in ZTEST()
331 zcbor_new_decode_state(zsd, 4, nb->data, nb->len, 1, NULL, 0); in ZTEST()
332 ok = zcbor_map_decode_bulk(zsd, output_decode, ARRAY_SIZE(output_decode), &decoded) == 0; in ZTEST()