Home
last modified time | relevance | path

Searched refs:chp (Results 1 – 25 of 119) sorted by relevance

12345

/external/llvm/test/Transforms/InstCombine/
Dstrchr-1.ll8 @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
72 ; CHECK: store i8* %strchr, i8** @chp, align 4
76 store i8* %dst, i8** @chp
Dstrrchr-1.ll8 @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
/external/ppp/pppd/
Dmain.c628 struct subprocess *chp; local
630 for (chp = children; chp != NULL; chp = chp->next)
631 dbglog(" script %s, pid %d", chp->prog, chp->pid);
1753 struct subprocess *chp; local
1757 chp = (struct subprocess *) malloc(sizeof(struct subprocess));
1758 if (chp == NULL) {
1761 chp->pid = pid;
1762 chp->prog = prog;
1763 chp->done = done;
1764 chp->arg = arg;
[all …]
/external/valgrind/main/memcheck/tests/
Dmalloc2.c16 unsigned char* chp; in main() local
31 chp = test_arr[j]; in main()
33 chp[k] = (unsigned char)(k + 99); in main()
/external/icu/icu4c/source/data/lang/
Dbn_IN.txt21 chp{"চিপেওয়াইয়ান"}
Dks.txt82 chp{"شیپویان"}
Dbrx.txt80 chp{"चिपेवियान्"}
Dor.txt78 chp{"ଚିପେୱାନ୍"}
Dmk.txt98 chp{"чипујан"}
/external/chromium_org/third_party/icu/source/data/lang/
Dbn_IN.txt20 chp{"চিপেওয়াইয়ান"}
Dgu.txt99 chp{"શિપેવ્યાન"}
Dta.txt97 chp{"சிபெவ்யான்"}
Dzh.txt99 chp{"佩瓦扬文"}
Dkn.txt94 chp{"ಚಿಪೆವ್ಯಾನ್"}
Dar.txt99 chp{"الشيباوايان"}
Dml.txt99 chp{"ചിപേവ്യന്‍"}
Dru.txt99 chp{"чипевайян"}
Dbn.txt99 chp{"চিপেওয়ান"}
Dko.txt99 chp{"치페우얀"}
Dth.txt99 chp{"ชิพิวยัน"}
Dmr.txt94 chp{"शिपेव्यान"}
Dte.txt94 chp{"చిపెవ్యాన్"}
Dzh_Hant.txt100 chp{"奇佩瓦揚文"}
Dbg.txt99 chp{"чиипувски"}
/external/chromium_org/third_party/WebKit/Source/wtf/text/
DStringImpl.cpp509 for (const LChar* chp = characters8(); chp != end; ++chp) { in lower() local
510 if (UNLIKELY(isASCIIUpper(*chp))) in lower()
512 ored |= *chp; in lower()
539 for (const UChar* chp = characters16(); chp != end; ++chp) { in lower() local
540 if (UNLIKELY(isASCIIUpper(*chp))) in lower()
542 ored |= *chp; in lower()

12345