Lines Matching refs:zsd

105 	zcbor_state_t zsd[ZCBOR_HISTORY_ARRAY_SIZE] = { 0 };  in ZTEST()  local
117 memset(zsd, 0, sizeof(zsd)); in ZTEST()
235 zcbor_state_t zsd[ZCBOR_HISTORY_ARRAY_SIZE] = { 0 }; in ZTEST() local
247 memset(zsd, 0, sizeof(zsd)); in ZTEST()
365 zcbor_state_t zsd[ZCBOR_HISTORY_ARRAY_SIZE] = { 0 }; in ZTEST() local
385 memset(zsd, 0, sizeof(zsd)); in ZTEST()
490 zcbor_new_decode_state(zsd, 4, nb->data, nb->len, 1, NULL, 0); in ZTEST()
491 ok = zcbor_map_decode_bulk(zsd, output_decode, ARRAY_SIZE(output_decode), in ZTEST()
531 zcbor_state_t zsd[ZCBOR_HISTORY_ARRAY_SIZE] = { 0 }; in ZTEST() local
551 memset(zsd, 0, sizeof(zsd)); in ZTEST()
593 zcbor_new_decode_state(zsd, 4, nb->data, nb->len, 1, NULL, 0); in ZTEST()
594 ok = zcbor_map_decode_bulk(zsd, output_decode, ARRAY_SIZE(output_decode), &decoded) == 0; in ZTEST()
624 zcbor_state_t zsd[ZCBOR_HISTORY_ARRAY_SIZE] = { 0 }; in ZTEST() local
643 memset(zsd, 0, sizeof(zsd)); in ZTEST()
748 zcbor_new_decode_state(zsd, 4, nb->data, nb->len, 1, NULL, 0); in ZTEST()
749 ok = zcbor_map_decode_bulk(zsd, output_decode, ARRAY_SIZE(output_decode), &decoded) == 0; in ZTEST()
878 zcbor_new_decode_state(zsd, 4, nb->data, nb->len, 1, NULL, 0); in ZTEST()
879 ok = zcbor_map_decode_bulk(zsd, output_decode, ARRAY_SIZE(output_decode), &decoded) == 0; in ZTEST()
911 zcbor_state_t zsd[ZCBOR_HISTORY_ARRAY_SIZE] = { 0 }; in ZTEST() local
930 memset(zsd, 0, sizeof(zsd)); in ZTEST()
1150 zcbor_new_decode_state(zsd, 4, nb->data, nb->len, 1, NULL, 0); in ZTEST()
1151 ok = zcbor_map_decode_bulk(zsd, output_decode, ARRAY_SIZE(output_decode), &decoded) == 0; in ZTEST()
1277 zcbor_new_decode_state(zsd, 4, nb->data, nb->len, 1, NULL, 0); in ZTEST()
1278 ok = zcbor_map_decode_bulk(zsd, output_decode, ARRAY_SIZE(output_decode), &decoded) == 0; in ZTEST()
1522 zcbor_new_decode_state(zsd, 4, nb->data, nb->len, 1, NULL, 0); in ZTEST()
1523 ok = zcbor_map_decode_bulk(zsd, output_decode, ARRAY_SIZE(output_decode), &decoded) == 0; in ZTEST()