Home
last modified time | relevance | path

Searched refs:DUK_HOBJECT_A_ABANDON_LIMIT (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_hobject.h652 #define DUK_HOBJECT_A_ABANDON_LIMIT 2 /* 25%, i.e. less than 25% used -> abandon */ macro
H A Dduk_hobject_props.c284 return (a_used < DUK_HOBJECT_A_ABANDON_LIMIT * (a_size >> 3)); in duk__abandon_array_density_check()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-separate/
H A Dduk_hobject.h652 #define DUK_HOBJECT_A_ABANDON_LIMIT 2 /* 25%, i.e. less than 25% used -> abandon */ macro
H A Dduk_hobject_props.c284 return (a_used < DUK_HOBJECT_A_ABANDON_LIMIT * (a_size >> 3)); in duk__abandon_array_density_check()
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src-noline/
H A Dduktape.c5271 #define DUK_HOBJECT_A_ABANDON_LIMIT 2 /* 25%, i.e. less than 25% used -> abandon */ macro
47620 return (a_used < DUK_HOBJECT_A_ABANDON_LIMIT * (a_size >> 3));
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.8.0/src/
H A Dduktape.c5289 #define DUK_HOBJECT_A_ABANDON_LIMIT 2 /* 25%, i.e. less than 25% used -> abandon */ macro
47723 return (a_used < DUK_HOBJECT_A_ABANDON_LIMIT * (a_size >> 3));
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src/
H A Dduktape.c5284 #define DUK_HOBJECT_A_ABANDON_LIMIT 2 /* 25%, i.e. less than 25% used -> abandon */ macro
47472 return (a_used < DUK_HOBJECT_A_ABANDON_LIMIT * (a_size >> 3));
/dports/www/civetweb/civetweb-1.15/src/third_party/duktape-1.5.2/src-noline/
H A Dduktape.c5266 #define DUK_HOBJECT_A_ABANDON_LIMIT 2 /* 25%, i.e. less than 25% used -> abandon */ macro
47369 return (a_used < DUK_HOBJECT_A_ABANDON_LIMIT * (a_size >> 3));
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/script_engine_duktape/
H A Dduktape.c8385 #define DUK_HOBJECT_A_ABANDON_LIMIT 2 /* 25%, i.e. less than 25% used -> abandon */ macro
49669 return (a_used < DUK_HOBJECT_A_ABANDON_LIMIT * (a_size >> 3));