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

<<21222324252627282930>>

  /external/ceres-solver/internal/ceres/
coordinate_descent_minimizer.h 48 // perform coordinate descent on the parameter blocks in the
50 // blocks in the same independent set to be optimized in parallel, and
54 // The minimizer assumes that none of the parameter blocks in the
78 // parameter blocks that form one independent set are optimized in
  /external/chromium/net/data/ftp/
dir-listing-vms-4 15 Total of 43 blocks in 8 files.
  /external/chromium_org/content/browser/loader/
power_save_block_resource_throttle.h 18 // This ResourceThrottle blocks power save until large upload request finishes.
  /external/chromium_org/net/data/ftp/
dir-listing-vms-4 15 Total of 43 blocks in 8 files.
dir-listing-vms-6 13 Total of 6 Files, 12 Blocks.
  /external/chromium_org/net/quic/
quic_spdy_compressor.h 16 // Handles the compression of request/response headers blocks. The
  /external/chromium_org/v8/src/
hydrogen-dehoist.cc 67 const ZoneList<HBasicBlock*>* blocks(graph()->blocks());
68 for (int i = 0; i < blocks->length(); ++i) {
69 for (HInstructionIterator it(blocks->at(i)); !it.Done(); it.Advance()) {
hydrogen-mark-deoptimize.cc 68 const ZoneList<HBasicBlock*>* blocks(graph()->blocks());
69 for (int i = 0; i < blocks->length(); ++i) {
70 const HBasicBlock* block(blocks->at(i));
hydrogen-minus-zero.cc 34 const ZoneList<HBasicBlock*>* blocks(graph()->blocks());
35 for (int i = 0; i < blocks->length(); ++i) {
36 for (HInstructionIterator it(blocks->at(i)); !it.Done(); it.Advance()) {
  /external/clang/test/Analysis/
OSAtomic_mac.cpp 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -analyze -analyzer-checker=core,osx -analyzer-store=region -verify -fblocks -analyzer-opt-analyze-nested-blocks %s
idempotent-operations.cpp 1 // RUN: %clang_cc1 -analyze -analyzer-store=region -analyzer-constraints=range -fblocks -analyzer-opt-analyze-nested-blocks -analyzer-checker=alpha.deadcode.IdempotentOperations -verify %s
  /external/clang/test/CodeGen/
branch-target-layout.c 5 // targets (basic blocks). However, the backend's basic block layout makes an
  /external/clang/test/Frontend/
verify2.c 4 // Please note that all comments are inside "#if 0" blocks so that
  /external/clang/test/Parser/
ms-inline-asm.c 2 // RUN: %clang_cc1 %s -triple i386-apple-darwin10 -verify -fasm-blocks
  /external/clang/test/Sema/
ms-inline-asm.c 2 // RUN: %clang_cc1 %s -triple x86_64-apple-darwin10 -fasm-blocks -Wno-microsoft -verify -fsyntax-only
sentinel-attribute.c 2 int x __attribute__((sentinel)); //expected-warning{{'sentinel' attribute only applies to functions, methods and blocks}}
  /external/clang/test/SemaObjC/
nsobject-attribute-1.m 36 // do Blocks retain?
  /external/e2fsprogs/e2fsck/
emptydir.c 2 * emptydir.c --- clear empty directory blocks
12 * blocks and get rid of them.
113 * iterate over all of the logical blocks using the bmap function, and
117 * Also question --- how to free the indirect blocks.
  /external/grub/stage2/
xfs.h 55 typedef xfs_uint32_t xfs_extlen_t; /* extent length in blocks */
74 typedef xfs_uint64_t xfs_filblks_t; /* number of blocks in a file */
87 xfs_drfsbno_t sb_dblocks; /* number of data blocks */
88 xfs_drfsbno_t sb_rblocks; /* number of realtime blocks */
95 xfs_agblock_t sb_rextsize; /* realtime extent size, blocks */
98 xfs_extlen_t sb_rbmblocks; /* number of rt bitmap blocks */
99 xfs_extlen_t sb_logblocks; /* number of log blocks */
121 xfs_uint64_t sb_fdblocks; /* free data blocks */
241 * multiple data blocks, single leaf+freeindex block
242 * data blocks, node&leaf blocks (btree), freeindex block
    [all...]
  /external/kernel-headers/original/linux/
ext2_fs.h 31 * Define EXT2_PREALLOCATE to preallocate data blocks for expanding files
58 #define EXT2_BAD_INO 1 /* Bad blocks inode */
134 * Structure of a blocks group descriptor
138 __le32 bg_block_bitmap; /* Blocks bitmap block */
141 __le16 bg_free_blocks_count; /* Free blocks count */
163 * Constants relative to the data blocks
221 __le32 i_blocks; /* Blocks count */
234 __le32 i_block[EXT2_N_BLOCKS];/* Pointers to blocks */
343 __le32 s_blocks_count; /* Blocks count */
344 __le32 s_r_blocks_count; /* Reserved blocks count *
    [all...]
  /external/llvm/include/llvm/Analysis/
CodeMetrics.h 38 /// of basic blocks.
56 /// \brief Number of instructions in the analyzed blocks.
59 /// \brief Number of analyzed blocks.
79 /// \brief How many 'ret' instructions the blocks contain.
  /external/llvm/include/llvm/CodeGen/
EdgeBundles.h 34 /// Blocks - Map each bundle to a list of basic block numbers.
35 SmallVector<SmallVector<unsigned, 8>, 4> Blocks;
48 /// getBlocks - Return an array of blocks that are connected to Bundle.
49 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; }
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 42 /// slow and we need to iterate over the blocks at least a few times.
50 unsigned NumPreds; // Number of predecessor blocks.
51 BBInfo **Preds; // Array[NumPreds] of predecessor blocks.
97 /// through its predecessors until reaching blocks with known values.
98 /// Create BBInfo structures for the blocks and append them to the block
109 // when reaching blocks that define the value. Record those defining
110 // blocks on the RootList.
148 // Now that we know what blocks are backwards-reachable from the starting
150 // to those blocks.
197 /// finding dominators. Given two basic blocks, it walks up the dominato
    [all...]
  /external/llvm/test/CodeGen/X86/
2011-04-19-sclr-bb.ll 3 ; Make sure that values of illegal types are not scalarized between basic blocks.
code_placement_align_all.ll 1 ; RUN: llc -mcpu=corei7 -mtriple=x86_64-linux -align-all-blocks=16 < %s | FileCheck %s

Completed in 809 milliseconds

<<21222324252627282930>>