Home
last modified time | relevance | path

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

/bionic/libc/string/
Dstrcasecmp.c77 strcasecmp(const char *s1, const char *s2) in strcasecmp()
90 strncasecmp(const char *s1, const char *s2, size_t n) in strncasecmp()
Dstrcmp.c45 strcmp(const char *s1, const char *s2) in strcmp()
Dstrcoll.c37 strcoll(const char *s1, const char *s2) in strcoll()
Dstrncmp.c39 strncmp(const char *s1, const char *s2, size_t n) in strncmp()
Dstrpbrk.c37 strpbrk(const char *s1, const char *s2) in strpbrk()
Dstrcspn.c40 strcspn(const char *s1, const char *s2) in strcspn()
Dstrspn.c37 strspn(const char *s1, const char *s2) in strspn()
Dmemcmp.c30 int memcmp(const void *s1, const void *s2, size_t n) in memcmp()
/bionic/libc/wchar/
Dwcsncmp.c42 wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wcsncmp()
Dwcscmp.c48 wcscmp(const wchar_t *s1, const wchar_t *s2) in wcscmp()
Dwcscat.c40 wcscat(wchar_t * __restrict s1, const wchar_t * __restrict s2) in wcscat()
Dwcscpy.c40 wcscpy(wchar_t * __restrict s1, const wchar_t * __restrict s2) in wcscpy()
Dwcscasecmp.c34 wcscasecmp(const wchar_t *s1, const wchar_t *s2) in wcscasecmp()
Dwmemcmp.c40 wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wmemcmp()
Dwcsncasecmp.c34 wcsncasecmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wcsncasecmp()
Dwcsncat.c40 wcsncat(wchar_t * __restrict s1, const wchar_t * __restrict s2, size_t n) in wcsncat()
/bionic/libm/src/
Ds_atanf.c58 float w,s1,s2,z; in atanf() local
Ds_atan.c75 double w,s1,s2,z; in atan() local
De_sqrt.c99 u_int32_t r,t1,s1,ix1,q1; in __ieee754_sqrt() local
De_lgamma_r.c137 s1 = 2.14982415960608852501e-01, /* 0x3FCB848B, 0x36E20878 */ variable
De_lgammaf_r.c71 s1 = 2.1498242021e-01, /* 0x3e5c245a */ variable
/bionic/libc/kernel/arch-mips/asm/
Dregdef.h45 #define s1 $17 macro
95 #define s1 $17 macro
/bionic/libc/arch-mips/include/machine/
Dregdef.h76 #define s1 $17 macro
/bionic/libc/upstream-netbsd/libc/regex/
Dengine.c161 #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/
Dstrtod.c1341 CONST char *s, *s0, *s1; local