Home
last modified time | relevance | path

Searched refs:LFIELDS_PER_FLUSH (Results 1 – 8 of 8) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlopcodes.h265 #define LFIELDS_PER_FLUSH 50 macro
H A Dlcode.c820 int c = (nelems - 1)/LFIELDS_PER_FLUSH + 1; in luaK_setlist()
H A Dlvm.c709 last = ((c-1)*LFIELDS_PER_FLUSH) + n; in luaV_execute()
H A Dlparser.c468 if (cc->tostore == LFIELDS_PER_FLUSH) { in closelistfield()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlopcodes.h286 #define LFIELDS_PER_FLUSH 50 macro
H A Dlcode.c871 int c = (nelems - 1)/LFIELDS_PER_FLUSH + 1; in luaK_setlist()
H A Dlvm.c887 last = ((c-1)*LFIELDS_PER_FLUSH) + n; in luaV_execute()
H A Dlparser.c681 if (cc->tostore == LFIELDS_PER_FLUSH) { in closelistfield()