Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/lib/os/
Dcbprintf_complete.c793 const char *bpe) in encode_uint() argument
797 char *bp = bps + (bpe - bps); in encode_uint()
874 const char **bpe) in encode_float() argument
939 *bpe = buf; in encode_float()
1013 const char *spe = *bpe; in encode_float()
1065 *bpe = buf; in encode_float()
1295 *bpe = buf; in encode_float()
1431 const char *bpe = buf + sizeof(buf); in z_cbvprintf_impl() local
1632 bpe = bps + len; in z_cbvprintf_impl()
1644 buf, bpe); in z_cbvprintf_impl()
[all …]
/Zephyr-Core-3.7.0/samples/boards/nrf/clock_skew/src/
Dmain.c42 char *bpe = bp + len; in us_to_text_r() local
60 bp += snprintf(bp, bpe - bp, "%u d ", d); in us_to_text_r()
62 bp += snprintf(bp, bpe - bp, "%02u:%02u:%02u.%06u", in us_to_text_r()
/Zephyr-Core-3.7.0/samples/drivers/counter/maxim_ds3231/src/
Dmain.c21 char *const bpe = bp + sizeof(buf); in format_time() local
25 bp += strftime(bp, bpe - bp, "%Y-%m-%d %H:%M:%S", tp); in format_time()
27 bp += snprintf(bp, bpe - bp, ".%09lu", nsec); in format_time()
29 bp += strftime(bp, bpe - bp, " %a %j", tp); in format_time()