Searched refs:U2S_BUFSIZE (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dutil.c34 #define U2S_BUFSIZE ((1U << (LG_SIZEOF_INTMAX_T + 3)) + 1) macro
37 #define D2S_BUFSIZE (1 + U2S_BUFSIZE)
39 #define O2S_BUFSIZE (1 + U2S_BUFSIZE)
41 #define X2S_BUFSIZE (2 + U2S_BUFSIZE)
225 i = U2S_BUFSIZE - 1;
259 *slen_p = U2S_BUFSIZE - 1 - i;
524 char buf[U2S_BUFSIZE];

Completed in 73 milliseconds