/external/chromium_org/v8/src/ |
hydrogen-gvn.h | 63 void ProcessLoopBlock(HBasicBlock* block, 73 // A map of block IDs to their side effects. 76 // A map of loop header block IDs to their loop's side effects.
|
/external/compiler-rt/lib/asan/ |
asan_interceptors.h | 22 DECLARE_REAL(void*, memset, void *block, int c, uptr size)
|
/external/e2fsprogs/lib/ext2fs/ |
ext_attr.c | 63 errcode_t ext2fs_read_ext_attr(ext2_filsys fs, blk_t block, void *buf) 67 retval = io_channel_read_blk(fs->io, block, 1, buf); 76 errcode_t ext2fs_write_ext_attr(ext2_filsys fs, blk_t block, void *inbuf) 91 retval = io_channel_write_blk(fs->io, block, 1, write_buf); 100 * This function adjusts the reference count of the EA block.
|
/external/eigen/test/ |
bandmatrix.cpp | 52 if(a>0) dm1.block(0,d+supers,rows,a).setZero(); 53 dm1.block(0,supers+1,cols-supers-1-a,cols-supers-1-a).template triangularView<Upper>().setZero(); 54 dm1.block(subs+1,0,rows-subs-1-b,rows-subs-1-b).template triangularView<Lower>().setZero(); 55 if(b>0) dm1.block(d+subs,0,b,cols).setZero();
|
diagonalmatrices.cpp | 49 sq_m1.block(0,0,rows,rows) = ldm1; 70 big.block(i,j,rows,cols) = m1; 71 big.block(i,j,rows,cols) = v1.asDiagonal() * big.block(i,j,rows,cols); 73 VERIFY_IS_APPROX((big.block(i,j,rows,cols)) , v1.asDiagonal() * m1 ); 75 big.block(i,j,rows,cols) = m1; 76 big.block(i,j,rows,cols) = big.block(i,j,rows,cols) * rv1.asDiagonal(); 77 VERIFY_IS_APPROX((big.block(i,j,rows,cols)) , m1 * rv1.asDiagonal() );
|
/external/freetype/src/base/ |
ftsystem.c | 66 /* The address of newly allocated block. */ 89 /* cur_size :: The current size of the allocated memory block. */ 93 /* block :: The current address of the block in memory. */ 96 /* The address of the reallocated memory block. */ 102 void* block ) 107 return ft_srealloc( block, new_size ); 122 /* block :: The address of block in memory to be freed. */ 126 void* block ) [all...] |
/external/llvm/include/llvm/Support/ |
MD5.h | 45 MD5_u32plus block[16]; member in class:llvm::MD5
|
/external/lzma/C/ |
XzEnc.c | 93 const CXzBlockSizes *block = &p->blocks[i];
local 94 pos = Xz_WriteVarInt(buf, block->totalSize);
95 pos += Xz_WriteVarInt(buf + pos, block->unpackSize);
145 CXzBlockSizes *block = &p->blocks[p->numBlocks++];
local 146 block->totalSize = totalSize;
147 block->unpackSize = unpackSize;
405 CXzBlock block;
local 408 XzBlock_ClearFlags(&block);
409 XzBlock_SetNumFilters(&block, 1 + (useSubblock ? 1 : 0));
413 CXzFilter *f = &block.filters[filterIndex++]; [all...] |
/external/marisa-trie/lib/marisa/ |
bitvector.cc | 444 UInt32 block = ~blocks_[block_id]; local 445 PopCount count(block); 449 block = ~blocks_[block_id]; 450 count = PopCount(block); 457 block >>= 8; 462 block >>= 16; 466 block >>= 24; 469 return bit_id + SelectTable[i][block & 0xFF]; 528 UInt32 block = blocks_[block_id]; local 529 PopCount count(block); [all...] |
/external/marisa-trie/v0_1_5/lib/marisa_alpha/ |
bitvector.cc | 445 UInt32 block = ~blocks_[block_id]; local 446 PopCount count(block); 450 block = ~blocks_[block_id]; 451 count = PopCount(block); 458 block >>= 8; 463 block >>= 16; 467 block >>= 24; 470 return bit_id + SelectTable[i][block & 0xFF]; 530 UInt32 block = blocks_[block_id]; local 531 PopCount count(block); [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_network.h | 23 void u_socket_block(int s, boolean block);
|
/external/mesa3d/src/gallium/drivers/r600/ |
r600_hw_context_priv.h | 33 /* these flags are used in register flags and added into block flags */ 54 void r600_context_dirty_block(struct r600_context *ctx, struct r600_block *block,
|
/external/openssh/ |
mdoc2man.awk | 33 block=0
|
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
complex_rep.S | 1 # When trying (and failing) to instrument at the basic block level
|
/external/valgrind/main/exp-bbv/tests/x86/ |
complex_rep.S | 1 # When trying (and failing) to instrument at the basic block level
|
/external/valgrind/main/memcheck/tests/ |
err_disable3.stderr.exp | 15 Address 0x........ is 5 bytes inside a block of size 10 free'd 32 Address 0x........ is 5 bytes inside a block of size 10 free'd
|
malloc1.stderr.exp | 4 Address 0x........ is 1 bytes inside a block of size 10 free'd 12 Address 0x........ is 1 bytes before a block of size 10 alloc'd
|
/frameworks/av/services/audioflinger/ |
StateQueue.cpp | 92 template<typename T> bool StateQueue<T>::push(StateQueue<T>::block_t block) 101 if (block == BLOCK_UNTIL_ACKED) { 124 if (block == BLOCK_NEVER) { 156 if (block == BLOCK_UNTIL_ACKED) {
|
/frameworks/base/core/java/android/speech/tts/ |
SilencePlaybackQueueItem.java | 36 mCondVar.block(mSilenceDurationMs);
|
/libcore/luni/src/main/java/java/nio/ |
Buffer.java | 95 final MemoryBlock block; field in class:Buffer 97 Buffer(int elementSizeShift, int capacity, MemoryBlock block) { 103 this.block = block;
|
/libcore/luni/src/main/java/java/nio/channels/ |
SelectableChannel.java | 57 * the call to this method might block depending on the implementation. 59 * @param block 66 * if {@code block} is {@code true} and this channel has been 71 public abstract SelectableChannel configureBlocking(boolean block) 118 * the key set of the selector and thus may again block if other threads 157 * the key set of the selector and thus may again block if other threads
|
/dalvik/dx/src/com/android/dx/command/dump/ |
SsaDumper.java | 128 for (SsaBasicBlock block : sortedBlocks) { 129 sb.append("block ") 130 .append(Hex.u2(block.getRopLabel())).append('\n'); 132 BitSet preds = block.getPredecessors(); 141 sb.append(" live in:" + block.getLiveInRegs()); 144 for (SsaInsn insn : block.getInsns()) { 150 if (block.getSuccessors().cardinality() == 0) { 153 int primary = block.getPrimarySuccessorRopLabel(); 155 IntList succLabelList = block.getRopLabelSuccessorList(); 170 sb.append(" live out:" + block.getLiveOutRegs()) [all...] |
/external/ceres-solver/internal/ceres/ |
schur_eliminator_impl.h | 93 // Add a map object for each block in the reduced linear system 94 // and build the row/column block structure of the reduced linear 105 // containing the same y block are vertically contiguous. Along 121 // Add to the chunk until the first block in the row is 130 // block since it is the one to be eliminated. 199 m.block(r, c, block_size, block_size).diagonal() 207 // vector block corresponding to the y block and then apply 209 // matrix corresponding to the block being eliminated and array 211 // to this y block in the normal equations. This computation i 398 const int block = block_id - num_eliminate_blocks_; local 565 const int block = block_id - num_eliminate_blocks_; local [all...] |
/external/chromium_org/third_party/libxml/src/ |
genUnicode.py | 20 # blockAliases is a small hack - it is used for mapping block names which 40 # block range 73 for block in blockAliases: 74 alias = string.split(block,':') 281 for block in bkeys: 282 name = string.replace(block, '-', '') 287 output.write(' {"%s", xmlUCSIs%s}' % (block, name)) 374 for block in bkeys: 375 name = string.replace(block, '-', '') 378 output.write(" *\n * Check whether the character is part of %s UCS Block\n" [all...] |
/dalvik/dx/src/com/android/dx/ssa/ |
SsaMethod.java | 41 /** basic blocks, indexed by block index */ 44 /** Index of first executed block in method */ 48 * Index of exit block, which exists only in SSA form, 128 * Builds a BitSet of block indices from a basic block list and a list 132 * @param labelList list of rop block labels 133 * @return BitSet of block indices 147 * Builds an IntList of block indices from a basic block list and a list 151 * @param labelList list of rop block label 374 SsaBasicBlock block = blockList.remove(0); local [all...] |