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

  /src/sys/ufs/ext2fs/
ext2fs_inode.c 279 #define SINGLE 0 /* index of single indirect block */
374 lastiblock[SINGLE] = lastblock - EXT2FS_NDADDR;
375 lastiblock[DOUBLE] = lastiblock[SINGLE] - EXT2_NINDIR(fs);
386 for (level = TRIPLE; level >= SINGLE; level--) {
423 indir_lbn[SINGLE] = -EXT2FS_NDADDR;
424 indir_lbn[DOUBLE] = indir_lbn[SINGLE] - EXT2_NINDIR(fs) -1;
426 for (level = TRIPLE; level >= SINGLE; level--) {
460 for (level = SINGLE; level <= TRIPLE; level++)
490 * lastbn. If level is greater than SINGLE, the block is an indirect bloc
    [all...]
  /src/sys/ufs/ffs/
ffs_inode.c 199 #define SINGLE 0 /* index of single indirect block */
410 lastiblock[SINGLE] = lastblock - UFS_NDADDR;
411 lastiblock[DOUBLE] = lastiblock[SINGLE] - FFS_NINDIR(fs);
421 for (level = TRIPLE; level >= SINGLE; level--) {
469 indir_lbn[SINGLE] = -UFS_NDADDR;
470 indir_lbn[DOUBLE] = indir_lbn[SINGLE] - FFS_NINDIR(fs) - 1;
472 for (level = TRIPLE; level >= SINGLE; level--) {
574 for (level = SINGLE; level <= TRIPLE; level++)
619 * lastbn. If level is greater than SINGLE, the block is an indirect bloc
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
defparse.h 77 SINGLE = 278, /* SINGLE */
114 #define SINGLE 278
defparse.c 161 SINGLE = 278, /* SINGLE */
198 #define SINGLE 278
261 YYSYMBOL_SINGLE = 23, /* SINGLE */
716 "EXECUTE", "SHARED", "NONSHARED", "NONAME", "PRIVATE", "SINGLE",
1507 case 43: /* attr: SINGLE */
1681 case 72: /* keyword_as_name: SINGLE */
1683 { (yyval.id_const) = "SINGLE"; }
  /src/external/gpl3/binutils.old/dist/binutils/
defparse.h 77 SINGLE = 278, /* SINGLE */
114 #define SINGLE 278
defparse.c 161 SINGLE = 278, /* SINGLE */
198 #define SINGLE 278
261 YYSYMBOL_SINGLE = 23, /* SINGLE */
716 "EXECUTE", "SHARED", "NONSHARED", "NONAME", "PRIVATE", "SINGLE",
1507 case 43: /* attr: SINGLE */
1681 case 72: /* keyword_as_name: SINGLE */
1683 { (yyval.id_const) = "SINGLE"; }
  /src/sys/ufs/lfs/
lfs_inode.c 203 #define SINGLE 0 /* index of single indirect block */
444 lastiblock[SINGLE] = lastblock - ULFS_NDADDR;
445 lastiblock[DOUBLE] = lastiblock[SINGLE] - LFS_NINDIR(fs);
459 for (level = TRIPLE; level >= SINGLE; level--)
476 indir_lbn[SINGLE] = -ULFS_NDADDR;
477 indir_lbn[DOUBLE] = indir_lbn[SINGLE] - LFS_NINDIR(fs) - 1;
479 for (level = TRIPLE; level >= SINGLE; level--) {
568 for (level = SINGLE; level <= TRIPLE; level++)
718 * lastbn. If level is greater than SINGLE, the block is an indirect bloc
    [all...]
  /src/sbin/newfs_ext2fs/
mke2fs.c 1098 * All entries for direct, single indirect and triple
1144 #define SINGLE 0 /* index of single indirect block */
1151 /* also zero out entries for single and triple indirect references */
1152 node.e2di_blocks[EXT2FS_NDADDR + SINGLE] = 0;
  /src/external/gpl3/gcc/dist/libdecnumber/
decCommon.c 42 /* (which will always be compiled if DOUBLE or SINGLE are used). */
52 #define SINGLE 1
57 #define SINGLE 0
62 #define SINGLE 0
233 #if SINGLE
683 #if SINGLE
728 #if SINGLE
745 #if !SINGLE
1486 #if SINGLE
1744 #if SINGLE
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decCommon.c 42 /* (which will always be compiled if DOUBLE or SINGLE are used). */
52 #define SINGLE 1
57 #define SINGLE 0
62 #define SINGLE 0
233 #if SINGLE
683 #if SINGLE
728 #if SINGLE
745 #if !SINGLE
1486 #if SINGLE
1744 #if SINGLE
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decCommon.c 42 /* (which will always be compiled if DOUBLE or SINGLE are used). */
52 #define SINGLE 1
57 #define SINGLE 0
62 #define SINGLE 0
233 #if SINGLE
683 #if SINGLE
728 #if SINGLE
745 #if !SINGLE
1486 #if SINGLE
1744 #if SINGLE
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decCommon.c 42 /* (which will always be compiled if DOUBLE or SINGLE are used). */
52 #define SINGLE 1
57 #define SINGLE 0
62 #define SINGLE 0
233 #if SINGLE
683 #if SINGLE
728 #if SINGLE
745 #if !SINGLE
1486 #if SINGLE
1744 #if SINGLE
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
valprint.c 1558 /* A helper for print_octal_chars that emits a single octal digit,
1925 single byte at the end. */
1950 single byte at the end. */
2446 enum {START, SINGLE, REPEAT, INCOMPLETE, FINISH} state, last;
2465 case SINGLE:
2469 /* We are outputting a single character
2472 if (last != SINGLE)
2507 if (last == SINGLE)
2509 /* We were outputting a single string. Terminate the
2538 if (last == SINGLE)
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
valprint.c 1484 /* A helper for print_octal_chars that emits a single octal digit,
1851 single byte at the end. */
1876 single byte at the end. */
2372 enum {START, SINGLE, REPEAT, INCOMPLETE, FINISH} state, last;
2391 case SINGLE:
2395 /* We are outputting a single character
2398 if (last != SINGLE)
2433 if (last == SINGLE)
2435 /* We were outputting a single string. Terminate the
2464 if (last == SINGLE)
    [all...]

Completed in 47 milliseconds