Home
last modified time | relevance | path

Searched refs:llu (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/lib/os/
Dcbprintf_nano.c208 unsigned long long llu = in z_cbvprintf_impl() local
211 if (llu != (uint_value_type) llu) { in z_cbvprintf_impl()
217 d = (uint_value_type) llu; in z_cbvprintf_impl()
/Zephyr-latest/subsys/logging/
Dlog_output_syst.c660 unsigned long long llu; member
707 val.llu = (unsigned long long)va_arg(ap, unsigned long long);
/Zephyr-latest/doc/kernel/services/threads/
Dindex.rst553 printk("Cycles: %llu\n", rt_stats_thread.execution_cycles);