Searched refs:cpf (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/cachegrind/ |
D | cg_merge.c | 350 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/ |
D | bspatch.c | 60 FILE * f, * cpf, * dpf, * epf; in main() local 114 if ((cpf = fopen(argv[3], "r")) == NULL) in main() 116 if (fseeko(cpf, 32, SEEK_SET)) in main() 119 if ((cpfbz2 = BZ2_bzReadOpen(&cbz2err, cpf, 0, 0, NULL, 0)) == NULL) in main() 198 if (fclose(cpf) || fclose(dpf) || fclose(epf)) in main()
|
/external/libexif/doc/ |
D | Makefile.am | 54 (unset CDPATH; cd "$(DOXYGEN_OUTPUT_DIR)" && tar cpf - "$(HTML_APIDOC_INTERNALS_DIR)") \ 69 (unset CDPATH; cd "$(DOXYGEN_OUTPUT_DIR)" && tar cpf - "$(HTML_APIDOC_DIR)") \
|
D | Makefile.in | 499 …_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/ |
D | print-snmp.c | 741 char *cpf, *cpl, last[6], first[30]; in asn1_print() local 764 for (carry = 0, cpf = first+strlen(first)-1, cpl = last+4; in asn1_print() 766 cpf--, cpl--) { in asn1_print() 767 j = carry + (*cpf - '0') + (*cpl - '0'); in asn1_print() 774 *cpf = j + '0'; in asn1_print()
|
/external/icu/icu4c/source/test/testdata/ |
D | structLocale.txt | 5008 cpf{""}
|