Home
last modified time | relevance | path

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

1234

/dports/games/zdoom/zdoom-2.8.1/gdtoa/
H A Ddmisc.c40 rv_alloc(i) int i; in rv_alloc() function
42 rv_alloc(int i)
70 t = rv = rv_alloc(n);
H A Dgdtoaimp.h576 #define rv_alloc rv_alloc_D2A macro
628 extern char *rv_alloc ANSI((int));
H A Ddtoa.c327 s = s0 = rv_alloc(i);
/dports/games/ecwolf/ecwolf-1.3.3-src/gdtoa/
H A Ddmisc.c40 rv_alloc(i) int i; in rv_alloc() function
42 rv_alloc(int i)
70 t = rv = rv_alloc(n);
H A Dgdtoaimp.h576 #define rv_alloc rv_alloc_D2A macro
628 extern char *rv_alloc ANSI((int));
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/gdtoa/
H A Ddmisc.c42 rv_alloc(i) size_t i; in rv_alloc() function
44 rv_alloc(size_t i)
75 t = rv = rv_alloc(n);
H A Dhdtoa.c194 s0 = rv_alloc(bufsize); in hdtoa()
299 s0 = rv_alloc(bufsize); in hldtoa()
H A Dgdtoaimp.h569 #define rv_alloc __rv_alloc_D2A macro
620 extern char *rv_alloc ANSI((size_t));
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/LibC/gdtoa/
H A Ddmisc.c43 rv_alloc(i) size_t i; in rv_alloc() function
45 rv_alloc(size_t i)
76 t = rv = rv_alloc(n);
H A Dgdtoaimp.h530 #define rv_alloc __rv_alloc_D2A macro
581 extern char *rv_alloc (size_t);
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/gdtoa/
H A Ddmisc.c38 char *rv_alloc (int i) in rv_alloc() function
60 t = rv = rv_alloc(n); in nrv_alloc()
H A Dgdtoaimp.h536 #define rv_alloc __rv_alloc_D2A macro
586 extern char *rv_alloc (int);
H A Ddtoa.c301 s = s0 = rv_alloc(i); in __dtoa()
H A Dgdtoa.c289 s = s0 = rv_alloc(i); in __gdtoa()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/gdtoa/
H A Ddmisc.c38 char *rv_alloc (int i) in rv_alloc() function
60 t = rv = rv_alloc(n); in nrv_alloc()
H A Dgdtoaimp.h536 #define rv_alloc __rv_alloc_D2A macro
586 extern char *rv_alloc (int);
H A Ddtoa.c301 s = s0 = rv_alloc(i); in __dtoa()
H A Dgdtoa.c289 s = s0 = rv_alloc(i); in __gdtoa()
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/ctpp/src/
H A DCTPP2DTOA.cpp1033 static char * rv_alloc(AllocatedBlock ** aBlocks, Bigint ** freelist, int i) in rv_alloc() function
1048 t = rv = rv_alloc(aBlocks, freelist, n); in nrv_alloc()
1333 s = s0 = rv_alloc(aBlocks, freelist, i); in ctpp_dtoa()
/dports/textproc/ctpp2/ctpp2-2.8.3/src/
H A DCTPP2DTOA.cpp1033 static char * rv_alloc(AllocatedBlock ** aBlocks, Bigint ** freelist, int i) in rv_alloc() function
1048 t = rv = rv_alloc(aBlocks, freelist, n); in nrv_alloc()
1333 s = s0 = rv_alloc(aBlocks, freelist, i); in ctpp_dtoa()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/
H A Ddtoa.c2476 rv_alloc(STATE_PARAM i) STATE_PARAM_DECL int i;
2478 rv_alloc(STATE_PARAM int i)
2506 t = rv = rv_alloc(PASS_STATE n);
2815 s = s0 = rv_alloc(PASS_STATE i);
/dports/lang/see/see-3.1.1424/libsee/
H A Ddtoa.c2542 rv_alloc(i) int i; in rv_alloc() function
2544 rv_alloc(int i)
2572 t = rv = rv_alloc(n);
2875 s = s0 = rv_alloc(i);
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Ddtoa.c2476 rv_alloc(STATE_PARAM i) STATE_PARAM_DECL int i;
2478 rv_alloc(STATE_PARAM int i)
2506 t = rv = rv_alloc(PASS_STATE n);
2815 s = s0 = rv_alloc(PASS_STATE i);
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/
H A Ddtoa.c2476 rv_alloc(STATE_PARAM i) STATE_PARAM_DECL int i;
2478 rv_alloc(STATE_PARAM int i)
2506 t = rv = rv_alloc(PASS_STATE n);
2815 s = s0 = rv_alloc(PASS_STATE i);
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Ddtoa.c2468 rv_alloc(STATE_PARAM i) STATE_PARAM_DECL int i;
2470 rv_alloc(STATE_PARAM int i)
2498 t = rv = rv_alloc(PASS_STATE n);
2807 s = s0 = rv_alloc(PASS_STATE i);

1234