Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dllimits.h18 typedef LUAI_UINT32 lu_int32; typedef
88 typedef lu_int32 Instruction;
H A Dlstate.h40 lu_int32 nuse; /* number of elements */
H A Dlstring.c69 if (tb->nuse > cast(lu_int32, tb->size) && tb->size <= MAX_INT/2) in newlstr()
H A Dlgc.c434 if (g->strt.nuse < cast(lu_int32, g->strt.size/4) && in checkSizes()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dllimits.h15 typedef unsigned LUA_INT32 lu_int32; typedef
142 typedef lu_int32 Instruction;
H A Dlstate.h62 lu_int32 nuse; /* number of elements */
H A Dlstring.c122 if (tb->nuse >= cast(lu_int32, tb->size) && tb->size <= MAX_INT/2) in newshrstr()
H A Dlgc.c781 if (g->strt.nuse < cast(lu_int32, hs)) /* using less than that half? */ in checkSizes()