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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstring.h37 LUAI_FUNC unsigned int luaS_hash (const char *str, size_t l, unsigned int seed);
H A Dlstring.c51 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.c96 return luaS_hash(buff, p, h);
H A Dltable.c104 s->tsv.hash = luaS_hash(getstr(s), s->tsv.len, s->tsv.hash);
/freebsd-11-stable/contrib/lua/src/
H A Dlstring.h36 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
61 ts->hash = luaS_hash(getstr(ts), ts->u.lnglen, ts->hash);
170 unsigned int h = luaS_hash(str, l, g->seed);
H A Dlstate.c90 return luaS_hash(buff, p, h);

Completed in 61 milliseconds