HomeSort by relevance Sort by last modified time
    Searched defs:block2 (Results 1 - 9 of 9) sorted by null

  /external/harfbuzz/src/
harfbuzz-impl.c 56 HB_Pointer block2 = NULL; local
59 block2 = realloc( block, new_size );
60 if ( block2 == NULL && new_size != 0 )
64 block = block2;
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-impl.c 56 HB_Pointer block2 = NULL; local
59 block2 = realloc( block, new_size );
60 if ( block2 == NULL && new_size != 0 )
64 block = block2;
  /external/freetype/src/base/
ftutil.c 149 FT_Pointer block2; local
154 block2 = memory->realloc( memory, cur_size, new_size, block );
155 if ( block2 == NULL )
158 block = block2;
  /external/qemu/android/utils/
system.c 60 void* block2; local
66 block2 = realloc(block, size);
67 if (block2 != NULL)
68 return block2;
  /external/ceres-solver/internal/ceres/
schur_eliminator_impl.h 512 const int block2 = it2->first - num_eliminate_blocks_; local
515 CellInfo* cell_info = lhs->GetCell(block1, block2,
634 const int block2 = row.cells[j].block_id - num_eliminate_blocks_; local
635 DCHECK_GE(block2, 0);
636 DCHECK_LT(block1, block2);
638 CellInfo* cell_info = lhs->GetCell(block1, block2,
695 const int block2 = row.cells[j].block_id - num_eliminate_blocks_; local
696 DCHECK_GE(block2, 0);
697 DCHECK_LT(block1, block2);
700 CellInfo* cell_info = lhs->GetCell(block1, block2,
    [all...]
visibility_based_preconditioner.cc 301 set<int>::const_iterator block2 = block1; local
302 ++block2;
303 for (; block2 != f_blocks.end(); ++block2) {
304 if (IsBlockPairInPreconditioner(*block1, *block2)) {
305 block_pairs_.insert(make_pair(*block1, *block2));
318 const int block2 = row.cells[j].block_id - num_eliminate_blocks; local
319 if (block1 <= block2) {
320 if (IsBlockPairInPreconditioner(block1, block2)) {
321 block_pairs_.insert(make_pair(block1, block2));
409 const int block2 = it->second; local
    [all...]
  /external/openssl/crypto/modes/
modes_lcl.h 122 block128_f block1,block2; member in struct:xts128_context
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 203 milliseconds