Searched refs:nuse (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/lua/src/
H A Dlstring.c160 tb->nuse--;
182 if (g->strt.nuse >= g->strt.size && g->strt.size <= MAX_INT/2) {
191 g->strt.nuse++;
H A Dlstate.h78 int nuse; /* number of elements */ member in struct:stringtable
H A Dlstate.c314 g->strt.size = g->strt.nuse = 0;
H A Dlgc.c781 if (g->strt.nuse < g->strt.size / 4) /* string table too big? */
978 lua_assert(g->strt.nuse == 0);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstring.c121 if (tb->nuse >= cast(lu_int32, tb->size) && tb->size <= MAX_INT/2)
125 tb->nuse++;
H A Dlstate.h61 lu_int32 nuse; /* number of elements */ member in struct:stringtable
H A Dlstate.c287 g->strt.nuse = 0;
H A Dlgc.c679 G(L)->strt.nuse--;
782 if (g->strt.nuse < cast(lu_int32, hs)) /* using less than that half? */
995 lua_assert(g->strt.nuse == 0);
/freebsd-11-stable/sbin/nvmecontrol/
H A Didentify.c143 (long long)nsdata->nuse,
144 (long long)nsdata->nuse / 1024 / 1024);
/freebsd-11-stable/contrib/one-true-awk/
H A Db.c84 int i, use, nuse; local
112 nuse = 0;
116 nuse = i;
118 freefa(fatab[nuse]);
119 fatab[nuse] = pfa;
/freebsd-11-stable/sys/dev/nvme/
H A Dnvme.h766 uint64_t nuse; member in struct:nvme_namespace_data

Completed in 92 milliseconds