Searched refs:ch (Results 26 - 43 of 43) sorted by relevance

12

/bionic/libc/kernel/uapi/sound/
H A Dhdspm.h171 struct hdspm_channelfader ch[HDSPM_MIXER_CHANNELS]; member in struct:hdspm_mixer
/bionic/libc/versioner-dependencies/common/kernel_uapi/sound/
H A Dhdspm.h171 struct hdspm_channelfader ch[HDSPM_MIXER_CHANNELS]; member in struct:hdspm_mixer
/bionic/libc/arch-x86/atom/string/
H A Dsse2-strchr-atom.S194 mov %dl, %ch
195 and $15, %ch
239 mov %dh, %ch
240 and $15, %ch
H A Dsse2-memchr-atom.S284 mov %ah, %ch
285 and $15, %ch
444 mov %ah, %ch
445 and $15, %ch
H A Dsse2-wcslen-atom.S248 mov %dh, %ch
249 and $15, %ch
H A Dsse2-wcsrchr-atom.S297 test $15, %ch
381 test $15, %ch
H A Dsse2-wcscmp-atom.S126 mov %al, %ch
140 and $15, %ch
207 and $15, %ch
290 and $15, %ch
352 and $15, %ch
435 and $15, %ch
H A Dsse2-memrchr-atom.S734 mov %cl, %ch
749 mov %ch, %cl
756 xor %ch, %ch
H A Dsse2-strlen-atom.S366 mov %dh, %ch
367 and $15, %ch
473 mov %dh, %ch
474 and $15, %ch
H A Dssse3-strcmp-atom.S2064 test $0x01, %ch
2067 test $0x02, %ch
2070 test $0x04, %ch
2073 test $0x08, %ch
2076 test $0x10, %ch
2079 test $0x20, %ch
2082 test $0x40, %ch
H A Dssse3-strlcat-atom.S1059 mov %dh, %ch
1060 and $15, %ch
H A Dssse3-strlcpy-atom.S1236 mov %dh, %ch
1237 and $15, %ch
H A Dssse3-memcmp-atom.S2374 cmp %bh, %ch
/bionic/libc/bionic/
H A Dfortify.cpp285 char* __strchr_chk(const char* p, int ch, size_t s_len) { argument
290 if (*p == static_cast<char>(ch)) {
393 char* __strrchr_chk(const char* p, int ch, size_t s_len) { argument
398 if (*p == static_cast<char>(ch)) {
/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dregcomp.c140 static int othercase(int ch);
141 static void bothcases(struct parse *p, int ch);
142 static void ordinary(struct parse *p, int ch);
1020 == static int othercase(int ch);
1022 static int /* if no counterpart, return ch */
1024 int ch)
1026 assert(isalpha(ch));
1027 if (isupper(ch))
1028 return(tolower(ch));
1029 else if (islower(ch))
1023 othercase( int ch) argument
1042 bothcases( struct parse *p, int ch) argument
1072 ordinary( struct parse *p, int ch) argument
[all...]
/bionic/libc/dns/resolv/
H A Dres_init.c125 #define ISSORTMASK(ch) (strchr(sort_mask, ch) != NULL)
/bionic/libc/arch-x86/silvermont/string/
H A Dsse4-memcmp-slm.S450 cmp %bh, %ch
601 cmp %bh, %ch
761 cmp %bh, %ch
942 cmp %bh, %ch
/bionic/tests/
H A Dstring_test.cpp892 char ch = 'P'; local
895 memset(state.ptr1, ~ch, state.MAX_LEN);
900 state.ptr1[k] = ch;
903 ASSERT_TRUE(memset(state.ptr2 + pos, ch, state.len[i]) == state.ptr2 + pos);

Completed in 1254 milliseconds

12