Home
last modified time | relevance | path

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

/aosp_15_r20/external/trusty/lk/lib/libc/
Dprintf.c208 __NO_INLINE static char *longlong_to_hexstring(char *buf, unsigned long long u, size_t len, uint fl… in longlong_to_hexstring() function
662 s = longlong_to_hexstring(num_buffer, n, sizeof(num_buffer), flags); in _printf_engine_internal()