Home
last modified time | relevance | path

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

/src/contrib/jemalloc/src/
H A Dmalloc_io.c59 static char *d2s(intmax_t x, char sign, char *s, size_t *slen_p);
289 d2s(intmax_t x, char sign, char *s, size_t *slen_p) { in d2s() function
562 s = d2s(val, (plus_plus ? '+' : (plus_space ? in malloc_vsnprintf()
/src/contrib/lua/src/
H A Dltests.c1137 static int d2s (lua_State *L) { in d2s() function
1913 {"d2s", d2s},
/src/lib/libc++/
H A DMakefile60 SRCS+= ryu/d2s.cpp