Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlstring.c37 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 Dlobject.h355 #define lmod(s,size) \ macro
H A Dltable.c50 #define hashpow2(t,n) (gnode(t, lmod((n), sizenode(t))))
/f-stack/freebsd/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.h575 #define lmod(s,size) \ macro
H A Dltable.c51 #define hashpow2(t,n) (gnode(t, lmod((n), sizenode(t))))
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-zip-defs.h580 uint64_t lmod : 1; /**< Legacy Mode. */ member
582 uint64_t lmod : 1;