Home
last modified time | relevance | path

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

12345

/external/adhd/cras/src/tests/
Dhfp_slc_unittest.cc57 char *chp; in TEST() local
70 chp = strstr(buf, "\r\n"); in TEST()
71 ASSERT_NE((void *)NULL, (void *)chp); in TEST()
72 ASSERT_EQ(0, strncmp("\r\n+CIND:", chp, 8)); in TEST()
73 chp+=2; in TEST()
74 chp = strstr(chp, "\r\n"); in TEST()
75 ASSERT_NE((void *)NULL, (void *)chp); in TEST()
78 chp+=2; in TEST()
79 chp = strstr(chp, "\r\n"); in TEST()
80 ASSERT_NE((void *)NULL, (void *)chp); in TEST()
[all …]
Dcras_test_client.c721 char *chp; in parse_channel_layout() local
723 chp = strtok(channel_layout_str, ","); in parse_channel_layout()
724 while (chp && i < CRAS_CH_MAX) { in parse_channel_layout()
725 channel_layout[i++] = atoi(chp); in parse_channel_layout()
726 chp = strtok(NULL, ","); in parse_channel_layout()
/external/ppp/pppd/
Dmain.c605 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/
Dmemchr.ll14 @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 …]
Dstrchr-1.ll9 @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
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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dmemchr.ll14 @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 …]
Dstrchr-1.ll9 @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
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/libevent/
Dbuffer.c318 struct evbuffer_chain **chp; in evbuffer_chain_insert() local
319 chp = evbuffer_free_trailing_empty_chains(buf); in evbuffer_chain_insert()
320 *chp = chain; in evbuffer_chain_insert()
322 buf->last_with_datap = chp; in evbuffer_chain_insert()
886 struct evbuffer_chain **chp; in APPEND_CHAIN() local
891 chp = evbuffer_free_trailing_empty_chains(dst); in APPEND_CHAIN()
892 *chp = src->first; in APPEND_CHAIN()
895 dst->last_with_datap = chp; in APPEND_CHAIN()
1303 struct evbuffer_chain **chp; in evbuffer_remove_buffer() local
1304 chp = evbuffer_free_trailing_empty_chains(dst); in evbuffer_remove_buffer()
[all …]
/external/icu/icu4c/source/data/lang/
Dbrx.txt71 chp{"चिपेवियान्"}
Dks.txt73 chp{"شیپویان"}
Dbs_Cyrl.txt77 chp{"чипвијански"}
Dam.txt112 chp{"ቺፔውያን"}
Dka.txt82 chp{"ჩიპევიანი"}
Dor.txt85 chp{"ଚିପେୱାନ୍"}
Dhe.txt106 chp{"צ׳יפוויאן"}
Dccp.txt100 chp{"��������������"}
Dne.txt110 chp{"चिपेव्यान"}
Dta.txt99 chp{"சிபெவ்யான்"}
Dhi.txt97 chp{"शिपेव्यान"}
Dmr.txt96 chp{"शिपेव्यान"}
Dte.txt99 chp{"చిపెవ్యాన్"}
Dug.txt89 chp{"چىپېۋيانچە"}
Dfa.txt104 chp{"چیپه‌ویه‌ای"}

12345