Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlstring.c171 tb->nuse--; in luaS_remove()
176 if (l_unlikely(tb->nuse == MAX_INT)) { /* too many strings? */ in growstrtab()
178 if (tb->nuse == MAX_INT) /* still too many? */ in growstrtab()
205 if (tb->nuse >= tb->size) { /* need to grow string table? */ in internshrstr()
214 tb->nuse++; in internshrstr()
H A Dlstate.h157 int nuse; /* number of elements */ member
H A Dlstate.c385 g->strt.size = g->strt.nuse = 0; in lua_newstate()
H A Dlgc.c873 if (g->strt.nuse < g->strt.size / 4) { /* string table too big? */ in checkSizes()
1521 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.c122 if (tb->nuse >= cast(lu_int32, tb->size) && tb->size <= MAX_INT/2) in newshrstr()
126 tb->nuse++; in newshrstr()
H A Dlstate.h62 lu_int32 nuse; /* number of elements */ member
H A Dlgc.c678 G(L)->strt.nuse--; in freeobj()
781 if (g->strt.nuse < cast(lu_int32, hs)) /* using less than that half? */ in checkSizes()
994 lua_assert(g->strt.nuse == 0); in luaC_freeallobjects()
H A Dlstate.c287 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/tools/tools/nvmf/nvmfd/
H A Ddevices.c203 nsdata->nuse = nsdata->ncap; in device_namespace_data()
/freebsd/sys/dev/nvme/
H A Dnvme.h1413 uint64_t nuse; member
2162 s->nuse = le64toh(s->nuse); in nvme_namespace_data_swapbytes()
/freebsd/sys/cam/ctl/
H A Dctl_backend_ramdisk.c623 nsdata->nuse = htole64(be_lun->cap_used / cbe_lun->blocksize); in ramdisk_namespace_data()
H A Dctl_backend_block.c1340 nsdata->nuse = nsdata->nsze; in ctl_be_block_namespace_data()
/freebsd/usr.sbin/bhyve/
H A Dpci_nvme.c612 nd->nuse = nd->nsze; in pci_nvme_init_nsdata_size()