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/ |
D | duk_heap_hashstring.c | 24 #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/ |
D | duk_heap_hashstring.c | 24 #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/ |
D | duktape.c | 41782 #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/ |
D | duktape.c | 42095 #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/ |
D | duktape.c | 41873 #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/ |
D | duktape.c | 42004 #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
|