Home
last modified time | relevance | path

Searched refs:private_mem (Results 1 – 25 of 74) sorted by relevance

123

/dports/editors/libreoffice/libreoffice-7.2.6.2/external/dtoa/
H A Dinclude_header.patch11 -static double private_mem[PRIVATE_mem], *pmem_next = private_mem;
12 +static thread_local double private_mem[PRIVATE_mem], *pmem_next = private_mem;
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/gdtoa/
H A Dmisc.c119 static double private_mem[PRIVATE_mem], *pmem_next = private_mem; variable
146 && (size_t) (pmem_next - private_mem + len) <= PRIVATE_mem) in Balloc()
/dports/games/zdoom/zdoom-2.8.1/gdtoa/
H A Dmisc.c40 static double private_mem[PRIVATE_mem], *pmem_next = private_mem; variable
70 if (k <= Kmax && pmem_next - private_mem + len <= PRIVATE_mem) {
/dports/games/ecwolf/ecwolf-1.3.3-src/gdtoa/
H A Dmisc.c40 static double private_mem[PRIVATE_mem], *pmem_next = private_mem; variable
70 if (k <= Kmax && pmem_next - private_mem + len <= PRIVATE_mem) {
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/gdtoa/
H A Dmisc.c42 static double private_mem[PRIVATE_mem], *pmem_next = private_mem; variable
72 if ((size_t)k <= Kmax && pmem_next - private_mem + len <= PRIVATE_mem) {
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/gdtoa/
H A Dmisc.c119 static double private_mem[PRIVATE_mem], *pmem_next = private_mem; variable
146 && (size_t) (pmem_next - private_mem + len) <= PRIVATE_mem) in Balloc()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/LibC/gdtoa/
H A Dmisc.c48 static double private_mem[PRIVATE_mem], *pmem_next = private_mem; variable
76 if (pmem_next - private_mem + len <= PRIVATE_mem) {
/dports/www/firefox-esr/firefox-91.8.0/js/src/
H A Ddtoa.c476 DECLARE_GLOBAL_STATE double private_mem[PRIVATE_mem]; member
479 = private_mem
502 state->pmem_next = state->private_mem; in newdtoa()
523 if ((double*)v < GET_STATE(private_mem) || in destroydtoa()
524 (double*)v >= GET_STATE(private_mem) + PRIVATE_mem) in destroydtoa()
573 if (k <= Kmax && GET_STATE(pmem_next) - GET_STATE(private_mem) + len <= PRIVATE_mem) {
/dports/www/firefox/firefox-99.0/js/src/
H A Ddtoa.c476 DECLARE_GLOBAL_STATE double private_mem[PRIVATE_mem]; member
479 = private_mem
502 state->pmem_next = state->private_mem; in newdtoa()
523 if ((double*)v < GET_STATE(private_mem) || in destroydtoa()
524 (double*)v >= GET_STATE(private_mem) + PRIVATE_mem) in destroydtoa()
573 if (k <= Kmax && GET_STATE(pmem_next) - GET_STATE(private_mem) + len <= PRIVATE_mem) {
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/
H A Ddtoa.c476 DECLARE_GLOBAL_STATE double private_mem[PRIVATE_mem]; member
479 = private_mem
502 state->pmem_next = state->private_mem; in newdtoa()
523 if ((double*)v < GET_STATE(private_mem) || in destroydtoa()
524 (double*)v >= GET_STATE(private_mem) + PRIVATE_mem) in destroydtoa()
573 if (k <= Kmax && GET_STATE(pmem_next) - GET_STATE(private_mem) + len <= PRIVATE_mem) {
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/
H A Ddtoa.c476 DECLARE_GLOBAL_STATE double private_mem[PRIVATE_mem]; member
479 = private_mem
502 state->pmem_next = state->private_mem; in newdtoa()
523 if ((double*)v < GET_STATE(private_mem) || in destroydtoa()
524 (double*)v >= GET_STATE(private_mem) + PRIVATE_mem) in destroydtoa()
573 if (k <= Kmax && GET_STATE(pmem_next) - GET_STATE(private_mem) + len <= PRIVATE_mem) {
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Ddtoa.c476 DECLARE_GLOBAL_STATE double private_mem[PRIVATE_mem]; member
479 = private_mem
502 state->pmem_next = state->private_mem; in newdtoa()
523 if ((double*)v < GET_STATE(private_mem) || in destroydtoa()
524 (double*)v >= GET_STATE(private_mem) + PRIVATE_mem) in destroydtoa()
573 if (k <= Kmax && GET_STATE(pmem_next) - GET_STATE(private_mem) + len <= PRIVATE_mem) {
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/
H A Ddtoa.c476 DECLARE_GLOBAL_STATE double private_mem[PRIVATE_mem]; member
479 = private_mem
502 state->pmem_next = state->private_mem; in newdtoa()
523 if ((double*)v < GET_STATE(private_mem) || in destroydtoa()
524 (double*)v >= GET_STATE(private_mem) + PRIVATE_mem) in destroydtoa()
573 if (k <= Kmax && GET_STATE(pmem_next) - GET_STATE(private_mem) + len <= PRIVATE_mem) {
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Ddtoa.c476 DECLARE_GLOBAL_STATE double private_mem[PRIVATE_mem]; member
479 = private_mem
502 state->pmem_next = state->private_mem; in newdtoa()
523 if ((double*)v < GET_STATE(private_mem) || in destroydtoa()
524 (double*)v >= GET_STATE(private_mem) + PRIVATE_mem) in destroydtoa()
565 if (k <= Kmax && GET_STATE(pmem_next) - GET_STATE(private_mem) + len <= PRIVATE_mem) {
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Ddtoa.c173 static double private_mem[PRIVATE_mem], *pmem_next = private_mem; variable
367 if (k <= Kmax && pmem_next - private_mem + len <= (Py_ssize_t)PRIVATE_mem) { in Balloc()
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Ddtoa.c173 static double private_mem[PRIVATE_mem], *pmem_next = private_mem; variable
367 if (k <= Kmax && pmem_next - private_mem + len <= (Py_ssize_t)PRIVATE_mem) { in Balloc()
/dports/lang/python311/Python-3.11.0a3/Python/
H A Ddtoa.c178 static double private_mem[PRIVATE_mem], *pmem_next = private_mem; variable
372 if (k <= Kmax && pmem_next - private_mem + len <= (Py_ssize_t)PRIVATE_mem) { in Balloc()
/dports/lang/python-tools/Python-3.8.12/Python/
H A Ddtoa.c173 static double private_mem[PRIVATE_mem], *pmem_next = private_mem; variable
367 if (k <= Kmax && pmem_next - private_mem + len <= (Py_ssize_t)PRIVATE_mem) { in Balloc()
/dports/lang/python38/Python-3.8.12/Python/
H A Ddtoa.c173 static double private_mem[PRIVATE_mem], *pmem_next = private_mem; variable
367 if (k <= Kmax && pmem_next - private_mem + len <= (Py_ssize_t)PRIVATE_mem) { in Balloc()
/dports/lang/python39/Python-3.9.9/Python/
H A Ddtoa.c177 static double private_mem[PRIVATE_mem], *pmem_next = private_mem; variable
371 if (k <= Kmax && pmem_next - private_mem + len <= (Py_ssize_t)PRIVATE_mem) { in Balloc()
/dports/lang/python310/Python-3.10.1/Python/
H A Ddtoa.c177 static double private_mem[PRIVATE_mem], *pmem_next = private_mem; variable
371 if (k <= Kmax && pmem_next - private_mem + len <= (Py_ssize_t)PRIVATE_mem) { in Balloc()
/dports/lang/python37/Python-3.7.12/Python/
H A Ddtoa.c173 static double private_mem[PRIVATE_mem], *pmem_next = private_mem; variable
367 if (k <= Kmax && pmem_next - private_mem + len <= (Py_ssize_t)PRIVATE_mem) { in Balloc()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Ddtoa.c173 static double private_mem[PRIVATE_mem], *pmem_next = private_mem; variable
367 if (k <= Kmax && pmem_next - private_mem + len <= (Py_ssize_t)PRIVATE_mem) { in Balloc()
/dports/lang/python27/Python-2.7.18/Python/
H A Ddtoa.c182 static double private_mem[PRIVATE_mem], *pmem_next = private_mem; variable
366 if (k <= Kmax && pmem_next - private_mem + len <= PRIVATE_mem) { in Balloc()
/dports/lang/python-legacy/Python-2.7.18/Python/
H A Ddtoa.c182 static double private_mem[PRIVATE_mem], *pmem_next = private_mem; variable
366 if (k <= Kmax && pmem_next - private_mem + len <= PRIVATE_mem) { in Balloc()

123