| /src/sys/external/bsd/drm2/linux/ |
| linux_radixtree.c | 146 unsigned nresults; local 150 nresults = radix_tree_gang_lookup_node(__UNVOLANST(&root->rtr_tree), 153 if (nresults == 0) 155 KASSERT(nresults == 1); 169 unsigned nresults; local 176 nresults = radix_tree_gang_lookup_node( 180 if (nresults == 0) 182 KASSERT(nresults == 1);
|
| /src/usr.sbin/makemandb/ |
| apropos.c | 48 int nresults; member in struct:apropos_flags 124 aflags->nresults = atoi(optarg); 241 args.nrec = aflags.nresults ? aflags.nresults : -1;
|
| apropos-utils.c | 702 int nresults = rc = 0; local 704 nresults++; 732 return (rc < 0) ? rc : nresults;
|
| /src/sys/dev/raidframe/ |
| rf_evenodd_dagfuncs.c | 638 int i, prm, sector, nresults = node->numResults; local 691 if (nresults == 1) { 718 RF_ASSERT(nresults == 2); 755 if (nresults == 2) 767 RF_ASSERT(nresults == 1 || nresults == 2); 768 if (nresults == 1) {
|
| /src/external/mit/lua/dist/src/ |
| lapi.c | 207 lua_assert(hastocloseCfunc(ci->nresults)); 219 api_check(L, hastocloseCfunc(L->ci->nresults) && L->tbclist.p == level, 1014 LUA_API void lua_callk (lua_State *L, int nargs, int nresults, 1022 checkresults(L, nargs, nresults); 1027 luaD_call(L, func, nresults); /* do the call */ 1030 luaD_callnoyield(L, func, nresults); /* just do the call */ 1031 adjustresults(L, nresults); 1042 int nresults; member in struct:CallS 1048 luaD_callnoyield(L, c->func, c->nresults); 1053 LUA_API int lua_pcallk (lua_State *L, int nargs, int nresults, int errfunc 1281 int nresults; local [all...] |
| lstate.h | 204 short nresults; /* expected number of results from this function */ member in struct:CallInfo
|
| lvm.c | 1778 int nresults = GETARG_C(i) - 1; local 1783 if ((newci = luaD_precall(L, ra, nresults)) == NULL) 1851 for (nres = ci->nresults; l_unlikely(nres > 0); nres--) 1865 int nres = ci->nresults;
|