Home
last modified time | relevance | path

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

/aosp12/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Ddmisc.c40 rv_alloc(i) int i; in rv_alloc() function
42 rv_alloc(int i)
76 t = rv = rv_alloc(n);
H A Dhdtoa.c164 s0 = rv_alloc(bufsize); in __hdtoa()
263 s0 = rv_alloc(bufsize); in __hldtoa()
H A Dgdtoaimp.h556 #define rv_alloc __rv_alloc_D2A macro
606 extern char *rv_alloc ANSI((int));
H A Ddtoa.c329 s = s0 = rv_alloc(i);
H A Dgdtoa.c320 s = s0 = rv_alloc(i);