Home
last modified time | relevance | path

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

123

/external/valgrind/main/cachegrind/
Dcg_merge.c337 CacheProfFile* cpf = malloc(sizeof(CacheProfFile)); in new_CacheProfFile() local
338 if (cpf == NULL) in new_CacheProfFile()
340 cpf->desc_lines = desc_lines; in new_CacheProfFile()
341 cpf->cmd_line = cmd_line; in new_CacheProfFile()
342 cpf->events_line = events_line; in new_CacheProfFile()
343 cpf->n_events = n_events; in new_CacheProfFile()
344 cpf->summary_line = summary_line; in new_CacheProfFile()
345 cpf->outerMap = outerMap; in new_CacheProfFile()
346 cpf->summary = summary; in new_CacheProfFile()
347 return cpf; in new_CacheProfFile()
[all …]
/external/bsdiff/
Dbspatch.c60 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()
193 if (fclose(cpf) || fclose(dpf) || fclose(epf)) in main()
/external/tcpdump/
Dprint-snmp.c741 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/harfbuzz/src/
Dharfbuzz-gpos-private.h530 } cpf; member
Dharfbuzz-gpos.c3765 return Load_ContextPos1( &cp->cpf.cpf1, stream ); in Load_ContextPos()
3768 return Load_ContextPos2( &cp->cpf.cpf2, stream ); in Load_ContextPos()
3771 return Load_ContextPos3( &cp->cpf.cpf3, stream ); in Load_ContextPos()
3787 case 1: Free_ContextPos1( &cp->cpf.cpf1 ); break; in Free_ContextPos()
3788 case 2: Free_ContextPos2( &cp->cpf.cpf2 ); break; in Free_ContextPos()
3789 case 3: Free_ContextPos3( &cp->cpf.cpf3 ); break; in Free_ContextPos()
4034 return Lookup_ContextPos1( gpi, &cp->cpf.cpf1, buffer, in Lookup_ContextPos()
4038 return Lookup_ContextPos2( gpi, &cp->cpf.cpf2, buffer, in Lookup_ContextPos()
4042 return Lookup_ContextPos3( gpi, &cp->cpf.cpf3, buffer, in Lookup_ContextPos()
/external/icu4c/data/lang/
Dpt_PT.txt26 cpf{"crioulo ou pidgin do francês"}
Dmk.txt106 cpf{"француски креолски"}
Dfa.txt101 cpf{"کریول یا پیجین مبتنی بر فرانسوی"}
Dor.txt101 cpf{"ଫ୍ରେଞ୍ଚ ଆଧାରିତ କ୍ରେଓଲ୍ କିମ୍ବା ପିଜିନ୍"}
Dbrx.txt103 cpf{"क्रेओल् (फ़्रानसीसी आधारीत)"}
Dbn.txt108 cpf{"ফরাসি জাত ক্রেওল অথবা পিজিন"}
Dmr.txt108 cpf{"फ्रेंच-आधारित क्रेओल वा पिजिन"}
Dar.txt108 cpf{"الكرييولى و اللغات المبسطة الأخرى للتفاهم بين الشعوب على أساس الفرنسية"}
Dml.txt108 cpf{"ഫ്രഞ്ച് അധിഷ്ഠിത മിശ്രഭാഷ"}
Dzh_Hant.txt111 cpf{"源自法文的克里奧爾文和皮欽文"}
Dko.txt108 cpf{"크리올어 및 피진어 (프랑스어를 기반으로 한 기타)"}
Dja.txt111 cpf{"フランス語が基盤の混成語・混合語"}
Dru.txt108 cpf{"франко-креольские и пиджины"}
Dbg.txt108 cpf{"креолски и пиджин от френски"}
Dte.txt108 cpf{"ప్రెంచ్ -ఆధారిత క్రియోల్ లేదా పిగ్డిన్"}
Dgu.txt108 cpf{"ફ્રેંચ આધારિત ક્રેઓલ અથવા પિજિન"}
Dsr.txt108 cpf{"Креолски или пиџин заснован на француском"}
Dta.txt108 cpf{"ஃப்ரென்ச் அடைப்படையிலான கிரியோல் மற்றும் பிஜின்"}
Dkn.txt108 cpf{"ಫ್ರೆಂಚ್-ಮೂಲದ ಕ್ರಿಯೋಲ್ ಅಥವಾ ಪಿಡ್ಗಿನ್"}
Dhi.txt108 cpf{"फ्रेंच आधारित क्रेओल या पिजिन"}

123