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

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

Completed in 115 milliseconds