HomeSort by relevance Sort by last modified time
    Searched refs:old_base (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
vdso_support.cc 128 const void *old_base = vdso_base_; local
133 return old_base;
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
vdso_support.cc 128 const void *old_base = vdso_base_; local
133 return old_base;
  /external/chromium_org/third_party/freetype/src/psaux/
psobjs.c 100 FT_Byte* old_base )
102 FT_PtrDist delta = table->block - old_base;
120 FT_Byte* old_base = table->block; local
127 table->block = old_base;
132 if ( old_base )
134 FT_MEM_COPY( table->block, old_base, table->capacity );
135 shift_elements( table, old_base );
136 FT_FREE( old_base );
244 FT_Byte* old_base = table->block; local
248 if ( !old_base )
    [all...]
  /external/freetype/src/psaux/
psobjs.c 100 FT_Byte* old_base )
102 FT_PtrDist delta = table->block - old_base;
120 FT_Byte* old_base = table->block; local
127 table->block = old_base;
132 if ( old_base )
134 FT_MEM_COPY( table->block, old_base, table->capacity );
135 shift_elements( table, old_base );
136 FT_FREE( old_base );
244 FT_Byte* old_base = table->block; local
248 if ( !old_base )
    [all...]
  /external/clang/utils/VtableTest/
gen.cc 86 int old_base = -1; local
132 old_base = base;
  /external/chromium_org/courgette/
ensemble_create.cc 186 DifferenceEstimator::Base* old_base = bases[old_index]; local
187 size_t difference = difference_estimator.Measure(old_base, new_subject);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_site.py 43 self.old_base = site.USER_BASE
51 site.USER_BASE = self.old_base
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_site.py 43 self.old_base = site.USER_BASE
51 site.USER_BASE = self.old_base
  /external/chromium_org/third_party/libwebp/dec/
idec.c 160 const uint8_t* const old_base = local
170 const size_t new_mem_start = old_start - old_base;
177 memcpy(new_buf, old_base, current_size);
  /external/webp/src/dec/
idec.c 160 const uint8_t* const old_base = local
170 const size_t new_mem_start = old_start - old_base;
177 memcpy(new_buf, old_base, current_size);
  /external/mksh/src/
lex.c 1784 Lex_state *old_base = si->base; local
    [all...]

Completed in 416 milliseconds