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() 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 D | lobject.h | 786 #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 | 78 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 D | lobject.h | 578 #define lmod(s,size) \ macro
|
| H A D | ltable.c | 51 #define hashpow2(t,n) (gnode(t, lmod((n), sizenode(t))))
|