Home
last modified time | relevance | path

Searched refs:DUK__STRHASH_SHORTSTRING (Results 1 – 6 of 6) sorted by relevance

/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/
Dduk_heap_hashstring.c24 #define DUK__STRHASH_SHORTSTRING 4096L macro
51 if (len <= DUK__STRHASH_SHORTSTRING) { in duk_heap_hashstring()
63 hash = duk_util_hashbytes(str, (duk_size_t) DUK__STRHASH_SHORTSTRING, str_seed); in duk_heap_hashstring()
64 off = DUK__STRHASH_SHORTSTRING + (skip * (hash % 256)) / 256; in duk_heap_hashstring()
84 #undef DUK__STRHASH_SHORTSTRING
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_heap_hashstring.c24 #define DUK__STRHASH_SHORTSTRING 4096L macro
51 if (len <= DUK__STRHASH_SHORTSTRING) { in duk_heap_hashstring()
63 hash = duk_util_hashbytes(str, (duk_size_t) DUK__STRHASH_SHORTSTRING, str_seed); in duk_heap_hashstring()
64 off = DUK__STRHASH_SHORTSTRING + (skip * (hash % 256)) / 256; in duk_heap_hashstring()
84 #undef DUK__STRHASH_SHORTSTRING
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/
Dduktape.c41782 #define DUK__STRHASH_SHORTSTRING 4096L macro
41809 if (len <= DUK__STRHASH_SHORTSTRING) {
41821 hash = duk_util_hashbytes(str, (duk_size_t) DUK__STRHASH_SHORTSTRING, str_seed);
41822 off = DUK__STRHASH_SHORTSTRING + (skip * (hash % 256)) / 256;
41842 #undef DUK__STRHASH_SHORTSTRING
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/
Dduktape.c42095 #define DUK__STRHASH_SHORTSTRING 4096L macro
42122 if (len <= DUK__STRHASH_SHORTSTRING) {
42134 hash = duk_util_hashbytes(str, (duk_size_t) DUK__STRHASH_SHORTSTRING, str_seed);
42135 off = DUK__STRHASH_SHORTSTRING + (skip * (hash % 256)) / 256;
42155 #undef DUK__STRHASH_SHORTSTRING
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/
Dduktape.c41873 #define DUK__STRHASH_SHORTSTRING 4096L macro
41900 if (len <= DUK__STRHASH_SHORTSTRING) {
41912 hash = duk_util_hashbytes(str, (duk_size_t) DUK__STRHASH_SHORTSTRING, str_seed);
41913 off = DUK__STRHASH_SHORTSTRING + (skip * (hash % 256)) / 256;
41933 #undef DUK__STRHASH_SHORTSTRING
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/
Dduktape.c42004 #define DUK__STRHASH_SHORTSTRING 4096L macro
42031 if (len <= DUK__STRHASH_SHORTSTRING) {
42043 hash = duk_util_hashbytes(str, (duk_size_t) DUK__STRHASH_SHORTSTRING, str_seed);
42044 off = DUK__STRHASH_SHORTSTRING + (skip * (hash % 256)) / 256;
42064 #undef DUK__STRHASH_SHORTSTRING