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

/external/compiler-rt/lib/profile/
H A DGCDAProfiling.c555 void llvm_gcov_init(writeout_fn wfn, flush_fn ffn) { argument
561 if (ffn)
562 llvm_register_flush_function(ffn);
/external/valgrind/cachegrind/
H A Dcg_merge.c249 FileFn* ffn = malloc(sizeof(FileFn)); local
250 if (ffn == NULL)
252 ffn->fi_name = file_name;
253 ffn->fn_name = fn_name;
254 return ffn;
257 static void ddel_FileFn ( FileFn* ffn )
259 if (ffn->fi_name)
260 free(ffn->fi_name);
261 if (ffn->fn_name)
262 free(ffn
[all...]

Completed in 166 milliseconds