Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dllimits.h16 typedef unsigned LUA_INT32 lu_int32; typedef
135 typedef lu_int32 Instruction;
H A Dlstate.h61 lu_int32 nuse; /* number of elements */
H A Dlstring.c121 if (tb->nuse >= cast(lu_int32, tb->size) && tb->size <= MAX_INT/2) in newshrstr()
H A Dlgc.c782 if (g->strt.nuse < cast(lu_int32, hs)) /* using less than that half? */ in checkSizes()