Home
last modified time | relevance | path

Searched defs:ch (Results 1 – 25 of 26) sorted by relevance

12

/bionic/libm/
Ddigittoint.c32 __LIBC_HIDDEN__ int digittoint(char ch) { in digittoint()
/bionic/libc/bionic/
Dstrchr.cpp33 char* strchr(const char* p, int ch) { in strchr()
Dstrchrnul.cpp17 extern "C" const char* strchrnul(const char* s, int ch) { in strchrnul()
Dstrrchr.cpp33 char* strrchr(const char* p, int ch) { in strrchr()
Dmbrtoc32.cpp57 uint8_t ch; in mbrtoc32() local
Dlibc_logging.cpp146 int ch = *p; in parse_decimal() local
171 char ch; in format_unsigned() local
192 char ch = buf[i]; in format_unsigned() local
219 static void SendRepeat(Out& o, char ch, int count) { in SendRepeat()
Dndk_cruft.cpp131 static inline int digitval(int ch) { in digitval()
324 char* index(const char* str, int ch) { in index()
Dfortify.cpp285 char* __strchr_chk(const char* p, int ch, size_t s_len) { in __strchr_chk()
393 char* __strrchr_chk(const char* p, int ch, size_t s_len) { in __strrchr_chk()
/bionic/libm/upstream-netbsd/lib/libm/complex/
Dcsinl.c41 long double ch, sh; in csinl() local
Dccosl.c41 long double ch, sh; in ccosl() local
/bionic/libc/dns/nameser/
Dns_ttl.c84 int ch; in ns_format_ttl() local
99 int ch, digits, dirty; in ns_parse_ttl() local
Dns_name.c882 special(int ch) { in special()
907 printable(int ch) { in printable()
916 mklower(int ch) { in mklower()
/bionic/libc/upstream-openbsd/lib/libc/net/
Dinet_pton.c76 int saw_digit, octets, ch; in inet_pton4() local
130 int ch, saw_xdigit, count_xdigit; in inet_pton6() local
Dbase64.c195 int tarindex, state, ch; local
/bionic/libc/arch-mips/string/
Dmemchr.c76 do_bytes (const op_t* w, unsigned char ch) in do_bytes()
109 unsigned char ch = (unsigned char) c_in; in memchr() local
Dstrchr.c72 do_bytes (const op_t* w, unsigned char ch) in do_bytes()
99 const unsigned char ch = c; in strchr() local
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dfgetwc.c63 int ch = __sgetc(fp); in __fgetwc_unlock() local
Dvfprintf.c272 int ch; /* character from fmt */ in __vfprintf() local
1143 int ch; /* character from fmt */ in __find_arguments() local
Dvfwprintf.c282 wchar_t ch; /* character from fmt */ in __vfwprintf() local
1112 int ch; /* character from fmt */ in __find_arguments() local
/bionic/libc/dns/resolv/
Dres_comp.c172 int pch = PERIOD, ch = *dn++; in res_hnok() local
215 int ch, escaped = 0; in res_mailok() local
243 int ch; in res_dnok() local
Dres_init.c125 #define ISSORTMASK(ch) (strchr(sort_mask, ch) != NULL) argument
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dengine.c972 int ch, /* character or NONCHAR code */ in step()
1095 int ch, in print()
1166 int ch) in pchar()
Dregcomp.c1024 int ch) in othercase()
1044 int ch) in bothcases()
1074 int ch) in ordinary()
/bionic/libc/kernel/uapi/sound/
Dhdspm.h171 struct hdspm_channelfader ch[HDSPM_MIXER_CHANNELS]; member
/bionic/libc/kernel/uapi/linux/usb/
Daudio.h190 #define UAC_DT_FEATURE_UNIT_SIZE(ch) (7 + ((ch) + 1) * 2) argument
191 #define DECLARE_UAC_FEATURE_UNIT_DESCRIPTOR(ch) struct uac_feature_unit_descriptor_ ##ch { __u8 bLe… argument

12