Home
last modified time | relevance | path

Searched refs:nuse (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlstring.c170 tb->nuse--; in luaS_remove()
175 if (l_unlikely(tb->nuse == MAX_INT)) { /* too many strings? */ in growstrtab()
177 if (tb->nuse == MAX_INT) /* still too many? */ in growstrtab()
204 if (tb->nuse >= tb->size) { /* need to grow string table? */ in internshrstr()
213 tb->nuse++; in internshrstr()
H A Dlstate.h157 int nuse; /* number of elements */ member
H A Dlstate.c382 g->strt.size = g->strt.nuse = 0; in lua_newstate()
H A Dlgc.c871 if (g->strt.nuse < g->strt.size / 4) { /* string table too big? */ in checkSizes()
1519 lua_assert(g->strt.nuse == 0); in luaC_freeallobjects()
H A Dltests.c1036 lua_pushinteger(L ,tb->nuse); in string_query()
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstring.c121 if (tb->nuse >= cast(lu_int32, tb->size) && tb->size <= MAX_INT/2) in newshrstr()
125 tb->nuse++; in newshrstr()
H A Dlstate.h61 lu_int32 nuse; /* number of elements */ member
H A Dlgc.c677 G(L)->strt.nuse--; in freeobj()
780 if (g->strt.nuse < cast(lu_int32, hs)) /* using less than that half? */ in checkSizes()
993 lua_assert(g->strt.nuse == 0); in luaC_freeallobjects()
H A Dlstate.c286 g->strt.nuse = 0; in lua_newstate()
/freebsd/contrib/one-true-awk/
H A Db.c188 int i, use, nuse; in makedfa() local
212 nuse = 0; in makedfa()
216 nuse = i; in makedfa()
218 freefa(fatab[nuse]); in makedfa()
219 fatab[nuse] = pfa; in makedfa()
/freebsd/sbin/nvmecontrol/
H A Didentify.c78 (long long)nsdata->nuse); in print_namespace()
/freebsd/usr.sbin/nvmfd/
H A Ddevices.c203 nsdata->nuse = nsdata->ncap; in device_namespace_data()
/freebsd/sys/dev/nvme/
H A Dnvme.h1400 uint64_t nuse; member
2139 s->nuse = le64toh(s->nuse); in nvme_namespace_data_swapbytes()
/freebsd/sys/cam/ctl/
H A Dctl_backend_ramdisk.c624 nsdata->nuse = htole64(be_lun->cap_used / cbe_lun->blocksize); in ramdisk_namespace_data()
H A Dctl_backend_block.c1342 nsdata->nuse = nsdata->nsze; in ctl_be_block_namespace_data()
/freebsd/usr.sbin/bhyve/
H A Dpci_nvme.c601 nd->nuse = nd->nsze; in pci_nvme_init_nsdata_size()