Searched defs:SINGLE (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A D_Qquad.h49 #define SINGLE float macro
62 #define SINGLE FLOATPARAMETER macro
92 extern QUAD _Q_stoq(SINGLE);
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcompiler.h109 #define SINGLE /* only one terminal (actually none) */ macro
/illumos-gate/usr/src/lib/libxcurses/src/tabs/
H A Dtabs.c90 #define SINGLE 1 /* only one terminal to be concerned about */ macro
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_alloc.c1490 #define SINGLE 0 /* single indirect block ptr */ macro
H A Dufs_inode.c1029 #define SINGLE 0 /* index of single indirect block */ macro
1037 * level is greater than SINGLE, the block is an indirect
1062 for (i = SINGLE; i < level; i++)
1123 if (level > SINGLE) {
1136 if (level > SINGLE && lastbn >= 0) {
1387 lastiblock[SINGLE] = lastblock - NDADDR;
1388 lastiblock[DOUBLE] = lastiblock[SINGLE] - NINDIR(fs);
1403 for (level = TRIPLE; level >= SINGLE; level--)
1421 for (level = TRIPLE; level >= SINGLE; level--) {
1484 for (level = SINGLE; leve
[all...]

Completed in 71 milliseconds