/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/clang/utils/VtableTest/ |
gen.cc | 86 int old_base = -1; local 132 old_base = base;
|
/external/chromium_org/courgette/ |
ensemble_create.cc | 195 DifferenceEstimator::Base* old_base = bases[old_index]; local 196 size_t difference = difference_estimator.Measure(old_base, new_subject);
|
/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/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...] |