| /src/external/mit/lua/dist/src/ |
| lstring.c | 174 tb->nuse--; 179 if (l_unlikely(tb->nuse == MAX_INT)) { /* too many strings? */ 181 if (tb->nuse == MAX_INT) /* still too many? */ 208 if (tb->nuse >= tb->size) { /* need to grow string table? */ 217 tb->nuse++;
|
| lstate.h | 159 int nuse; /* number of elements */ member in struct:stringtable
|
| lstate.c | 386 g->strt.size = g->strt.nuse = 0;
|
| lgc.c | 874 if (g->strt.nuse < g->strt.size / 4) { /* string table too big? */ 1522 lua_assert(g->strt.nuse == 0);
|
| /src/usr.bin/infocmp/ |
| infocmp.c | 506 use_terms(TERMINAL *term, size_t nuse, char **uterms) 512 terms = ecalloc(nuse, sizeof(*terms)); 513 for (i = 0; i < nuse; i++) { 524 for (j = 0; j < nuse; j++) { 536 if (agree > 0 && agree + absent == nuse) 544 for (j = 0; j < nuse; j++) { 556 if (agree > 0 && agree + absent == nuse) 564 for (j = 0; j < nuse; j++) { 578 if (agree > 0 && agree + absent == nuse) 589 for (j = 0; j < nuse; j++) [all...] |
| /src/sbin/nvmectl/ |
| identify.c | 175 (long long)nsdata->nuse, 176 (long long)nsdata->nuse / 1024 / 1024);
|
| /src/sys/dev/ic/ |
| nvmeio.h | 128 identify->nuse = le64toh(identify->nuse);
|
| nvmereg.h | 573 uint64_t nuse; /* Namespace Utilization */ member in struct:nvm_identify_namespace
|
| /src/external/historical/nawk/dist/ |
| b.c | 188 int i, use, nuse; local 212 nuse = 0; 216 nuse = i; 218 freefa(fatab[nuse]); 219 fatab[nuse] = pfa;
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| module.cc | 5362 int ambiguous = 0, j, nuse, symbol = 0; local 5496 nuse = number_use_names (name, false); 5497 info->u.rsym.renamed = nuse ? 1 : 0; 5499 if (nuse == 0) 5500 nuse = 1; 5502 for (j = 1; j <= nuse; j++)
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| module.cc | 5343 int ambiguous = 0, j, nuse, symbol = 0; local 5477 nuse = number_use_names (name, false); 5478 info->u.rsym.renamed = nuse ? 1 : 0; 5480 if (nuse == 0) 5481 nuse = 1; 5483 for (j = 1; j <= nuse; j++)
|