Searched refs:ffn (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/cachegrind/
H A Dcg_merge.c244 FileFn* ffn = malloc(sizeof(FileFn)); local
245 if (ffn == NULL)
247 ffn->fi_name = file_name;
248 ffn->fn_name = fn_name;
249 return ffn;
252 static void ddel_FileFn ( FileFn* ffn )
254 if (ffn->fi_name)
255 free(ffn->fi_name);
256 if (ffn->fn_name)
257 free(ffn
[all...]
/external/compiler-rt/lib/profile/
H A DGCDAProfiling.c562 void llvm_gcov_init(writeout_fn wfn, flush_fn ffn) { argument
568 if (ffn)
569 llvm_register_flush_function(ffn);

Completed in 1801 milliseconds