Home
last modified time | relevance | path

Searched refs:old_base (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/file_manager/
Dpath_util.cc91 const base::FilePath& old_base = bases[i].first; in MigratePathFromOldFormat() local
94 if (old_path == old_base || in MigratePathFromOldFormat()
95 old_base.AppendRelativePath(old_path, &relative)) { in MigratePathFromOldFormat()
/external/chromium_org/third_party/freetype/src/psaux/
Dpsobjs.c100 FT_Byte* old_base ) in shift_elements() argument
102 FT_PtrDist delta = table->block - old_base; in shift_elements()
120 FT_Byte* old_base = table->block; in reallocate_t1_table() local
127 table->block = old_base; in reallocate_t1_table()
132 if ( old_base ) in reallocate_t1_table()
134 FT_MEM_COPY( table->block, old_base, table->capacity ); in reallocate_t1_table()
135 shift_elements( table, old_base ); in reallocate_t1_table()
136 FT_FREE( old_base ); in reallocate_t1_table()
244 FT_Byte* old_base = table->block; in ps_table_done() local
248 if ( !old_base ) in ps_table_done()
[all …]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
Dpsobjs.c100 FT_Byte* old_base ) in shift_elements() argument
102 FT_PtrDist delta = table->block - old_base; in shift_elements()
120 FT_Byte* old_base = table->block; in reallocate_t1_table() local
127 table->block = old_base; in reallocate_t1_table()
132 if ( old_base ) in reallocate_t1_table()
134 FT_MEM_COPY( table->block, old_base, table->capacity ); in reallocate_t1_table()
135 shift_elements( table, old_base ); in reallocate_t1_table()
136 FT_FREE( old_base ); in reallocate_t1_table()
244 FT_Byte* old_base = table->block; in ps_table_done() local
248 if ( !old_base ) in ps_table_done()
[all …]
/external/freetype/src/psaux/
Dpsobjs.c100 FT_Byte* old_base ) in shift_elements() argument
102 FT_PtrDist delta = table->block - old_base; in shift_elements()
120 FT_Byte* old_base = table->block; in reallocate_t1_table() local
127 table->block = old_base; in reallocate_t1_table()
132 if ( old_base ) in reallocate_t1_table()
134 FT_MEM_COPY( table->block, old_base, table->capacity ); in reallocate_t1_table()
135 shift_elements( table, old_base ); in reallocate_t1_table()
136 FT_FREE( old_base ); in reallocate_t1_table()
244 FT_Byte* old_base = table->block; in ps_table_done() local
248 if ( !old_base ) in ps_table_done()
[all …]
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
Dvdso_support.cc128 const void *old_base = vdso_base_; in SetBase() local
133 return old_base; in SetBase()
/external/chromium_org/third_party/libyuv/tools/valgrind-libyuv/
Dlibyuv_tests.py64 old_base, _ = os.path.split(script_dir)
65 new_dir = os.path.join(old_base, 'valgrind')
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
Dvdso_support.cc128 const void *old_base = vdso_base_; in SetBase() local
133 return old_base; in SetBase()
/external/clang/utils/VtableTest/
Dgen.cc86 int old_base = -1; in gs() local
132 old_base = base; in gs()
/external/chromium_org/courgette/
Densemble_create.cc195 DifferenceEstimator::Base* old_base = bases[old_index]; in FindGenerators() local
196 size_t difference = difference_estimator.Measure(old_base, new_subject); in FindGenerators()
/external/webp/src/dec/
Didec.c166 const uint8_t* const old_base = in AppendToMemBuffer() local
176 const size_t new_mem_start = old_start - old_base; in AppendToMemBuffer()
183 memcpy(new_buf, old_base, current_size); in AppendToMemBuffer()
/external/chromium_org/third_party/libwebp/dec/
Didec.c166 const uint8_t* const old_base = in AppendToMemBuffer() local
176 const size_t new_mem_start = old_start - old_base; in AppendToMemBuffer()
183 memcpy(new_buf, old_base, current_size); in AppendToMemBuffer()
/external/chromium_org/third_party/lcov/bin/
Dgeninfo2534 my $old_base;
2571 $old_base = $base_dir;
2573 } while ($old_base ne $base_dir);
/external/mksh/src/
Dlex.c1785 Lex_state *old_base = si->base; in pop_state_i() local
1790 afree(old_base, ATEMP); in pop_state_i()
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_indata.c2007 uint32_t old_cumack, old_base, old_highest, highest_tsn; in sctp_slide_mapping_arrays() local
2012 old_base = asoc->mapping_array_base_tsn; in sctp_slide_mapping_arrays()
2108 sctp_log_map(old_base, old_cumack, old_highest, in sctp_slide_mapping_arrays()