Searched refs:chp (Results 1 – 25 of 91) sorted by relevance
1234
/external/llvm/test/Transforms/InstCombine/ |
D | memchr.ll | 14 @chp = global i8* zeroinitializer 20 … store i8* getelementptr inbounds ([14 x i8], [14 x i8]* @hello, i32 0, i32 6), i8** @chp, align 4 25 store i8* %dst, i8** @chp 31 ; CHECK-NEXT: store i8* null, i8** @chp, align 4 36 store i8* %dst, i8** @chp 42 … store i8* getelementptr inbounds ([14 x i8], [14 x i8]* @hello, i32 0, i32 13), i8** @chp, align 4 47 store i8* %dst, i8** @chp 54 ; CHECK-NEXT: store i8* [[DST]], i8** @chp, align 4 59 store i8* %dst, i8** @chp 65 … store i8* getelementptr inbounds ([14 x i8], [14 x i8]* @hello, i32 0, i32 13), i8** @chp, align 4 [all …]
|
D | strrchr-1.ll | 8 @chp = global i8* zeroinitializer 19 store i8* %dst, i8** @chp 24 ; CHECK: store i8* null, i8** @chp, align 4 30 store i8* %dst, i8** @chp 41 store i8* %dst, i8** @chp 52 store i8* %dst, i8** @chp 63 store i8* %dst, i8** @chp
|
D | strchr-1.ll | 9 @chp = global i8* zeroinitializer 20 store i8* %dst, i8** @chp 25 ; CHECK: store i8* null, i8** @chp, align 4 31 store i8* %dst, i8** @chp 42 store i8* %dst, i8** @chp 53 store i8* %dst, i8** @chp 64 store i8* %dst, i8** @chp 73 ; CHECK: store i8* %strchr, i8** @chp, align 4 77 store i8* %dst, i8** @chp
|
/external/ppp/pppd/ |
D | main.c | 628 struct subprocess *chp; local 630 for (chp = children; chp != NULL; chp = chp->next) 631 dbglog(" script %s, pid %d", chp->prog, chp->pid); 1434 struct subprocess *chp; local 1442 for (chp = children; chp != NULL; chp = chp->next) 1443 if (chp->killable) 1444 kill(chp->pid, sig); 1926 struct subprocess *chp; local 1930 chp = (struct subprocess *) malloc(sizeof(struct subprocess)); 1931 if (chp == NULL) { [all …]
|
/external/valgrind/memcheck/tests/ |
D | malloc2.c | 27 unsigned char* chp; in main() local 42 chp = test_arr[j]; in main() 44 chp[k] = (unsigned char)(k + 99); in main()
|
/external/icu/icu4c/source/data/lang/ |
D | or.txt | 69 chp{"ଚିପେୱାନ୍"}
|
D | brx.txt | 71 chp{"चिपेवियान्"}
|
D | ks.txt | 73 chp{"شیپویان"}
|
D | am.txt | 112 chp{"ቺፔውያን"}
|
D | bs_Cyrl.txt | 77 chp{"чипвијански"}
|
D | ka.txt | 82 chp{"ჩიპევიანი"}
|
D | he.txt | 105 chp{"צ׳יפוויאן"}
|
D | ne.txt | 110 chp{"चिपेव्यान"}
|
D | hi.txt | 95 chp{"शिपेव्यान"}
|
D | el.txt | 104 chp{"Τσίπιουαν"}
|
D | bg.txt | 96 chp{"чиипувски"}
|
D | sr.txt | 96 chp{"чипевјански"}
|
D | kn.txt | 96 chp{"ಚಿಪೆವ್ಯಾನ್"}
|
D | fa.txt | 104 chp{"چیپهویهای"}
|
D | ar.txt | 105 chp{"الشيباوايان"}
|
D | ug.txt | 89 chp{"چىپېۋيانچە"}
|
D | mr.txt | 96 chp{"शिपेव्यान"}
|
D | lo.txt | 94 chp{"ຊີພິວຢານ"}
|
D | ta.txt | 99 chp{"சிபெவ்யான்"}
|
D | gu.txt | 102 chp{"શિપેવ્યાન"}
|
1234