Searched refs:nuse (Results 1 – 16 of 16) sorted by relevance
171 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()
157 int nuse; /* number of elements */ member
385 g->strt.size = g->strt.nuse = 0; in lua_newstate()
873 if (g->strt.nuse < g->strt.size / 4) { /* string table too big? */ in checkSizes()1521 lua_assert(g->strt.nuse == 0); in luaC_freeallobjects()
1036 lua_pushinteger(L ,tb->nuse); in string_query()
122 if (tb->nuse >= cast(lu_int32, tb->size) && tb->size <= MAX_INT/2) in newshrstr()126 tb->nuse++; in newshrstr()
62 lu_int32 nuse; /* number of elements */ member
678 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()
287 g->strt.nuse = 0; in lua_newstate()
188 int i, use, nuse; in makedfa() local212 nuse = 0; in makedfa()216 nuse = i; in makedfa()218 freefa(fatab[nuse]); in makedfa()219 fatab[nuse] = pfa; in makedfa()
78 (long long)nsdata->nuse); in print_namespace()
203 nsdata->nuse = nsdata->ncap; in device_namespace_data()
1413 uint64_t nuse; member2162 s->nuse = le64toh(s->nuse); in nvme_namespace_data_swapbytes()
623 nsdata->nuse = htole64(be_lun->cap_used / cbe_lun->blocksize); in ramdisk_namespace_data()
1340 nsdata->nuse = nsdata->nsze; in ctl_be_block_namespace_data()
612 nd->nuse = nd->nsze; in pci_nvme_init_nsdata_size()