HomeSort by relevance Sort by last modified time
    Searched full:blocks (Results 376 - 400 of 5464) sorted by null

<<11121314151617181920>>

  /external/clang/test/Analysis/
analyzer-stats.c 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,deadcode.DeadStores,debug.Stats -verify -Wno-unreachable-code -analyzer-opt-analyze-nested-blocks %s
misc-ps-arm.m 1 // RUN: %clang_cc1 -triple thumbv7-apple-ios0.0.0 -analyze -analyzer-checker=core -analyzer-store=region -verify -fblocks -analyzer-opt-analyze-nested-blocks -Wno-objc-root-class %s
  /external/clang/test/CodeGen/
debug-info-line.c 4 // There are no lexical blocks, but we need two DILexicalBlockFiles to
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaMethod.java 42 /** basic blocks, indexed by block index */
43 private ArrayList<SsaBasicBlock> blocks; field in class:SsaMethod
132 * @param blocks Rop blocks
136 static BitSet bitSetFromLabelList(BasicBlockList blocks,
138 BitSet result = new BitSet(blocks.size());
141 result.set(blocks.indexOfLabel(labelList.get(i)));
151 * @param ropBlocks Rop blocks
171 blocks = new ArrayList<SsaBasicBlock>(sz + 2);
175 blocks.add(sbb)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
bb_inode.c 54 * 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
146 * Clear the bad blocks in the bad block inode, while saving the
147 * indirect blocks.
232 * If we run out of reserved indirect blocks, allocate
getsize.c 139 * Returns the number of blocks in a partition
280 blk64_t blocks;
282 retval = ext2fs_get_device_size2(file, blocksize, &blocks);
285 if (blocks >= (1ULL << 32))
287 *retblocks = (blk_t) blocks;
296 blk_t blocks;
304 retval = ext2fs_get_device_size(argv[1], 1024, &blocks);
310 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/misc/
e2freefrag.h 17 int blks_in_chunk; /* number of blocks in a chunk */
  /external/e2fsprogs/tests/f_crashdisk/
expect.1 1 ../e2fsck/e2fsck: Superblock invalid, trying backup blocks...
  /external/llvm/lib/CodeGen/
SpillPlacement.h 10 // This analysis computes the optimal spill code placement between basic blocks.
16 // Given a variable that is live across multiple basic blocks, and given
17 // constraints on the basic blocks where the variable is live, determine which
102 /// @param LiveBlocks Constraints for blocks that have the variable live in or
106 /// addPrefSpill - Add PrefSpill constraints to all blocks listed. This is
110 /// @param Blocks Array of block numbers that prefer to spill in and out.
111 /// @param Strong When true, double the negative bias for these blocks.
112 void addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong);
114 /// addLinks - Add transparent blocks with the given numbers.
  /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 3 ; 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/skia/include/utils/
SkCountdown.h 27 * Blocks until run() has been called count times.
  /external/valgrind/main/memcheck/tests/
erringfds.stderr.exp 5 in use at exit: ... bytes in ... blocks
leak.h 34 fprintf(where,"leaked: %3ld bytes in %2ld blocks\n", \
36 fprintf(where,"dubious: %3ld bytes in %2ld blocks\n", \
38 fprintf(where,"reachable: %3ld bytes in %2ld blocks\n", \
40 fprintf(where,"suppressed: %3ld bytes in %2ld blocks\n", \
realloc2.c 2 multiple blocks hashing to the same list and one being overwritten at
  /external/valgrind/main/memcheck/tests/linux/
capget.stderr.exp2 9 in use at exit: ... bytes in ... blocks
lsframe1.stderr.exp 6 in use at exit: ... bytes in ... blocks
lsframe2.stderr.exp 6 in use at exit: ... bytes in ... blocks
  /ndk/tests/device/test-stlport_shared-exception/jni/
fntry1.cpp 2 // Bug: g++ fails to treat function-try-blocks in ctors specially.
  /ndk/tests/device/test-stlport_static-exception/jni/
fntry1.cpp 2 // Bug: g++ fails to treat function-try-blocks in ctors specially.

Completed in 607 milliseconds

<<11121314151617181920>>