Searched refs:chp (Results 1 – 25 of 70) sorted by relevance
123
/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); 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/llvm/test/Transforms/InstCombine/ |
D | strchr-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
|
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
|
/external/valgrind/main/memcheck/tests/ |
D | malloc2.c | 16 unsigned char* chp; in main() local 31 chp = test_arr[j]; in main() 33 chp[k] = (unsigned char)(k + 99); in main()
|
/external/icu4c/data/lang/ |
D | bn_IN.txt | 20 chp{"চিপেওয়াইয়ান"}
|
D | ks.txt | 98 chp{"شیپویان"}
|
D | mk.txt | 113 chp{"чипујан"}
|
D | or.txt | 94 chp{"ଚିପେୱାନ୍"}
|
D | brx.txt | 96 chp{"चिपेवियान्"}
|
D | mr.txt | 112 chp{"शिपेव्यान"}
|
D | gu.txt | 112 chp{"શિપેવ્યાન"}
|
D | te.txt | 112 chp{"చిపెవ్యాన్"}
|
D | fa.txt | 107 chp{"چیپهویهای"}
|
D | ta.txt | 112 chp{"சிபெவ்யான்"}
|
D | ml.txt | 112 chp{"ചിപേവ്യൻ"}
|
D | he.txt | 125 chp{"צ'יפוויאן"}
|
D | bn.txt | 112 chp{"চিপেওয়ান"}
|
D | kn.txt | 112 chp{"ಚಿಪೆವ್ಯಾನ್"}
|
D | bs_Cyrl.txt | 101 chp{"чипвијански"}
|
D | hi.txt | 112 chp{"शिपेव्यान"}
|
D | sr.txt | 112 chp{"Чипвијански"}
|
D | bg.txt | 112 chp{"чиипувски"}
|
D | ar.txt | 119 chp{"الشيباوايان"}
|
D | ru.txt | 118 chp{"чипевайян"}
|
/external/webkit/Source/JavaScriptCore/wtf/text/ |
D | StringImpl.cpp | 201 for (const UChar* chp = m_data; chp != end; chp++) { in lower() local 202 if (UNLIKELY(isASCIIUpper(*chp))) in lower() 204 ored |= *chp; in lower()
|
123