Home
last modified time | relevance | path

Searched refs:PRId64 (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/tests/drivers/timer/nrf_grtc_timer/src/
Dmain.c37 "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/
Dmain.c44 TC_PRINT("elapsed slice %" PRId64 ", expected: <%" PRId64 ", %" PRId64 ">\n", in thread_tslice()
/Zephyr-latest/tests/kernel/early_sleep/src/
Dmain.c103 TC_PRINT("msec per tick: %" PRId64 ".%03" PRId64 ", ticks to sleep: %d\n", in ZTEST()
/Zephyr-latest/tests/modules/thrift/ThriftTest/src/
Dserver.hpp60 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/
Dmain.c34 LOG_DBG("GM %s last phase %d.%" PRId64 "", in gptp_phase_dis_cb()
/Zephyr-latest/tests/misc/print_format/src/
Dmain.c14 printk("d%" PRId64 "\n", INT64_C(64)); in main()
/Zephyr-latest/lib/libc/minimal/include/
Dinttypes.h16 #define PRId64 "lld" /* int64_t */ macro
/Zephyr-latest/subsys/net/lib/shell/
Dsockets.c68 PR("%25s %-12s %c%c%c\t%-5s%-13d %-10" PRId64 "%-10" PRId64 "\n", in walk_sockets()
Dgptp.c330 ": %" 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/
Dmain.c45 LOG_DBG("int64_t %" PRId64 ", uint64_t %" PRIu64, i64, u64); in main()
/Zephyr-latest/tests/subsys/logging/dictionary/src/
Dmain.c46 LOG_DBG("int64_t %" PRId64 ", uint64_t %" PRIu64, i64, u64); in main()
/Zephyr-latest/subsys/shell/modules/kernel_service/thread/
Dlist.c80 shell_print(sh, "\toptions: 0x%x, priority: %d timeout: %" PRId64, in shell_tdata_dump()
/Zephyr-latest/samples/net/sockets/coap_download/src/
Dmain.c43 LOG_INF("CoAP download done, got %u bytes in %" PRId64 " ms", total_size, in on_coap_response()
/Zephyr-latest/samples/subsys/settings/src/
Dmain.c91 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/
Dmain.c128 ret = snprintf(uptime_buf, sizeof(uptime_buf), "%" PRId64, k_uptime_get()); in uptime_handler()
/Zephyr-latest/samples/net/sockets/websocket_client/src/
Dmain.c200 LOG_ERR("%s data recv failure %zd/%d bytes (remaining %" PRId64 ")", in recv_data_wso_api()
/Zephyr-latest/lib/utils/
Djson.c1063 ret = snprintk(buf, sizeof(buf), "%" PRId64, *num); in int64_encode()