Home
last modified time | relevance | path

Searched refs:DUK_CALLSTACK_SHRINK_THRESHOLD (Results 1 – 9 of 9) sorted by relevance

/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-separate/
H A Dduk_hthread.h36 #define DUK_CALLSTACK_SHRINK_THRESHOLD 16 /* roughly 512 bytes */ macro
H A Dduk_hthread_stacks.c74 if (thr->callstack_size - thr->callstack_top < DUK_CALLSTACK_SHRINK_THRESHOLD) { in duk_hthread_callstack_shrink_check()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_hthread.h36 #define DUK_CALLSTACK_SHRINK_THRESHOLD 16 /* roughly 512 bytes */ macro
H A Dduk_hthread_stacks.c74 if (thr->callstack_size - thr->callstack_top < DUK_CALLSTACK_SHRINK_THRESHOLD) { in duk_hthread_callstack_shrink_check()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-noline/
H A Dduktape.c5985 #define DUK_CALLSTACK_SHRINK_THRESHOLD 16 /* roughly 512 bytes */ macro
54488 if (thr->callstack_size - thr->callstack_top < DUK_CALLSTACK_SHRINK_THRESHOLD) {
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src/
H A Dduktape.c6007 #define DUK_CALLSTACK_SHRINK_THRESHOLD 16 /* roughly 512 bytes */ macro
54596 if (thr->callstack_size - thr->callstack_top < DUK_CALLSTACK_SHRINK_THRESHOLD) {
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src/
H A Dduktape.c6002 #define DUK_CALLSTACK_SHRINK_THRESHOLD 16 /* roughly 512 bytes */ macro
54350 if (thr->callstack_size - thr->callstack_top < DUK_CALLSTACK_SHRINK_THRESHOLD) {
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-noline/
H A Dduktape.c5980 #define DUK_CALLSTACK_SHRINK_THRESHOLD 16 /* roughly 512 bytes */ macro
54242 if (thr->callstack_size - thr->callstack_top < DUK_CALLSTACK_SHRINK_THRESHOLD) {
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/script_engine_duktape/
H A Dduktape.c9102 #define DUK_CALLSTACK_SHRINK_THRESHOLD 16 /* roughly 512 bytes */ macro
56291 if (thr->callstack_size - thr->callstack_top < DUK_CALLSTACK_SHRINK_THRESHOLD) {