/bionic/libc/string/ |
D | strcasecmp.c | 77 strcasecmp(const char *s1, const char *s2) in strcasecmp() 90 strncasecmp(const char *s1, const char *s2, size_t n) in strncasecmp()
|
D | strcmp.c | 45 strcmp(const char *s1, const char *s2) in strcmp()
|
D | strcoll.c | 37 strcoll(const char *s1, const char *s2) in strcoll()
|
D | strncmp.c | 39 strncmp(const char *s1, const char *s2, size_t n) in strncmp()
|
D | strpbrk.c | 37 strpbrk(const char *s1, const char *s2) in strpbrk()
|
D | strcspn.c | 40 strcspn(const char *s1, const char *s2) in strcspn()
|
D | strspn.c | 37 strspn(const char *s1, const char *s2) in strspn()
|
D | memcmp.c | 30 int memcmp(const void *s1, const void *s2, size_t n) in memcmp()
|
/bionic/libc/wchar/ |
D | wcsncmp.c | 42 wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wcsncmp()
|
D | wcscmp.c | 48 wcscmp(const wchar_t *s1, const wchar_t *s2) in wcscmp()
|
D | wcscat.c | 40 wcscat(wchar_t * __restrict s1, const wchar_t * __restrict s2) in wcscat()
|
D | wcscpy.c | 40 wcscpy(wchar_t * __restrict s1, const wchar_t * __restrict s2) in wcscpy()
|
D | wcscasecmp.c | 34 wcscasecmp(const wchar_t *s1, const wchar_t *s2) in wcscasecmp()
|
D | wmemcmp.c | 40 wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wmemcmp()
|
D | wcsncasecmp.c | 34 wcsncasecmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wcsncasecmp()
|
D | wcsncat.c | 40 wcsncat(wchar_t * __restrict s1, const wchar_t * __restrict s2, size_t n) in wcsncat()
|
/bionic/libm/src/ |
D | s_atanf.c | 58 float w,s1,s2,z; in atanf() local
|
D | s_atan.c | 75 double w,s1,s2,z; in atan() local
|
D | e_sqrt.c | 99 u_int32_t r,t1,s1,ix1,q1; in __ieee754_sqrt() local
|
D | e_lgamma_r.c | 137 s1 = 2.14982415960608852501e-01, /* 0x3FCB848B, 0x36E20878 */ variable
|
D | e_lgammaf_r.c | 71 s1 = 2.1498242021e-01, /* 0x3e5c245a */ variable
|
/bionic/libc/kernel/arch-mips/asm/ |
D | regdef.h | 45 #define s1 $17 macro 95 #define s1 $17 macro
|
/bionic/libc/arch-mips/include/machine/ |
D | regdef.h | 76 #define s1 $17 macro
|
/bionic/libc/upstream-netbsd/libc/regex/ |
D | engine.c | 161 #define AT(t, p1, p2, s1, s2) at(m, t, p1, p2, s1, s2) argument 166 #define AT(t, p1, p2, s1, s2) /* nothing */ argument
|
/bionic/libc/stdlib/ |
D | strtod.c | 1341 CONST char *s, *s0, *s1; local
|