/external/adhd/cras/src/tests/ |
D | hfp_slc_unittest.cc | 61 char* chp; in TEST() local 76 chp = strstr(buf, "\r\n"); in TEST() 77 ASSERT_NE((void*)NULL, (void*)chp); in TEST() 78 ASSERT_EQ(0, strncmp("\r\n+CIND:", chp, 8)); in TEST() 79 chp += 2; in TEST() 80 chp = strstr(chp, "\r\n"); in TEST() 81 ASSERT_NE((void*)NULL, (void*)chp); in TEST() 84 chp += 2; in TEST() 85 chp = strstr(chp, "\r\n"); in TEST() 86 ASSERT_NE((void*)NULL, (void*)chp); in TEST() [all …]
|
/external/ppp/pppd/ |
D | main.c | 605 struct subprocess *chp; local 607 for (chp = children; chp != NULL; chp = chp->next) 608 dbglog(" script %s, pid %d", chp->prog, chp->pid); 1411 struct subprocess *chp; local 1419 for (chp = children; chp != NULL; chp = chp->next) 1420 if (chp->killable) 1421 kill(chp->pid, sig); 1903 struct subprocess *chp; local 1907 chp = (struct subprocess *) malloc(sizeof(struct subprocess)); 1908 if (chp == NULL) { [all …]
|
/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/llvm-project/llvm/test/Transforms/InstCombine/ |
D | strrchr-1.ll | 9 @chp = global i8* zeroinitializer 15 … store i8* getelementptr inbounds ([14 x i8], [14 x i8]* @hello, i32 0, i32 6), i8** @chp, align 4 21 store i8* %dst, i8** @chp 27 ; CHECK-NEXT: store i8* null, i8** @chp, align 4 33 store i8* %dst, i8** @chp 39 … store i8* getelementptr inbounds ([14 x i8], [14 x i8]* @hello, i32 0, i32 13), i8** @chp, align 4 45 store i8* %dst, i8** @chp 51 … store i8* getelementptr inbounds ([14 x i8], [14 x i8]* @hello, i32 0, i32 13), i8** @chp, align 4 57 store i8* %dst, i8** @chp 64 ; CHECK-NEXT: store i8* [[DST]], i8** @chp, align 4 [all …]
|
D | strchr-1.ll | 10 @chp = global i8* zeroinitializer 16 … store i8* getelementptr inbounds ([14 x i8], [14 x i8]* @hello, i32 0, i32 6), i8** @chp, align 4 22 store i8* %dst, i8** @chp 28 ; CHECK-NEXT: store i8* null, i8** @chp, align 4 34 store i8* %dst, i8** @chp 40 … store i8* getelementptr inbounds ([14 x i8], [14 x i8]* @hello, i32 0, i32 13), i8** @chp, align 4 46 store i8* %dst, i8** @chp 53 ; CHECK-NEXT: store i8* [[MEMCHR]], 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 | 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 …]
|
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
D | fts.cpp | 20 FTSENT *chp = fts_children(ftsp, 0); in main() local 21 assert(chp); in main()
|
/external/libevent/ |
D | buffer.c | 319 struct evbuffer_chain **chp; in evbuffer_chain_insert() local 320 chp = evbuffer_free_trailing_empty_chains(buf); in evbuffer_chain_insert() 321 *chp = chain; in evbuffer_chain_insert() 323 buf->last_with_datap = chp; in evbuffer_chain_insert() 891 struct evbuffer_chain **chp; in APPEND_CHAIN() local 896 chp = evbuffer_free_trailing_empty_chains(dst); in APPEND_CHAIN() 897 *chp = src->first; in APPEND_CHAIN() 900 dst->last_with_datap = chp; in APPEND_CHAIN() 1308 struct evbuffer_chain **chp; in evbuffer_remove_buffer() local 1309 chp = evbuffer_free_trailing_empty_chains(dst); in evbuffer_remove_buffer() [all …]
|
/external/adhd/cras/src/tools/cras_test_client/ |
D | cras_test_client.c | 1262 char *chp; in parse_channel_layout() local 1264 chp = strtok(channel_layout_str, ","); in parse_channel_layout() 1265 while (chp && i < CRAS_CH_MAX) { in parse_channel_layout() 1266 channel_layout[i++] = atoi(chp); in parse_channel_layout() 1267 chp = strtok(NULL, ","); in parse_channel_layout()
|
/external/icu/icu4c/source/data/lang/ |
D | brx.txt | 72 chp{"चिपेवियान्"}
|
D | ks.txt | 74 chp{"شیپویان"}
|
D | am.txt | 114 chp{"ቺፔውያን"}
|
D | ka.txt | 84 chp{"ჩიპევიანი"}
|
D | bs_Cyrl.txt | 89 chp{"чипвијански"}
|
D | or.txt | 87 chp{"ଚିପେୱାନ୍"}
|
D | he.txt | 108 chp{"צ׳יפוויאן"}
|
D | ccp.txt | 101 chp{""}
|
D | ar.txt | 107 chp{"الشيباوايان"}
|
D | fa.txt | 106 chp{"چیپهویهای"}
|
D | hi.txt | 99 chp{"शिपेव्यान"}
|
D | sr.txt | 98 chp{"чипевјански"}
|
D | ta.txt | 101 chp{"சிபெவ்யான்"}
|
D | bg.txt | 98 chp{"чиипувски"}
|