HomeSort by relevance Sort by last modified time
    Searched full:blocks (Results 526 - 550 of 10005) sorted by null

<<21222324252627282930>>

  /external/zopfli/src/zopfli/
blocksplitter.h 22 the data in multiple blocks, with a separate Huffman tree for each block. The
24 blocks, you can either hurt, or enhance compression. These functions choose good
42 maxblocks: set a limit to the amount of blocks. Set to 0 to mean no limit.
58 maxblocks: maximum amount of blocks to split into, or 0 for no limit
62 blocks is the amount of splitpoitns + 1.
69 Divides the input into equal blocks, does not even take LZ77 lengths into
  /external/v8/src/crankshaft/
hydrogen-flow-engine.h 52 // over a graph of basic blocks, either one block at a time (local analysis)
74 pred_counts_(graph->blocks()->length(), zone),
76 block_states_(graph->blocks()->length(), zone),
77 loop_effects_(graph->blocks()->length(), zone) {
78 loop_effects_.AddBlock(NULL, graph_->blocks()->length(), zone);
90 // Global analysis. Iterates over all blocks that are dominated by the given
96 // Iterate all dominated blocks starting from the given start block.
97 for (int i = root->block_id(); i < graph_->blocks()->length(); i++) {
98 HBasicBlock* block = graph_->blocks()->at(i);
100 // Skip blocks not dominated by the root node
    [all...]
  /test/vts/utils/python/coverage/
gcno_parser.py 20 FunctionSummary object describes the code blocks within each function,
79 Reads the binary file and extracts functions, blocks, arcs, and
83 FileSummary object representing the functions, blocks, arcs,
151 Reads information about the basic blocks from the gcno file
155 length: number of blocks to read
156 func: FunctionSummary object for the blocks' parent function
159 parser.FileFormatError: Blocks could not be read. Corrupt file.
162 blocks = []
165 block = block_summary.BlockSummary(len(blocks), block_flag)
166 blocks.append(block
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RopMethod.java 28 private final BasicBlockList blocks; field in class:RopMethod
41 * the labels for the blocks that return, if calculated
48 * @param blocks {@code non-null;} basic block list of the method
51 public RopMethod(BasicBlockList blocks, int firstLabel) {
52 if (blocks == null) {
53 throw new NullPointerException("blocks == null");
60 this.blocks = blocks;
73 return blocks;
130 RopMethod result = new RopMethod(blocks.withRegisterOffset(delta)
    [all...]
  /dalvik/dx/src/com/android/dx/rop/code/
RopMethod.java 27 private final BasicBlockList blocks; field in class:RopMethod
40 * the labels for the blocks that return, if calculated
47 * @param blocks {@code non-null;} basic block list of the method
50 public RopMethod(BasicBlockList blocks, int firstLabel) {
51 if (blocks == null) {
52 throw new NullPointerException("blocks == null");
59 this.blocks = blocks;
72 return blocks;
129 RopMethod result = new RopMethod(blocks.withRegisterOffset(delta)
    [all...]
  /external/e2fsprogs/tests/f_itable_collision/
expect.1 1 Pass 1: Checking inodes, blocks, and sizes
32 Too many illegal blocks in inode 14.
36 Pass 1: Checking inodes, blocks, and sizes
43 Running additional passes to resolve blocks claimed by more than one inode...
44 Pass 1B: Rescanning for multiply-claimed blocks
48 Pass 1C: Scanning directories for inodes with multiply-claimed blocks
49 Pass 1D: Reconciling multiply-claimed blocks
50 (There are 1 inodes containing multiply-claimed blocks.)
55 Clone multiply-claimed blocks? yes
63 Pass 1: Checking inodes, blocks, and size
    [all...]
  /external/valgrind/memcheck/tests/
leak-cases-full.stderr.exp 1 leaked: 80 bytes in 5 blocks
2 dubious: 96 bytes in 6 blocks
3 reachable: 64 bytes in 4 blocks
4 suppressed: 0 bytes in 0 blocks
5 16 bytes in 1 blocks are possibly lost in loss record ... of ...
11 16 bytes in 1 blocks are possibly lost in loss record ... of ...
17 16 bytes in 1 blocks are possibly lost in loss record ... of ...
23 16 bytes in 1 blocks are possibly lost in loss record ... of ...
29 16 bytes in 1 blocks are possibly lost in loss record ... of ...
35 16 bytes in 1 blocks are possibly lost in loss record ... of ..
    [all...]
  /bootable/recovery/updater/
blockimg.cpp 116 // Don't discard blocks unless the update is a retry run.
166 return tgt_.blocks() * BLOCKSIZE - bytes_written_;
450 // Print the hash in hex for corrupted source blocks (excluding the stashed blocks which is
454 LOG(INFO) << "unexpected contents of source blocks in cmd:\n" << params.cmdline;
479 // Source blocks in stash only, no work to do.
487 // If there's no stashed blocks, content in the buffer is consecutive and has the same
488 // order as the source blocks.
490 locs = RangeSet(std::vector<Range>{ Range{ 0, src.blocks() } });
492 // Otherwise, the next token is the offset of the source blocks in the target range
886 size_t blocks = it->second - it->first; local
1085 size_t blocks = 0; local
1131 size_t blocks = 0; local
1277 size_t blocks = 0; local
1366 uint64_t blocks[2]; local
    [all...]
  /external/clang/test/Analysis/
inline-not-supported.c 12 // For now, don't inline vararg blocks.
19 // For now, don't inline global blocks.
  /external/clang/test/CodeGenCXX/
reference-in-blocks.cpp 35 void (^bl)(range<int> ) = ^(range<int> i){printf("Hello Blocks %d\n", i.get()); };
38 void (^bl2)(range<int>& ) = ^(range<int>& i){printf("Hello Blocks %d\n", i.get()); };
  /external/clang/test/CodeGenObjCXX/
block-id.mm 3 // N.B. This test verifies that two blocks which are otherwise
5 // We had a bug where the first two blocks in the global block map could
  /external/clang/test/Tooling/
ms-asm-no-target.cpp 1 // RUN: clang-check "%s" -- -fasm-blocks -target x86_64-apple-darwin10 2>&1 | FileCheck -check-prefix=CHECK-X86 %s -allow-empty
2 // RUN: not clang-check "%s" -- -fasm-blocks -target powerpc-apple-darwin10 2>&1 | FileCheck -check-prefix=CHECK-PPC %s
  /external/e2fsprogs/tests/d_loaddump/
expect 8 Pass 1: Checking inodes, blocks, and sizes
13 test_filesys: 12/64 files (0.0% non-contiguous), 158/512 blocks
  /external/e2fsprogs/tests/d_xattr_sorting/
expect 23 Pass 1: Checking inodes, blocks, and sizes
28 test_filesys: 11/64 files (0.0% non-contiguous), 29/512 blocks
  /external/e2fsprogs/tests/f_badroot/
expect.1 3 Pass 1: Checking inodes, blocks, and sizes
28 test_filesys: 13/32 files (0.0% non-contiguous), 24/100 blocks
  /external/e2fsprogs/tests/f_compress_extent_tree_level/
expect.2 1 Pass 1: Checking inodes, blocks, and sizes
6 test_filesys: 12/128 files (8.3% non-contiguous), 26/512 blocks
  /external/e2fsprogs/tests/f_convert_bmap_and_extent/
expect.2 1 Pass 1: Checking inodes, blocks, and sizes
6 test_filesys: 13/128 files (7.7% non-contiguous), 574/2048 blocks
  /external/e2fsprogs/tests/f_dupdot/
expect.1 1 Pass 1: Checking inodes, blocks, and sizes
21 test_filesys: 13/16 files (0.0% non-contiguous), 22/100 blocks
  /external/e2fsprogs/tests/f_extent_too_deep/
expect.1 11 Pass 1: Checking inodes, blocks, and sizes
22 test_filesys: 12/128 files (0.0% non-contiguous), 19/512 blocks
  /external/e2fsprogs/tests/f_h_badnode/
expect.1 1 Pass 1: Checking inodes, blocks, and sizes
17 test_filesys: 47730/100192 files (0.0% non-contiguous), 13550/31745 blocks
  /external/e2fsprogs/tests/f_htree_bad_csum/
expect.1 1 Pass 1: Checking inodes, blocks, and sizes
27 test_filesys: 47/128 files (2.1% non-contiguous), 1108/2048 blocks
  /external/e2fsprogs/tests/f_inlinedata_dirblocks/
expect.1 1 Pass 1: Checking inodes, blocks, and sizes
24 test_filesys: 12/128 files (0.0% non-contiguous), 17/512 blocks
  /external/e2fsprogs/tests/f_inlinedir_detector/
expect.1 1 Pass 1: Checking inodes, blocks, and sizes
19 test_filesys: 13/128 files (0.0% non-contiguous), 17/512 blocks
  /external/e2fsprogs/tests/f_lpffile/
expect.1 1 Pass 1: Checking inodes, blocks, and sizes
31 test_filesys: 15/32 files (0.0% non-contiguous), 15/100 blocks
  /external/e2fsprogs/tests/f_mke2fs2b/
expect.1 3 Pass 1: Checking inodes, blocks, and sizes
24 test_filesys: 15/32 files (0.0% non-contiguous), 25/100 blocks

Completed in 620 milliseconds

<<21222324252627282930>>