Home
last modified time | relevance | path

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

/external/valgrind/cachegrind/
Dcg_merge.c350 CacheProfFile* cpf = malloc(sizeof(CacheProfFile)); in new_CacheProfFile() local
351 if (cpf == NULL) in new_CacheProfFile()
353 cpf->desc_lines = desc_lines; in new_CacheProfFile()
354 cpf->cmd_line = cmd_line; in new_CacheProfFile()
355 cpf->events_line = events_line; in new_CacheProfFile()
356 cpf->n_events = n_events; in new_CacheProfFile()
357 cpf->summary_line = summary_line; in new_CacheProfFile()
358 cpf->outerMap = outerMap; in new_CacheProfFile()
359 cpf->summary = summary; in new_CacheProfFile()
360 return cpf; in new_CacheProfFile()
[all …]
/external/bsdiff/
Dbspatch.cc154 FILE* f, *cpf, *dpf, *epf; in bspatch() local
202 if ((cpf = fopen(patch_filename, "r")) == NULL) in bspatch()
204 if (fseek(cpf, 32, SEEK_SET)) in bspatch()
206 if ((cpfbz2 = BZ2_bzReadOpen(&bz2err, cpf, 0, 0, NULL, 0)) == NULL) in bspatch()
349 if (fclose(cpf) || fclose(dpf) || fclose(epf)) in bspatch()
/external/libexif/doc/
DMakefile.am54 (unset CDPATH; cd "$(DOXYGEN_OUTPUT_DIR)" && tar cpf - "$(HTML_APIDOC_INTERNALS_DIR)") \
69 (unset CDPATH; cd "$(DOXYGEN_OUTPUT_DIR)" && tar cpf - "$(HTML_APIDOC_DIR)") \
DMakefile.in499 …_TRUE@@HAVE_DOXYGEN_TRUE@ (unset CDPATH; cd "$(DOXYGEN_OUTPUT_DIR)" && tar cpf - "$(HTML_APIDOC_IN…
508 @BUILD_DOCS_TRUE@@HAVE_DOXYGEN_TRUE@ (unset CDPATH; cd "$(DOXYGEN_OUTPUT_DIR)" && tar cpf - "$(HTML…
/external/tcpdump/
Dprint-snmp.c737 char *cpf, *cpl, last[6], first[30]; in asn1_print() local
760 for (carry = 0, cpf = first+strlen(first)-1, cpl = last+4; in asn1_print()
762 cpf--, cpl--) { in asn1_print()
763 j = carry + (*cpf - '0') + (*cpl - '0'); in asn1_print()
770 *cpf = j + '0'; in asn1_print()