Home
last modified time | relevance | path

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

/external/freetype/src/psaux/
Dpsobjs.c101 FT_Byte* old_base ) in shift_elements() argument
103 FT_PtrDist delta = table->block - old_base; in shift_elements()
121 FT_Byte* old_base = table->block; in reallocate_t1_table() local
128 table->block = old_base; in reallocate_t1_table()
133 if ( old_base ) in reallocate_t1_table()
135 FT_MEM_COPY( table->block, old_base, table->capacity ); in reallocate_t1_table()
136 shift_elements( table, old_base ); in reallocate_t1_table()
137 FT_FREE( old_base ); in reallocate_t1_table()
245 FT_Byte* old_base = table->block; in ps_table_done() local
249 if ( !old_base ) in ps_table_done()
[all …]
/external/bluetooth/glib/glib/
Dgtestutils.c1109 gchar *old_name = test_run_name, *old_base = g_strdup (test_uri_base); in test_case_run() local
1153 test_uri_base = old_base; in test_case_run()