Searched refs:luaS_hash (Results 1 – 3 of 3) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | lstring.c | 43 unsigned int luaS_hash (const char *str, size_t l, unsigned int seed) { in luaS_hash() function 55 ts->hash = luaS_hash(getstr(ts), len, ts->hash); in luaS_hashlongstr() 192 unsigned int h = luaS_hash(str, l, g->seed); in internshrstr()
|
A D | lstring.h | 44 LUAI_FUNC unsigned int luaS_hash (const char *str, size_t l, unsigned int seed);
|
A D | lstate.c | 79 return luaS_hash(buff, p, h); in luai_makeseed()
|
Completed in 3 milliseconds