Searched refs:lmod (Results 1 – 7 of 7) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lstring.c | 37 int h1 = lmod(h, newsize); /* new position */ in luaS_resize() 38 lua_assert(cast_int(h%newsize) == lmod(h, newsize)); in luaS_resize() 65 h = lmod(h, tb->size); in newlstr() 82 for (o = G(L)->strt.hash[lmod(h, G(L)->strt.size)]; in luaS_newlstr()
|
| H A D | lobject.h | 355 #define lmod(s,size) \ macro
|
| H A D | ltable.c | 50 #define hashpow2(t,n) (gnode(t, lmod((n), sizenode(t))))
|
| /f-stack/freebsd/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 | 575 #define lmod(s,size) \ macro
|
| H A D | ltable.c | 51 #define hashpow2(t,n) (gnode(t, lmod((n), sizenode(t))))
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-zip-defs.h | 580 uint64_t lmod : 1; /**< Legacy Mode. */ member 582 uint64_t lmod : 1;
|