Searched refs:cpf (Results 1 – 25 of 59) sorted by relevance
123
/external/valgrind/main/cachegrind/ |
D | cg_merge.c | 337 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/ |
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() 193 if (fclose(cpf) || fclose(dpf) || fclose(epf)) in main()
|
/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/harfbuzz/src/ |
D | harfbuzz-gpos-private.h | 530 } cpf; member
|
D | harfbuzz-gpos.c | 3765 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/ |
D | pt_PT.txt | 26 cpf{"crioulo ou pidgin do francês"}
|
D | mk.txt | 106 cpf{"француски креолски"}
|
D | fa.txt | 101 cpf{"کریول یا پیجین مبتنی بر فرانسوی"}
|
D | or.txt | 101 cpf{"ଫ୍ରେଞ୍ଚ ଆଧାରିତ କ୍ରେଓଲ୍ କିମ୍ବା ପିଜିନ୍"}
|
D | brx.txt | 103 cpf{"क्रेओल् (फ़्रानसीसी आधारीत)"}
|
D | bn.txt | 108 cpf{"ফরাসি জাত ক্রেওল অথবা পিজিন"}
|
D | mr.txt | 108 cpf{"फ्रेंच-आधारित क्रेओल वा पिजिन"}
|
D | ar.txt | 108 cpf{"الكرييولى و اللغات المبسطة الأخرى للتفاهم بين الشعوب على أساس الفرنسية"}
|
D | ml.txt | 108 cpf{"ഫ്രഞ്ച് അധിഷ്ഠിത മിശ്രഭാഷ"}
|
D | zh_Hant.txt | 111 cpf{"源自法文的克里奧爾文和皮欽文"}
|
D | ko.txt | 108 cpf{"크리올어 및 피진어 (프랑스어를 기반으로 한 기타)"}
|
D | ja.txt | 111 cpf{"フランス語が基盤の混成語・混合語"}
|
D | ru.txt | 108 cpf{"франко-креольские и пиджины"}
|
D | bg.txt | 108 cpf{"креолски и пиджин от френски"}
|
D | te.txt | 108 cpf{"ప్రెంచ్ -ఆధారిత క్రియోల్ లేదా పిగ్డిన్"}
|
D | gu.txt | 108 cpf{"ફ્રેંચ આધારિત ક્રેઓલ અથવા પિજિન"}
|
D | sr.txt | 108 cpf{"Креолски или пиџин заснован на француском"}
|
D | ta.txt | 108 cpf{"ஃப்ரென்ச் அடைப்படையிலான கிரியோல் மற்றும் பிஜின்"}
|
D | kn.txt | 108 cpf{"ಫ್ರೆಂಚ್-ಮೂಲದ ಕ್ರಿಯೋಲ್ ಅಥವಾ ಪಿಡ್ಗಿನ್"}
|
D | hi.txt | 108 cpf{"फ्रेंच आधारित क्रेओल या पिजिन"}
|
123