Searched refs:luaS_hash (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/lua/src/
H A Dlstring.h44 LUAI_FUNC unsigned int luaS_hash (const char *str, size_t l, unsigned int seed);
H A Dlstring.c43 unsigned int luaS_hash (const char *str, size_t l, unsigned int seed) { function
55 ts->hash = luaS_hash(getstr(ts), len, ts->hash);
192 unsigned int h = luaS_hash(str, l, g->seed);
H A Dlstate.c79 return luaS_hash(buff, p, h);
/freebsd-current/sys/contrib/openzfs/module/lua/
H A Dlstring.h37 LUAI_FUNC unsigned int luaS_hash (const char *str, size_t l, unsigned int seed);
H A Dlstring.c49 unsigned int luaS_hash (const char *str, size_t l, unsigned int seed) { function
136 unsigned int h = luaS_hash(str, l, g->seed);
H A Dlstate.c94 return luaS_hash(buff, p, h);
H A Dltable.c103 s->tsv.hash = luaS_hash(getstr(s), s->tsv.len, s->tsv.hash);

Completed in 80 milliseconds