Home
last modified time | relevance | path

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

/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()
238 FT_Byte* old_base = table->block; in ps_table_done() local
242 if ( !old_base ) in ps_table_done()
[all …]
/external/pdfium/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/clang/utils/VtableTest/
Dgen.cc86 int old_base = -1; in gs() local
132 old_base = base; in gs()
/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/mksh/src/
Dlex.c1798 Lex_state *old_base = si->base; in pop_state_i() local
1803 afree(old_base, ATEMP); in pop_state_i()