/external/clang/test/CodeGenCXX/ |
2006-09-12-OpaqueStructCrash.cpp | 25 B<C<Ty> > blocks; member in struct:D
|
/external/clang/test/OpenMP/ |
single_firstprivate_codegen.cpp | 5 // RUN: %clang_cc1 -verify -fopenmp -x c++ -fblocks -DBLOCKS -triple x86_64-apple-darwin10 -emit-llvm %s -o - | FileCheck -check-prefix=BLOCKS %s 112 #elif defined(BLOCKS) 113 // BLOCKS: [[G:@.+]] = global i{{[0-9]+}} 1212, 114 // BLOCKS-LABEL: @main 115 // BLOCKS: call void {{%.+}}(i8 117 // BLOCKS: define{{.*}} internal{{.*}} void {{.+}}(i8* 118 // BLOCKS: call void {{.+}} @__kmpc_fork_call({{.+}}, i32 1, {{.+}}* [[OMP_REGION:@.+]] to {{.+}}) 122 // BLOCKS: define{{.*}} internal{{.*}} void [[OMP_REGION]](i32* noalias %{{.+}}, i32* noalias %{{.+}}, i32* dereferenceable(4) [[SIVAR_REF:%.+]]) 123 // BLOCKS: [[G_PRIVATE_ADDR:%.+]] = alloca i{{[0-9]+}}, 124 // BLOCKS: [[SIVAR1_PRIVATE_ADDR:%.+]] = alloca i{{[0-9]+}} [all...] |
/external/e2fsprogs/lib/ext2fs/ |
bb_inode.c | 55 * Given a bad blocks bitmap, update the bad blocks inode to reflect 83 * First clear the old bad blocks (while saving the indirect blocks) 96 * Now set the bad blocks! 98 * First, mark the bad blocks as used. This prevents a bad 149 * Clear the bad blocks in the bad block inode, while saving the 150 * indirect blocks. 235 * If we run out of reserved indirect blocks, allocate
|
getsize.c | 141 * Returns the number of blocks in a partition 279 blk64_t blocks; 281 retval = ext2fs_get_device_size2(file, blocksize, &blocks); 284 if (blocks >= (1ULL << 32)) 286 *retblocks = (blk_t) blocks; 295 blk_t blocks; 303 retval = ext2fs_get_device_size(argv[1], 1024, &blocks); 309 printf("Device %s has %u 1k blocks.\n", argv[1], blocks);
|
write_bb_file.c | 2 * write_bb_file.c --- write a list of bad blocks to a FILE *
|
/external/e2fsprogs/lib/support/ |
dqblk_v2.h | 18 unsigned int dqi_data_blocks; /* Number of data blocks in file -
|
/external/e2fsprogs/misc/ |
e2freefrag.h | 17 int blks_in_chunk; /* number of blocks in a chunk */
|
/external/e2fsprogs/tests/f_crashdisk/ |
expect.1 | 2 ../e2fsck/e2fsck: Superblock invalid, trying backup blocks...
|
/external/e2fsprogs/tests/f_extents/ |
expect.1 | 1 Pass 1: Checking inodes, blocks, and sizes 47 Free blocks count wrong for group #0 (7081, counted=7100). 50 Free blocks count wrong (7081, counted=7100). 64 test_filesys: 18/256 files (5.6% non-contiguous), 1092/8192 blocks
|
/external/e2fsprogs/tests/f_holedir4/ |
expect.1 | 1 Pass 1: Checking inodes, blocks, and sizes 59 Free blocks count wrong for group #0 (26, counted=25). 62 Free blocks count wrong (416, counted=400). 67 test_filesys: 13/32 files (7.7% non-contiguous), 112/512 blocks
|
/external/e2fsprogs/tests/f_no/ |
expect | 1 Pass 1: Checking inodes, blocks, and sizes 38 Free blocks count wrong for group #0 (0, counted=491). 40 Free blocks count wrong (494, counted=491). 47 test_filesys: 14/128 files (0.0% non-contiguous), 18/512 blocks
|
/external/e2fsprogs/tests/f_preen/ |
expect.1 | 1 test_filesys: Note: if several inode or block bitmap blocks or part
|
/external/e2fsprogs/tests/f_yesthenno/ |
expect | 1 Pass 1: Checking inodes, blocks, and sizes 38 Free blocks count wrong for group #0 (0, counted=491). 40 Free blocks count wrong (494, counted=491). 49 test_filesys: 14/128 files (0.0% non-contiguous), 18/512 blocks
|
/external/e2fsprogs/tests/scripts/ |
mkdup | 20 BLKS=$(./debugfs/debugfs -R "blocks a" $IMG) 22 echo "Releasing blocks $BLKS" 30 BLKS=$(./debugfs/debugfs -R "blocks b" $IMG) 32 echo "Releasing blocks $BLKS"
|
/external/kernel-headers/original/uapi/linux/ |
gfs2_ondisk.h | 102 /* Address of superblock in GFS2 basic blocks */ 142 __be32 ri_length; /* length of rgrp header in fs blocks */ 146 __be32 ri_data; /* num of data blocks in rgrp */ 157 /* Number of blocks per byte in rgrp */ 259 __be64 di_blocks; /* number of blocks in file */ 354 * The blocks containing the values and the blocks containing the 358 * or a single indirect block pointing to blocks containing the 362 * so the number of blocks required depends upon block size. Since the 365 * number of blocks that an inode may have relating to extended attributes [all...] |
hpet.h | 23 #define MAX_HPET_TBS 8 /* maximum hpet timer blocks */
|
/external/libavc/common/ |
ih264_size_defs.h | 50 /*Number of chroma blocks in a row of coffs*/ 53 /*Number of luma blocks in a row of coffs*/ 69 /*Number of luma blocks in a row of coffs*/ 76 /*Size of trans buff = 4x4 for DC block + 4x4 * coffs for 4x4 ac blocks*/
|
/external/llvm/lib/Target/NVPTX/ |
NVPTXAllocaHoisting.cpp | 10 // Hoist the alloca instructions in the non-entry blocks to the entry blocks. 23 // Hoisting the alloca instructions in the non-entry blocks to the entry 69 "Hoisting alloca instructions in non-entry blocks to the entry block",
|
/external/llvm/test/Analysis/Dominators/ |
invoke.ll | 2 ; This tests that we handle unreachable blocks correctly
|
/external/llvm/test/Assembler/ |
2002-08-22-DominanceProblem.ll | 4 ; Dominance relationships is not calculated correctly for unreachable blocks,
|
/external/llvm/test/Transforms/CodeExtractor/ |
2004-11-12-InvokeExtract.ll | 1 ; RUN: opt < %s -extract-blocks -disable-output
|
/external/llvm/test/Transforms/LCSSA/ |
unreachable-use.ll | 4 ; LCSSA doesn't need to transform uses in blocks not reachable
|
/external/llvm/test/Transforms/LICM/ |
2003-02-27-NestedLoopExitBlocks.ll | 1 ; Exit blocks need to be updated for all nested loops...
|
/external/llvm/test/Transforms/SimplifyCFG/ |
PHINode.ll | 1 ; -simplifycfg is not folding blocks if there is a PHI node involved. This
|
/external/llvm/test/Transforms/Sink/ |
convergent.ll | 4 ; blocks that are not control equivalent.
|