HomeSort by relevance Sort by last modified time
    Searched refs:block (Results 1301 - 1325 of 2246) sorted by null

<<51525354555657585960>>

  /external/e2fsprogs/lib/ext2fs/
irel.h 13 blk_t block; member in struct:ext2_inode_reference
63 * particular block/offset contains a reference to an inode)
  /external/eigen/Eigen/src/plugins/
BlockMethods.h 17 typedef Block<Derived, internal::traits<Derived>::RowsAtCompileTime, 1, !IsRowMajor> ColXpr;
18 typedef const Block<const Derived, internal::traits<Derived>::RowsAtCompileTime, 1, !IsRowMajor> ConstColXpr;
20 typedef Block<Derived, 1, internal::traits<Derived>::ColsAtCompileTime, IsRowMajor> RowXpr;
21 typedef const Block<const Derived, 1, internal::traits<Derived>::ColsAtCompileTime, IsRowMajor> ConstRowXpr;
22 /** \internal expression type of a block of whole columns */
23 typedef Block<Derived, internal::traits<Derived>::RowsAtCompileTime, Dynamic, !IsRowMajor> ColsBlockXpr;
24 typedef const Block<const Derived, internal::traits<Derived>::RowsAtCompileTime, Dynamic, !IsRowMajor> ConstColsBlockXpr;
25 /** \internal expression type of a block of whole rows */
26 typedef Block<Derived, Dynamic, internal::traits<Derived>::ColsAtCompileTime, IsRowMajor> RowsBlockXpr;
27 typedef const Block<const Derived, Dynamic, internal::traits<Derived>::ColsAtCompileTime, IsRowMajor> ConstRowsBlockXp (…)
54 inline Block<Derived> block(Index startRow, Index startCol, Index blockRows, Index blockCols) function
60 inline const Block<const Derived> block(Index startRow, Index startCol, Index blockRows, Index blockCols) const function
534 inline Block<Derived, BlockRows, BlockCols> block(Index startRow, Index startCol) function
541 inline const Block<const Derived, BlockRows, BlockCols> block(Index startRow, Index startCol) const function
    [all...]
  /external/eigen/test/
array_replicate.cpp 41 x1.block(i*rows,j*cols,rows,cols) = m1;
determinant.cpp 51 VERIFY_IS_APPROX(m2.block(0,0,0,0).determinant(), Scalar(1));
swap.cpp 58 m1.swap(m2.block(0,0,rows,cols));
  /external/eigen/test/eigen2/
eigen2_swap.cpp 58 m1.swap(m2.block(0,0,rows,cols));
  /external/llvm/docs/_static/
llvm.css 66 .doc_code, .literal-block
91 pre.doc_code, .literal-block { padding: 1em 2em 1em 1em }
  /external/lzma/CS/7zip/Compress/LZ/
LzInWindow.cs 11 UInt32 _posLimit; // offset (from _buffer) of first byte when new block reading must be done
18 public UInt32 _blockSize; // Size of Allocated memory block
  /external/oprofile/events/mips/r12000/
events 34 event:0x1e counters:0,1,2,3 um:zero minimum:500 name:STORE_PREFETCH_EXCLUSIVE_TO_CLEAN_SC_BLOCK : Store/prefetch exclusive to clean block in secondary cache
35 event:0x1f counters:0,1,2,3 um:zero minimum:500 name:STORE_PREFETCH_EXCLUSIVE_SHARED_SC_BLOCK : Store/prefetch exclusive to shared block in secondary
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.stdout.exp 2 block 1: crc = 0xA212ABF8, combined CRC = 0xA212ABF8, size = 22373
4 22373 in block, 13504 after MTF & 1-2 coding, 79+2 syms in use
  /external/valgrind/main/memcheck/tests/
origin5-bz2.stdout.exp 3 block 1: crc = 0xA212ABF8, combined CRC = 0xA212ABF8, size = 22373
5 22373 in block, 13504 after MTF & 1-2 coding, 79+2 syms in use
vcpu_bz2.stdout.exp 2 block 1: crc = 0xA212ABF8, combined CRC = 0xA212ABF8, size = 22373
4 22373 in block, 13504 after MTF & 1-2 coding, 79+2 syms in use
  /packages/apps/Camera2/src/com/android/camera/
MosaicPreviewRenderer.java 124 mEglThreadBlockVar.block();
  /packages/apps/Nfc/src/com/android/nfc/
DeviceHost.java 74 public void onSeMifareAccess(byte[] block);
188 * that may block for long periods of time during the update process.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
klm_prot.h 57 bool_t block; member in struct:klm_lockargs
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
klm_prot.h 57 bool_t block; member in struct:klm_lockargs
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
klm_prot.h 57 bool_t block; member in struct:klm_lockargs
  /sdk/templates/docs/
default.css 79 display: block;
201 display: inline-block;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
wizard.rb 371 def visit( tree, what = nil, &block )
375 when nil then visit_all( tree, &block )
376 when Integer then visit_type( tree, nil, what, &block )
377 when String then visit_pattern( tree, what, &block )
386 def visit_all( tree, parent = nil, &block )
390 visit_all( child, tree, &block )
394 def visit_type( tree, parent, type, &block )
399 visit_type( child, tree, type, &block )
403 def visit_pattern( tree, pattern, &block )
  /external/chromium_org/v8/src/
hydrogen.h 126 void set_parent_loop_header(HBasicBlock* block) {
128 parent_loop_header_ = block;
137 void Goto(HBasicBlock* block,
140 void GotoNoSimulate(HBasicBlock* block) {
141 Goto(block, NULL, false);
159 // If a target block is tagged as an inline function return, all
164 // Goto (target block)
192 void AddDominatedBlock(HBasicBlock* block);
207 // Outgoing parameter count at block exit, set during lithium translation.
214 // For blocks marked as inline return target: the block with HEnterInlined
    [all...]
  /external/chromium_org/v8/test/mjsunit/
smi-ops-inlined.js 256 // Begin block A
345 // End block A
347 // Repeat block A with 2^32 added to positive numbers and
349 // Begin block A repeat 1
438 // End block A repeat 1
439 // Repeat block A with shift amounts in variables intialized with
446 // Begin block A repeat 2
532 // End block A repeat 2
534 // Repeat previous block, with computed values in the shift variables.
542 // Begin block A repeat
    [all...]
smi-ops.js 263 // Begin block A
352 // End block A
354 // Repeat block A with 2^32 added to positive numbers and
356 // Begin block A repeat 1
445 // End block A repeat 1
446 // Repeat block A with shift amounts in variables intialized with
453 // Begin block A repeat 2
539 // End block A repeat 2
541 // Repeat previous block, with computed values in the shift variables.
549 // Begin block A repeat
    [all...]
  /external/oprofile/events/x86-64/family10/
unit_masks 175 0x01 Victim Block (Writeback)
176 0x04 Read Block (Dcache load miss refill)
177 0x08 Read Block Shared (Icache refill)
178 0x10 Read Block Modified (Dcache store miss refill)
179 0x20 Change-to-Dirty (first store to clean block already in cache)
304 0x01 Read block
305 0x02 Read block shared
306 0x04 Read block modified
313 0x01 Read block
314 0x02 Read block share
    [all...]
  /external/v8/test/mjsunit/
smi-ops-inlined.js 256 // Begin block A
345 // End block A
347 // Repeat block A with 2^32 added to positive numbers and
349 // Begin block A repeat 1
438 // End block A repeat 1
439 // Repeat block A with shift amounts in variables intialized with
446 // Begin block A repeat 2
532 // End block A repeat 2
534 // Repeat previous block, with computed values in the shift variables.
542 // Begin block A repeat
    [all...]
smi-ops.js 263 // Begin block A
352 // End block A
354 // Repeat block A with 2^32 added to positive numbers and
356 // Begin block A repeat 1
445 // End block A repeat 1
446 // Repeat block A with shift amounts in variables intialized with
453 // Begin block A repeat 2
539 // End block A repeat 2
541 // Repeat previous block, with computed values in the shift variables.
549 // Begin block A repeat
    [all...]

Completed in 672 milliseconds

<<51525354555657585960>>