/civetweb-2.7.6/src/third_party/lua-5.2.4/src/ |
D | lstring.c | 51 unsigned int luaS_hash (const char *str, size_t l, unsigned int seed) { in luaS_hash() argument 52 unsigned int h = seed ^ cast(unsigned int, l); in luaS_hash() 136 unsigned int h = luaS_hash(str, l, g->seed); in internshrstr() 162 return createstrobj(L, str, l, LUA_TLNGSTR, G(L)->seed, NULL); in luaS_newlstr()
|
D | lstring.h | 37 LUAI_FUNC unsigned int luaS_hash (const char *str, size_t l, unsigned int seed);
|
D | lstate.h | 121 unsigned int seed; /* randomized seed for hashes */ member
|
D | lstate.c | 283 g->seed = makeseed(L); in lua_newstate()
|
/civetweb-2.7.6/src/third_party/lua-5.3.5/src/ |
D | lstring.c | 49 unsigned int luaS_hash (const char *str, size_t l, unsigned int seed) { in luaS_hash() argument 50 unsigned int h = seed ^ cast(unsigned int, l); in luaS_hash() 148 TString *ts = createstrobj(L, l, LUA_TLNGSTR, G(L)->seed); in luaS_createlngstrobj() 170 unsigned int h = luaS_hash(str, l, g->seed); in internshrstr()
|
D | lstring.h | 36 LUAI_FUNC unsigned int luaS_hash (const char *str, size_t l, unsigned int seed);
|
D | lstate.h | 146 unsigned int seed; /* randomized seed for hashes */ member
|
D | lstate.c | 311 g->seed = makeseed(L); in lua_newstate()
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/ |
D | duk_util_hashbytes.c | 17 …ERNAL duk_uint32_t duk_util_hashbytes(const duk_uint8_t *data, duk_size_t len, duk_uint32_t seed) { in duk_util_hashbytes() argument 18 duk_uint32_t h = seed ^ ((duk_uint32_t) len); in duk_util_hashbytes()
|
D | duk_util.h | 487 …L_DECL duk_uint32_t duk_util_hashbytes(const duk_uint8_t *data, duk_size_t len, duk_uint32_t seed);
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-separate/ |
D | duk_util_hashbytes.c | 17 …ERNAL duk_uint32_t duk_util_hashbytes(const duk_uint8_t *data, duk_size_t len, duk_uint32_t seed) { in duk_util_hashbytes() argument 18 duk_uint32_t h = seed ^ ((duk_uint32_t) len); in duk_util_hashbytes()
|
D | duk_util.h | 487 …L_DECL duk_uint32_t duk_util_hashbytes(const duk_uint8_t *data, duk_size_t len, duk_uint32_t seed);
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-noline/ |
D | duktape.c | 2210 …L_DECL duk_uint32_t duk_util_hashbytes(const duk_uint8_t *data, duk_size_t len, duk_uint32_t seed); 86467 …ERNAL duk_uint32_t duk_util_hashbytes(const duk_uint8_t *data, duk_size_t len, duk_uint32_t seed) { argument 86468 duk_uint32_t h = seed ^ ((duk_uint32_t) len);
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src/ |
D | duktape.c | 2219 …L_DECL duk_uint32_t duk_util_hashbytes(const duk_uint8_t *data, duk_size_t len, duk_uint32_t seed); 86878 …ERNAL duk_uint32_t duk_util_hashbytes(const duk_uint8_t *data, duk_size_t len, duk_uint32_t seed) { argument 86879 duk_uint32_t h = seed ^ ((duk_uint32_t) len);
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src/ |
D | duktape.c | 2219 …L_DECL duk_uint32_t duk_util_hashbytes(const duk_uint8_t *data, duk_size_t len, duk_uint32_t seed); 86591 …ERNAL duk_uint32_t duk_util_hashbytes(const duk_uint8_t *data, duk_size_t len, duk_uint32_t seed) { argument 86592 duk_uint32_t h = seed ^ ((duk_uint32_t) len);
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/src-noline/ |
D | duktape.c | 2210 …L_DECL duk_uint32_t duk_util_hashbytes(const duk_uint8_t *data, duk_size_t len, duk_uint32_t seed); 86754 …ERNAL duk_uint32_t duk_util_hashbytes(const duk_uint8_t *data, duk_size_t len, duk_uint32_t seed) { argument 86755 duk_uint32_t h = seed ^ ((duk_uint32_t) len);
|