Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h286 #define LFIELDS_PER_FLUSH 50 macro
H A Dlcode.c875 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()
/freebsd/contrib/lua/src/
H A Dlopcodes.h403 #define LFIELDS_PER_FLUSH 50 macro
H A Dlcode.c1815 lua_assert(tostore != 0 && tostore <= LFIELDS_PER_FLUSH); in luaK_setlist()
H A Dltests.c832 setnameval(L, "LFPF", LFIELDS_PER_FLUSH); in get_limits()
H A Dlparser.c872 if (cc->tostore == LFIELDS_PER_FLUSH) { in closelistfield()