Home
last modified time | relevance | path

Searched refs:seed (Results 1 – 16 of 16) sorted by relevance

/civetweb-2.7.6/src/third_party/lua-5.2.4/src/
Dlstring.c51 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()
Dlstring.h37 LUAI_FUNC unsigned int luaS_hash (const char *str, size_t l, unsigned int seed);
Dlstate.h121 unsigned int seed; /* randomized seed for hashes */ member
Dlstate.c283 g->seed = makeseed(L); in lua_newstate()
/civetweb-2.7.6/src/third_party/lua-5.3.5/src/
Dlstring.c49 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()
Dlstring.h36 LUAI_FUNC unsigned int luaS_hash (const char *str, size_t l, unsigned int seed);
Dlstate.h146 unsigned int seed; /* randomized seed for hashes */ member
Dlstate.c311 g->seed = makeseed(L); in lua_newstate()
/civetweb-2.7.6/src/third_party/duktape-1.5.2/src-separate/
Dduk_util_hashbytes.c17 …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()
Dduk_util.h487 …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/
Dduk_util_hashbytes.c17 …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()
Dduk_util.h487 …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/
Dduktape.c2210 …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/
Dduktape.c2219 …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/
Dduktape.c2219 …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/
Dduktape.c2210 …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);