Searched refs:luaS_hashlongstr (Results 1 – 3 of 3) sorted by relevance
45 LUAI_FUNC unsigned int luaS_hashlongstr (TString *ts);
51 unsigned int luaS_hashlongstr (TString *ts) { in luaS_hashlongstr() function
157 return hashpow2(t, luaS_hashlongstr(ts)); in mainposition()
Completed in 4 milliseconds