Home
last modified time | relevance | path

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

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