/Zephyr-latest/tests/drivers/timer/nrf_grtc_timer/src/ |
D | main.c | 37 "Unexpected result %" PRId64 " (expected: %" PRId64 ")", ticks, exp_ticks); in ZTEST() 49 "Unexpected result %" PRId64 " (expected: %" PRId64 ")", ticks, in ZTEST() 58 "Unexpected result %" PRId64 " (expected: %" PRId64 ")", ticks, in ZTEST()
|
/Zephyr-latest/tests/kernel/tickless/tickless_concept/src/ |
D | main.c | 44 TC_PRINT("elapsed slice %" PRId64 ", expected: <%" PRId64 ", %" PRId64 ">\n", in thread_tslice()
|
/Zephyr-latest/tests/kernel/early_sleep/src/ |
D | main.c | 103 TC_PRINT("msec per tick: %" PRId64 ".%03" PRId64 ", ticks to sleep: %d\n", in ZTEST()
|
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/ |
D | server.hpp | 60 printf("testI64(%" PRId64 ")\n", thing); in testI64() 82 printf("testStruct({\"%s\", %d, %d, %" PRId64 "})\n", thing.string_thing.c_str(), in testStruct() 91 printf("testNest({%d, {\"%s\", %d, %d, %" PRId64 "}, %d})\n", (int)nest.byte_thing, in testNest() 184 printf("testTypedef(%" PRId64 ")\n", thing); in testTypedef() 224 printf("%" PRId64 " => {", i_iter->first); in testInsanity() 235 printf("%d => %" PRId64 ", ", um->first, um->second); in testInsanity() 244 printf("{\"%s\", %d, %d, %" PRId64 "}, ", in testInsanity()
|
/Zephyr-latest/samples/net/gptp/src/ |
D | main.c | 34 LOG_DBG("GM %s last phase %d.%" PRId64 "", in gptp_phase_dis_cb()
|
/Zephyr-latest/tests/misc/print_format/src/ |
D | main.c | 14 printk("d%" PRId64 "\n", INT64_C(64)); in main()
|
/Zephyr-latest/lib/libc/minimal/include/ |
D | inttypes.h | 16 #define PRId64 "lld" /* int64_t */ macro
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | sockets.c | 68 PR("%25s %-12s %c%c%c\t%-5s%-13d %-10" PRId64 "%-10" PRId64 "\n", in walk_sockets()
|
D | gptp.c | 330 ": %" PRId64 "\n", port_ds->delay_asymmetry); in gptp_print_port_info() 460 ": %" PRId64 "\n", in gptp_print_port_info()
|
/Zephyr-latest/samples/subsys/logging/dictionary/src/ |
D | main.c | 45 LOG_DBG("int64_t %" PRId64 ", uint64_t %" PRIu64, i64, u64); in main()
|
/Zephyr-latest/tests/subsys/logging/dictionary/src/ |
D | main.c | 46 LOG_DBG("int64_t %" PRId64 ", uint64_t %" PRIu64, i64, u64); in main()
|
/Zephyr-latest/subsys/shell/modules/kernel_service/thread/ |
D | list.c | 80 shell_print(sh, "\toptions: 0x%x, priority: %d timeout: %" PRId64, in shell_tdata_dump()
|
/Zephyr-latest/samples/net/sockets/coap_download/src/ |
D | main.c | 43 LOG_INF("CoAP download done, got %u bytes in %" PRId64 " ms", total_size, in on_coap_response()
|
/Zephyr-latest/samples/subsys/settings/src/ |
D | main.c | 91 printk("<alpha/length> = %" PRId64 "\n", length_val); in alpha_handle_set() 324 printk(" direct.length = %" PRId64 "\n", dld.length); in example_direct_load_subtree()
|
/Zephyr-latest/samples/net/sockets/http_server/src/ |
D | main.c | 128 ret = snprintf(uptime_buf, sizeof(uptime_buf), "%" PRId64, k_uptime_get()); in uptime_handler()
|
/Zephyr-latest/samples/net/sockets/websocket_client/src/ |
D | main.c | 200 LOG_ERR("%s data recv failure %zd/%d bytes (remaining %" PRId64 ")", in recv_data_wso_api()
|
/Zephyr-latest/lib/utils/ |
D | json.c | 1063 ret = snprintk(buf, sizeof(buf), "%" PRId64, *num); in int64_encode()
|