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()
167 TString **p = &tb->hash[lmod(ts->hash, tb->size)]; in luaS_remove()
194 TString **list = &tb->hash[lmod(h, tb->size)]; in internshrstr()
207 list = &tb->hash[lmod(h, tb->size)]; /* rehash with new size */ in internshrstr()
H A Dlobject.h786 #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.c78 unsigned int h = lmod(gco2ts(p)->hash, newsize); /* new position */ in luaS_resize()
124 list = &tb->hash[lmod(h, tb->size)]; in newshrstr()
138 for (o = g->strt.hash[lmod(h, g->strt.size)]; in internshrstr()
H A Dlobject.h578 #define lmod(s,size) \ macro
H A Dltable.c51 #define hashpow2(t,n) (gnode(t, lmod((n), sizenode(t))))