HomeSort by relevance Sort by last modified time
    Searched refs:blocks (Results 301 - 325 of 668) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/src/
hydrogen-gvn.cc 369 block_side_effects_(graph->blocks()->length(), zone()),
370 loop_side_effects_(graph->blocks()->length(), zone()),
371 visited_on_paths_(graph->blocks()->length(), zone()) {
373 block_side_effects_.AddBlock(GVNFlagSet(), graph->blocks()->length(),
375 loop_side_effects_.AddBlock(GVNFlagSet(), graph->blocks()->length(),
396 for (int i = graph()->blocks()->length() - 1; i >= 0; --i) {
398 HBasicBlock* block = graph()->blocks()->at(i);
517 for (int i = graph()->blocks()->length() - 1; i >= 0; --i) {
518 HBasicBlock* block = graph()->blocks()->at(i);
529 ProcessLoopBlock(graph()->blocks()->at(j), block, side_effects
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
surface.c 90 mb->blocks = xvmc_blocks->blocks + xvmc_mb->index * BLOCK_SIZE_SAMPLES;
214 XvMCMacroBlockArray *macroblocks, XvMCBlockArray *blocks
250 assert(blocks);
253 assert(blocks->context_id == context->context_id);
300 xvmc_mb, blocks, mb, num_macroblocks);
  /external/mesa3d/src/gallium/state_trackers/xvmc/
surface.c 90 mb->blocks = xvmc_blocks->blocks + xvmc_mb->index * BLOCK_SIZE_SAMPLES;
214 XvMCMacroBlockArray *macroblocks, XvMCBlockArray *blocks
250 assert(blocks);
253 assert(blocks->context_id == context->context_id);
300 xvmc_mb, blocks, mb, num_macroblocks);
  /external/ceres-solver/internal/ceres/
schur_complement_solver.cc 106 vector<int> blocks(num_col_blocks - num_eliminate_blocks, 0);
110 blocks[j] = bs->cols[i].size;
113 set_lhs(new BlockRandomAccessDenseMatrix(blocks));
125 // The case where there are no f blocks, and the system is block
174 // Determine the non-zero blocks in the Schur Complement matrix, and
208 // Iterate over the blocks in the row, ignoring the first
273 // The case where there are no f blocks, and the system is block
347 // The case where there are no f blocks, and the system is block
compressed_col_sparse_matrix_utils.h 57 // Given a set of blocks and a permutation of these blocks, compute
59 // size sum(blocks).
60 void BlockOrderingToScalarOrdering(const vector<int>& blocks,
  /cts/tests/src/android/os/cts/
FileUtils.java 71 public long blocks; field in class:FileUtils.FileStatus
  /external/chromium_org/sandbox/linux/seccomp-bpf/
codegen_unittest.cc 31 TargetsToBlocks *blocks) {
32 return CodeGen::CutGraphIntoBasicBlocks(insns, branch_targets, blocks);
35 void MergeTails(TargetsToBlocks *blocks) {
36 CodeGen::MergeTails(blocks);
241 // Basic blocks are supposed to start with a branch target and end with
313 // Also serialize the addresses the basic blocks as we encounter them.
314 // This will change as basic blocks are coalesed by MergeTails().
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
jsdifflib.js 287 var blocks = this.get_matching_blocks();
288 for (var idx in blocks) {
289 if (blocks.hasOwnProperty(idx)) {
290 block = blocks[idx];
  /external/chromium_org/third_party/WebKit/Source/wtf/
Compiler.h 57 #define WTF_COMPILER_SUPPORTS_BLOCKS __has_feature(blocks)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
options.py 32 blocks = make_option("--blocks", action="store", type="string", dest="blocks", default=None, help="Bug number which the created bug blocks.") variable in class:Options
  /external/oprofile/events/mips/r10000/
events 34 event:0x0e counters:1 um:zero minimum:500 name:STORES_OR_STORE_PREF_TO_CLEANEXCLUSIVE_SCACHE_BLOCKS : Stores or prefetches with store hint to CleanExclusive secondary cache blocks
36 event:0x0f counters:1 um:zero minimum:500 name:STORES_OR_STORE_PREF_TO_SHD_SCACHE_BLOCKS : Stores or prefetches with store hint to Shared secondary cache blocks
  /external/valgrind/main/include/
pub_tool_libcfile.h 62 ULong blocks; member in struct:vg_stat
  /frameworks/base/core/java/android/content/res/
AssetManager.java 235 StringBlock[] blocks = mStringBlocks; local
236 if (blocks == null) {
238 blocks = mStringBlocks;
240 outValue.string = blocks[block].get(outValue.data);
260 if (localLOGV) Log.v(TAG, "Making string blocks for " + this
274 // + ", blocks=" + mStringBlocks);
  /system/extras/ext4_utils/
indirect.c 34 critical_error("indirect backing larger than %d blocks", EXT4_NDIR_BLOCKS);
65 error("failed to advance %d blocks", len);
133 error("failed to advance %d blocks", ind_block_len);
166 /* Given an allocation, attach as many blocks as possible to direct inode
167 blocks, and return the rest */
179 error("failed to advance %d blocks", len);
187 /* Given an allocation, attach as many blocks as possible to indirect blocks,
189 Assumes that the blocks necessary to hold the indirect blocks were include
436 u64 blocks; local
    [all...]
  /external/stressapptest/src/
worker.cc 899 int blocks = sat_->page_length() / blocksize; local
900 for (int currentblock = 0; currentblock < blocks; currentblock++) {
933 uint64 *memslice = memblock + blocks * blockwords;
937 blocks * blocksize, 0);
1196 int blocks = sat_->page_length() \/ blocksize; local
1292 int blocks = sat_->page_length() \/ blocksize; local
1315 int blocks = sat_->page_length() \/ blocksize; local
1340 int blocks = sat_->page_length() \/ blocksize; local
3066 int64 blocks = block->GetSize() \/ read_block_size_; local
    [all...]
  /hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
omx_proxy_common.c 651 MemAllocBlock blocks[2]; local
671 memset(blocks, 0, sizeof(MemAllocBlock)*2);
704 blocks[0].fmt = PIXEL_FMT_8BIT;
705 blocks[0].dim.area.width = tParamRect.nWidth;
706 blocks[0].dim.area.height = tParamRect.nHeight;
707 blocks[0].stride = 0;
709 blocks[1].fmt = PIXEL_FMT_16BIT;
710 blocks[1].dim.area.width = tParamRect.nWidth >> 1;
711 blocks[1].dim.area.height = tParamRect.nHeight >> 1;
712 blocks[1].stride = 0
    [all...]
  /dalvik/dx/src/com/android/dx/command/dump/
SsaDumper.java 41 * Dumper for the SSA-translated blocks of a method.
123 ArrayList<SsaBasicBlock> blocks = ssaMeth.getBlocks(); local
125 (ArrayList<SsaBasicBlock>) blocks.clone();
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_cfg.cpp 34 * blocks with successor/predecessor edges connecting them.
242 blocks = ralloc_array(mem_ctx, fs_bblock *, num_blocks);
247 blocks[i++] = link->block;
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
modes.h 19 size_t blocks, const void *key,
23 size_t blocks, const void *key,
  /external/chromium_org/v8/test/mjsunit/compiler/
regress-5.js 28 // Test breaking out of labelled blocks.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-74.js 28 // Test that the variable introduced by catch blocks is DontDelete.
  /external/chromium_org/v8/test/webkit/
dfg-constant-fold-first-local-read-after-block-merge.js 25 "Tests that the DFG doesn't crash if we constant fold the first read of a local variable in a block that is the result of merging two blocks, where the first doesn't touch the local and the second reads it."
  /external/chromium_org/v8/test/webkit/fast/js/kde/
md5-2.js 203 * Convert an 8-bit character string to a sequence of 16-word blocks, stored
209 var nblk = ((str.length + 8) >> 6) + 1 // number of 16-word blocks
220 * Convert a wide-character string to a sequence of 16-word blocks, stored as
225 var nblk = ((str.length + 4) >> 5) + 1 // number of 16-word blocks
  /external/grub/stage2/
bios.c 62 unsigned short blocks;
79 dap.blocks = nsec;
60 unsigned short blocks; member in struct:disk_address_packet
  /external/llvm/bindings/ocaml/analysis/
llvm_analysis.mli 43 include the contents of basic blocks into the nodes.

Completed in 6520 milliseconds

<<11121314151617181920>>