Searched defs:NB (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/ff/
H A Dff.c40 #define NB 500 macro
79 } ilist[NB];
418 for (i = iflg; i < NB; i++)
439 if (sflg == 0 || nxfile >= NB)
/illumos-gate/usr/src/cmd/lp/include/
H A Dlp.h300 #define NB(X) (X? X : "") macro
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dbtree.c2134 ** of the page that participate in the balancing operation. NB is the
2144 #define NB (NN*2+1) /* Total pages involved in the balance */ macro
2200 MemPage *apOld[NB]; /* pPage and up to two siblings */
2201 Pgno pgnoOld[NB]; /* Page numbers for each page in apOld[] */
2202 MemPage *apNew[NB+1]; /* pPage and up to NB siblings after balancing */
2203 Pgno pgnoNew[NB+1]; /* Page numbers for each page in apNew[] */
2204 int idxDiv[NB]; /* Indices of divider cells in pParent */
2205 Cell *apDiv[NB]; /* Divider cells in pParent */
2206 Cell aTemp[NB]; /* Temporar
[all...]

Completed in 66 milliseconds