Home
last modified time | relevance | path

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

1234

/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{"চিপেওয়াইয়ান"}
Dbrx.txt80 chp{"चिपेवियान्"}
Dks.txt82 chp{"شیپویان"}
Dor.txt78 chp{"ଚିପେୱାନ୍"}
Dmk.txt98 chp{"чипујан"}
Dbs_Cyrl.txt86 chp{"чипвијански"}
Dmr.txt97 chp{"शिपेव्यान"}
Dte.txt97 chp{"చిపెవ్యాన్"}
Dgu.txt97 chp{"શિપેવ્યાન"}
Dhe.txt110 chp{"צ׳יפוויאן"}
Dta.txt97 chp{"சிபெவ்யான்"}
Dbg.txt97 chp{"чиипувски"}
Dsr.txt97 chp{"Чипвијански"}
Dhi.txt97 chp{"शिपेव्यान"}
Dfa.txt93 chp{"چیپه‌ویه‌ای"}
Dbn.txt97 chp{"চিপেওয়ান"}
/external/chromium_org/third_party/icu/source/data/lang/
Dbn_IN.txt23 chp{"চিপেওয়াইয়ান"}
Dbrx.txt96 chp{"चिपेवियान्"}
Dks.txt98 chp{"شیپویان"}
Dbs_Cyrl.txt102 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()

1234