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

12

/haiku/src/system/libroot/posix/string/
H A Dstrstr.c10 strstr(const char *s1, const char *s2) argument
H A Dstrcasecmp.c42 strcasecmp(const char *s1, const char *s2) argument
57 strncasecmp(const char *s1, const char *s2, size_t n) argument
75 strcasecmp_l(const char *s1, const char *s2, locale_t locale) argument
89 strncasecmp_l(const char *s1, const char *s2, size_t n, locale_t locale) argument
/haiku/src/system/libroot/posix/musl/math/
H A Datan.c65 double_t w,s1,s2,z; local
H A Datanf.c43 float_t w,s1,s2,z; local
H A Dsqrt.c88 uint32_t r,t1,s1,ix1,q1; local
H A Datanl.c132 long double w, s1, s2, z; local
/haiku/headers/os/locale/
H A DLocale.h65 BLocale::StringCompare(const char* s1, const char* s2) const argument
72 BLocale::StringCompare(const BString* s1, const BString* s2) const argument
H A DCollator.h81 BCollator::Equal(const char *s1, const char *s2) const argument
88 BCollator::Greater(const char *s1, const char *s2) const argument
95 BCollator::GreaterOrEqual(const char *s1, const char *s2) const argument
[all...]
/haiku/src/system/libroot/posix/glibc/math/
H A Dk_casinhf.c127 float s1 = sqrtf ((d + rx * rx) / 2.0f); local
H A Dk_casinh.c126 double s1 = sqrt ((d + rx * rx) / 2.0); local
H A Dk_casinhl.c134 long double s1 = sqrtl ((d + rx * rx) / 2.0L); local
/haiku/src/libs/iconv/
H A Dcp932.h97 unsigned char s1, s2; local
[all...]
H A Djohab.h63 unsigned char s1, s2; local
[all...]
H A Dsjis.h53 unsigned char s1, s2; local
[all...]
H A Dshift_jisx0213.h247 unsigned int s1, s2; local
[all...]
/haiku/src/libs/libtelnet/
H A Dgenget.c57 isprefix(char *s1, const char *s2) argument
[all...]
/haiku/headers/cpp/std/
H A Dstraits.h59 static int compare (const char_type* s1, const char_type* s2, size_t n) argument
77 static char_type* copy (char_type* s1, const char_type* s2, size_t n) argument
84 static char_type* move (char_type* s1, const char_type* s2, size_t n) argument
95 static char_type* set (char_type* s1, cons argument
122 compare(const char_type* s1, const char_type* s2, size_t n) argument
126 copy(char_type* s1, const char_type* s2, size_t n) argument
128 move(char_type* s1, const char_type* s2, size_t n) argument
130 set(char_type* s1, const char_type& c, size_t n) argument
[all...]
/haiku/src/add-ons/print/drivers/lpstyl/
H A DLpstyl.cpp82 int s1; local
/haiku/src/system/libroot/posix/crypt/
H A DSHA256.cpp151 uint32 s1 = rotate_right(v1, 17) ^ rotate_right(v1, 19) ^ (v1 >> 10); local
170 uint32 s1 = rotate_right(e, 6) ^ rotate_right(e, 11) local
/haiku/src/bin/
H A Dcomm.c218 stricoll(const char *s1, const char *s2) argument
/haiku/src/kits/tracker/
H A DTrackerString.cpp394 const char* s1 = string1; local
/haiku/src/libs/compat/freebsd_wlan/crypto/rijndael/
H A Drijndael-alg-fst.c864 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
1045 u32 s0, s1, s2, s3, t0, t1, t2, t3; local
[all...]
/haiku/src/kits/locale/
H A DCollator.cpp173 BCollator::Compare(const char* s1, const char* s2) const argument
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_traps.h18 uint64 s1; member in struct:iframe
/haiku/headers/private/kernel/arch/riscv64/
H A Darch_traps.h24 sd s1, \extSize + 9*8(sp) variable
61 ld s1, \extSize + 9*8(sp) variable

Completed in 133 milliseconds

12