Searched refs:nroots (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/atari/stand/tostools/aptck/
H A Daptck.h71 u_int nroots; /* # of auxiliary root sectors */ member in struct:__anon8290
H A Ddisklbl.c245 qsort(dd->roots, dd->nroots, sizeof *dd->roots, root_cmp);
257 for (j = 0; j < dd->nroots; ++j) {
285 printf("\nTotal number of auxiliary roots: %u\n", dd->nroots);
294 "recompile the NetBSD kernel.\n", dd->nroots);
325 u_int i = ++dd->nroots;
/netbsd-current/sys/arch/atari/stand/installboot/
H A Ddisklabel.c53 u_int nroots; member in struct:ahdilabel
152 for (j = 0; j < al.nroots; ++j) {
223 (alab->nroots + 1) * sizeof(*alab->roots));
224 alab->roots[alab->nroots++] = aux;
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcstub/
H A Dgc.d112 __gshared size_t nroots = 0;
287 (nroots+1) * roots[0].sizeof );
290 r[nroots++] = p;
320 for ( size_t i = 0; i < nroots; ++i )
324 roots[i] = roots[--nroots];
375 foreach ( r; roots[0 .. nroots] )
385 foreach ( r; roots[0 .. nroots] )

Completed in 130 milliseconds