Searched refs:lmod (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | lstring.c | 71 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 D | lobject.h | 788 #define lmod(s,size) \ macro
|
H A D | ltable.c | 75 #define hashpow2(t,n) (gnode(t, lmod((n), sizenode(t))))
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lstring.c | 77 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 D | lobject.h | 577 #define lmod(s,size) \ macro
|
H A D | ltable.c | 50 #define hashpow2(t,n) (gnode(t, lmod((n), sizenode(t))))
|