Searched refs:zcbor_log (Results 1 – 13 of 13) sorted by relevance
| /zcbor-latest/tests/decode/test7_suit9_simple/src/ |
| D | main.c | 99 zcbor_log("test_vector at: 0x%zx\r\n", (size_t)test_vector2); in ZTEST() 100 zcbor_log("test_vector end at: 0x%zx\r\n", in ZTEST() 119 zcbor_log("test_vector at: 0x%zx\r\n", (size_t)test_vector5); in ZTEST() 120 zcbor_log("test_vector end at: 0x%zx\r\n", in ZTEST()
|
| /zcbor-latest/samples/pet/src/ |
| D | pet_decode.c | 26 zcbor_log("%s error: %s\r\n", func, zcbor_error_str(zcbor_peek_error(state))); \ 28 zcbor_log("%s success\r\n", func); \ 38 zcbor_log("%s\r\n", __func__); in decode_Pet()
|
| D | pet_encode.c | 26 zcbor_log("%s error: %s\r\n", func, zcbor_error_str(zcbor_peek_error(state))); \ 28 zcbor_log("%s success\r\n", func); \ 38 zcbor_log("%s\r\n", __func__); in encode_Pet()
|
| /zcbor-latest/tests/decode/test2_suit/src/ |
| D | main.c | 48 zcbor_log("test_vector at: 0x%zu\r\n", (size_t)test_vector1); in ZTEST() 49 zcbor_log("test_vector end at: 0x%zu\r\n", in ZTEST() 128 zcbor_log("\r\n"); in ZTEST() 169 zcbor_log("\r\n"); in ZTEST()
|
| /zcbor-latest/include/ |
| D | zcbor_print.h | 46 #define zcbor_log(...) zcbor_do_print(__VA_ARGS__) macro 51 #define zcbor_log(...)
|
| D | zcbor_common.h | 205 zcbor_log("ZCBOR_FAIL "); \ 213 zcbor_log("ZCBOR_FAIL_IF(" #expr ") "); \ 220 zcbor_log("ZCBOR_ERR(%d) ", err); \ 228 zcbor_log("ZCBOR_ERR_IF(" #expr ", %d) ", err); \
|
| /zcbor-latest/src/ |
| D | zcbor_encode.c | 32 zcbor_log("Should not come here.\r\n"); in log2ceil() 143 zcbor_log("uint with size %zu failed.\r\n", uint_size); 383 zcbor_log("list_count: %zu\r\n", list_count); 390 zcbor_log("max_num too small.\r\n"); 453 zcbor_log("Error encoding %u (0x%p)\r\n", *input, input); 594 zcbor_log("Encoded %zu elements.\n", num_encode);
|
| D | zcbor_common.c | 42 zcbor_log("New backup (level %zu)\n", i); in zcbor_new_backup() 55 zcbor_log("No backups available.\r\n"); in zcbor_process_backup() 63 zcbor_log("Process backup (level %zu, flags 0x%x)\n", i, flags); in zcbor_process_backup() 68 zcbor_log("Payload pointer out of date.\r\n"); in zcbor_process_backup() 81 zcbor_log("elem_count: %zu (expected max %zu)\r\n", in zcbor_process_backup()
|
| D | zcbor_decode.c | 91 #define PRINT_FUNC() zcbor_log("%s ", __func__); 262 zcbor_log("uint with size %zu failed.\r\n", result_size); in zcbor_uint_decode() 340 zcbor_log("%" PRIi64 " != %" PRIi64 "\r\n", actual, expected); in zcbor_int64_expect() 393 zcbor_log("%" PRIu64 " != %" PRIu64 "\r\n", actual, expected); in zcbor_uint64_expect() 454 zcbor_log("error: 0x%zu > 0x%zu\r\n", in str_overflow_check() 560 zcbor_log("New fragment length %zu\r\n", result->fragment.len); in zcbor_next_fragment() 576 zcbor_log("fragment length %zu\r\n", result->fragment.len); in zcbor_bstr_next_fragment() 927 zcbor_log("Found element at index %zu.\n", get_current_index(state, 1)); in try_key() 1069 zcbor_log("unprocessed element(s) in map: [%zu] = 0x%02x\n", in zcbor_unordered_map_end_decode() 1132 zcbor_log("simple value %u != %u\r\n", actual, expected); in zcbor_simple_expect() [all …]
|
| /zcbor-latest/tests/encode/test1_suit/src/ |
| D | main.c | 247 zcbor_log("\r\ntest %s\r\n", name); in test_command_sequence() 341 zcbor_log("test_vector at: 0x%zx\r\n", (size_t)input); in test_manifest() 342 zcbor_log("test_vector end at: 0x%zx\r\n", in test_manifest()
|
| /zcbor-latest/ |
| D | MIGRATION_GUIDE.md | 42 `zcbor_log`, and `zcbor_trace` with no parameters is gone, and in its place are
|
| D | RELEASE_NOTES.md | 121 * Rename zcbor_print() to zcbor_log()
|
| D | README.md | 101 `ZCBOR_VERBOSE` | Print log messages on encoding/decoding errors (`zcbor_log()`), and als…
|