Home
last modified time | relevance | path

Searched refs:DUK_HOBJECT_H_SIZE_DIVISOR (Results 1 – 8 of 8) sorted by relevance

/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_hobject.h645 #define DUK_HOBJECT_H_SIZE_DIVISOR 4 /* hash size approx. 1.25 times entries size */ macro
Dduk_hobject_props.c181 res = duk_util_get_hash_prime(e_size + e_size / DUK_HOBJECT_H_SIZE_DIVISOR); in duk__get_default_h_size()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_hobject.h645 #define DUK_HOBJECT_H_SIZE_DIVISOR 4 /* hash size approx. 1.25 times entries size */ macro
Dduk_hobject_props.c181 res = duk_util_get_hash_prime(e_size + e_size / DUK_HOBJECT_H_SIZE_DIVISOR); in duk__get_default_h_size()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduktape.c5259 #define DUK_HOBJECT_H_SIZE_DIVISOR 4 /* hash size approx. 1.25 times entries size */ macro
47266 res = duk_util_get_hash_prime(e_size + e_size / DUK_HOBJECT_H_SIZE_DIVISOR);
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduktape.c5282 #define DUK_HOBJECT_H_SIZE_DIVISOR 4 /* hash size approx. 1.25 times entries size */ macro
47620 res = duk_util_get_hash_prime(e_size + e_size / DUK_HOBJECT_H_SIZE_DIVISOR);
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduktape.c5277 #define DUK_HOBJECT_H_SIZE_DIVISOR 4 /* hash size approx. 1.25 times entries size */ macro
47369 res = duk_util_get_hash_prime(e_size + e_size / DUK_HOBJECT_H_SIZE_DIVISOR);
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduktape.c5264 #define DUK_HOBJECT_H_SIZE_DIVISOR 4 /* hash size approx. 1.25 times entries size */ macro
47517 res = duk_util_get_hash_prime(e_size + e_size / DUK_HOBJECT_H_SIZE_DIVISOR);