/external/llvm/test/CodeGen/X86/ |
hoist-common.ll | 3 ; Common "xorb al, al" instruction in the two successor blocks should be
|
/external/llvm/test/Transforms/LCSSA/ |
unused-phis.ll | 9 ; Test to ensure that when there are multiple exit blocks, PHI nodes are
|
/external/llvm/test/Transforms/SimplifyCFG/ |
PhiBlockMerge2.ll | 1 ; Test merging of blocks that only have PHI nodes in them. This tests the case
|
/external/llvm/tools/bugpoint/ |
CrashDebugger.cpp | 244 /// all terminators except the specified basic blocks to a 'ret' instruction, 276 SmallPtrSet<BasicBlock*, 8> Blocks; 278 Blocks.insert(cast<BasicBlock>(VMap[BBs[i]])); 280 outs() << "Checking for crash with only these blocks:"; 281 unsigned NumPrint = Blocks.size(); 285 if (NumPrint < Blocks.size()) 286 outs() << "... <" << Blocks.size() << " total>"; 289 // Loop over and delete any hack up any blocks that are not listed... 292 if (!Blocks.count(BB) && BB->getTerminator()->getNumSuccessors()) { 308 // The CFG Simplifier pass may delete one of the basic blocks we ar [all...] |
/external/markdown/tests/markdown-test/ |
benchmark.dat | 5 blockquotes-with-dode-blocks:0.020000:0.000000
|
/external/valgrind/main/gdbserver_tests/ |
mcsignopass.stderr.exp | 16 in use at exit: 0 bytes in 0 blocks
|
mcsigpass.stderr.exp | 16 in use at exit: 0 bytes in 0 blocks
|
mcwatchpoints.stderr.exp | 21 in use at exit: 0 bytes in 0 blocks
|
/external/valgrind/main/memcheck/tests/ |
describe-block.stderr.exp | 9 in use at exit: ... bytes in ... blocks
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
tar.h | 24 /* A tar archive consists of 512-byte blocks. 25 Each file in the archive has a header block followed by 0+ data blocks. 26 Two blocks of NUL bytes indicate the end of the archive. */ 28 /* The fields of header blocks:
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
tar.h | 24 /* A tar archive consists of 512-byte blocks. 25 Each file in the archive has a header block followed by 0+ data blocks. 26 Two blocks of NUL bytes indicate the end of the archive. */ 28 /* The fields of header blocks:
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
tar.h | 24 /* A tar archive consists of 512-byte blocks. 25 Each file in the archive has a header block followed by 0+ data blocks. 26 Two blocks of NUL bytes indicate the end of the archive. */ 28 /* The fields of header blocks:
|
/external/llvm/lib/CodeGen/ |
MachineBlockPlacement.cpp | 14 // a topological ordering of basic blocks) in the absence of a *strong* signal 17 // blocks adjacent to each other. 20 // at each stage walks through the basic blocks, trying to coalesce them into 22 // probabilities). Finally, it walks the blocks in topological order, and the 23 // first time it reaches a chain of basic blocks, it schedules them in the 56 static cl::opt<unsigned> AlignAllBlock("align-all-blocks", 58 "blocks in the function."), 68 /// \brief A chain of blocks which will be laid out contiguously. 70 /// This is the datastructure representing a chain of consecutive blocks that 73 /// a sequence of basic blocks which have some external (correctness [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
gfs2_ondisk.h | 94 /* Address of superblock in GFS2 basic blocks */ 130 __be32 ri_length; /* length of rgrp header in fs blocks */ 134 __be32 ri_data; /* num of data blocks in rgrp */ 145 /* Number of blocks per byte in rgrp */ 262 __be64 di_blocks; /* number of blocks in file */ 376 /* ld_data1 is the number of metadata blocks in the descriptor. 380 /* ld_data1 is the number of revoke blocks in the descriptor. 384 /* ld_data1 is the number of data blocks in the descriptor. 414 * blocks. 440 __be64 qb_limit; /* Hard limit of # blocks to alloc * [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
gfs2_ondisk.h | 94 /* Address of superblock in GFS2 basic blocks */ 130 __be32 ri_length; /* length of rgrp header in fs blocks */ 134 __be32 ri_data; /* num of data blocks in rgrp */ 145 /* Number of blocks per byte in rgrp */ 262 __be64 di_blocks; /* number of blocks in file */ 376 /* ld_data1 is the number of metadata blocks in the descriptor. 380 /* ld_data1 is the number of revoke blocks in the descriptor. 384 /* ld_data1 is the number of data blocks in the descriptor. 414 * blocks. 440 __be64 qb_limit; /* Hard limit of # blocks to alloc * [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
gfs2_ondisk.h | 94 /* Address of superblock in GFS2 basic blocks */ 130 __be32 ri_length; /* length of rgrp header in fs blocks */ 134 __be32 ri_data; /* num of data blocks in rgrp */ 145 /* Number of blocks per byte in rgrp */ 262 __be64 di_blocks; /* number of blocks in file */ 376 /* ld_data1 is the number of metadata blocks in the descriptor. 380 /* ld_data1 is the number of revoke blocks in the descriptor. 384 /* ld_data1 is the number of data blocks in the descriptor. 414 * blocks. 440 __be64 qb_limit; /* Hard limit of # blocks to alloc * [all...] |
/external/chromium_org/third_party/libxml/src/ |
testapi.c | 128 int blocks, mem; local 161 blocks = xmlMemBlocks(); 163 if ((blocks != 0) || (mem != 0)) { 164 printf("testapi leaked %d bytes in %d blocks\n", mem, blocks); [all...] |
/bootable/recovery/mtdutils/ |
mtdutils.h | 44 * skips bad blocks as best we can. 56 off_t mtd_erase_blocks(MtdWriteContext *, int blocks); /* 0 ok, -1 for all */
|
/dalvik/vm/compiler/codegen/arm/armv5te/ |
Codegen.cpp | 31 /* Arm codegen building blocks */ 34 /* Thumb-specific building blocks */
|
/dalvik/vm/compiler/codegen/mips/mips/ |
Codegen.cpp | 30 /* Architectural independent building blocks */ 33 /* Architectural independent building blocks */
|
/external/chromium_org/net/disk_cache/v3/ |
block_bitmaps.h | 32 // blocks to allocate, and block_address is the address of the new entry. 44 // Returns true if the blocks pointed by a given address are currently used.
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_fs_cfg.h | 97 /** Ordered list (by ip) of basic blocks */ 99 fs_bblock **blocks; member in class:fs_cfg
|
/external/e2fsprogs/lib/ext2fs/ |
ext2_ext_attr.h | 11 /* Magic value in attribute blocks */ 21 __u32 h_blocks; /* number of disk blocks used */
|
/external/e2fsprogs/tests/f_baddir/ |
expect.1 | 3 Pass 1: Checking inodes, blocks, and sizes 50 test_filesys: 14/32 files (0.0% non-contiguous), 25/100 blocks
|
/external/kernel-headers/original/asm-x86/ |
stat.h | 51 /* Number 512-byte blocks allocated. */ 80 long st_blocks; /* Number 512-byte blocks allocated. */
|