Home
last modified time | relevance | path

Searched refs:lmod (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlstring.c71 unsigned int h = lmod(p->hash, nsize); /* new position */ in tablerehash()
166 TString **p = &tb->hash[lmod(ts->hash, tb->size)]; in luaS_remove()
193 TString **list = &tb->hash[lmod(h, tb->size)]; in internshrstr()
206 list = &tb->hash[lmod(h, tb->size)]; /* rehash with new size */ in internshrstr()
H A Dlobject.h788 #define lmod(s,size) \ macro
H A Dltable.c75 #define hashpow2(t,n) (gnode(t, lmod((n), sizenode(t))))
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstring.c77 unsigned int h = lmod(gco2ts(p)->hash, newsize); /* new position */ in luaS_resize()
123 list = &tb->hash[lmod(h, tb->size)]; in newshrstr()
137 for (o = g->strt.hash[lmod(h, g->strt.size)]; in internshrstr()
H A Dlobject.h577 #define lmod(s,size) \ macro
H A Dltable.c50 #define hashpow2(t,n) (gnode(t, lmod((n), sizenode(t))))