HomeSort by: relevance | last modified time | path
    Searched defs:DOUBLE (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl2/groff/dist/src/include/
errarg.h 24 enum { EMPTY, STRING, CHAR, INTEGER, UNSIGNED_INTEGER, DOUBLE } type;
30 double d;
39 errarg(double);
  /src/sys/ufs/ext2fs/
ext2fs_inode.c 280 #define DOUBLE 1 /* index of double indirect block */
375 lastiblock[DOUBLE] = lastiblock[SINGLE] - EXT2_NINDIR(fs);
376 lastiblock[TRIPLE] = lastiblock[DOUBLE] - EXT2_NINDIR(fs) * EXT2_NINDIR(fs);
424 indir_lbn[DOUBLE] = indir_lbn[SINGLE] - EXT2_NINDIR(fs) -1;
425 indir_lbn[TRIPLE] = indir_lbn[DOUBLE] - EXT2_NINDIR(fs) * EXT2_NINDIR(fs) - 1;
526 * double(triple) indirect before single(double) indirect, calls
  /src/sys/ufs/ffs/
ffs_inode.c 200 #define DOUBLE 1 /* index of double indirect block */
411 lastiblock[DOUBLE] = lastiblock[SINGLE] - FFS_NINDIR(fs);
412 lastiblock[TRIPLE] = lastiblock[DOUBLE] - FFS_NINDIR(fs) * FFS_NINDIR(fs);
470 indir_lbn[DOUBLE] = indir_lbn[SINGLE] - FFS_NINDIR(fs) - 1;
471 indir_lbn[TRIPLE] = indir_lbn[DOUBLE] - FFS_NINDIR(fs) * FFS_NINDIR(fs) - 1;
669 * double(triple) indirect before single(double) indirect, calls
  /src/sys/ufs/lfs/
lfs_inode.c 204 #define DOUBLE 1 /* index of double indirect block */
445 lastiblock[DOUBLE] = lastiblock[SINGLE] - LFS_NINDIR(fs);
446 lastiblock[TRIPLE] = lastiblock[DOUBLE] - LFS_NINDIR(fs) * LFS_NINDIR(fs);
477 indir_lbn[DOUBLE] = indir_lbn[SINGLE] - LFS_NINDIR(fs) - 1;
478 indir_lbn[TRIPLE] = indir_lbn[DOUBLE] - LFS_NINDIR(fs) * LFS_NINDIR(fs) - 1;
757 * double(triple) indirect before single(double) indirect, calls
  /src/usr.bin/xlint/common/
lint.h 81 DOUBLE, /* double or, with tflag, long float */
82 LDOUBLE, /* long double */
85 DCOMPLEX, /* double _Complex */
86 LCOMPLEX, /* long double _Complex */
  /src/sbin/newfs_ext2fs/
mke2fs.c 448 * the second level double indirect reference blocks in
1095 * EXT2_RESIZEINO uses only double indirect reference
1102 * We have to allocate a block for the first level double
1145 #define DOUBLE 1 /* index of double indirect block */
1155 /* allocate a block for the first level double indirect reference */
1156 node.e2di_blocks[EXT2FS_NDADDR + DOUBLE] =
1158 if (node.e2di_blocks[EXT2FS_NDADDR + DOUBLE] == 0)
1241 wtfs(EXT2_FSBTODB(&sblock, node.e2di_blocks[EXT2FS_NDADDR + DOUBLE]),
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decCommon.c 42 /* (which will always be compiled if DOUBLE or SINGLE are used). */
53 #define DOUBLE 0
58 #define DOUBLE 1
63 #define DOUBLE 0
235 #elif DOUBLE
668 /* and all except sign are ignored if df is infinite. For DOUBLE */
710 /* and all digits must be 0 if df is infinite. For DOUBLE and */
1746 #elif DOUBLE
1774 #if DOUBLE || QUAD
  /src/external/bsd/pcc/dist/pcc/mip/
manifest.h 77 #define DOUBLE 13
186 * The double-linked list is insque-style.
188 /* Double-linked list macros */
  /src/external/bsd/tmux/dist/
server-client.c 688 DOUBLE,
697 type = DOUBLE;
700 log_debug("double-click at %u,%u", x, y);
889 type != DOUBLE &&
1862 case DOUBLE:
3012 /* Double-click callback. */
3024 * have been a double click.
  /src/external/gpl3/binutils/dist/gas/config/
tc-ns32k.c 329 #define DOUBLE 2
348 {(8192), (-8192), 2, IND (BRANCH, DOUBLE)},
941 case 'D': /* Double-word. */
942 case 'A': /* Double-word gen-address-form ie no regs
1391 11xxxxxx xxxxxxxx xxxxxxxx xxxxxxxx double word
1427 as_bad (_("value of %ld out of double word displacement range."), val);
2032 case IND (BRANCH, DOUBLE):
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ns32k.c 329 #define DOUBLE 2
348 {(8192), (-8192), 2, IND (BRANCH, DOUBLE)},
941 case 'D': /* Double-word. */
942 case 'A': /* Double-word gen-address-form ie no regs
1391 11xxxxxx xxxxxxxx xxxxxxxx xxxxxxxx double word
1427 as_bad (_("value of %ld out of double word displacement range."), val);
2032 case IND (BRANCH, DOUBLE):

Completed in 40 milliseconds