Searched defs:s2 (Results 1 - 25 of 36) 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 Datanl.c132 long double w, s1, s2, z; local
H A Dlgamma_r.c129 s2 = 3.25778796408930981787e-01, /* 0x3FD4D98F, 0x4F139F59 */ variable
H A Dlgammaf_r.c64 s2 = 3.2577878237e-01, /* 0x3ea6cc7a */ variable
/haiku/src/system/libroot/posix/glibc/math/
H A Dk_casinhf.c128 float s2 = sqrtf ((d - rx * rx) / 2.0f); local
H A Dk_casinh.c127 double s2 = sqrt ((d - rx * rx) / 2.0); local
H A Dk_casinhl.c135 long double s2 = 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
/haiku/src/libs/libtelnet/
H A Dgenget.c57 isprefix(char *s1, const char *s2) argument
/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
122 static int compare (const char_type* s1, const char_type* s2, size_t n) argument
126 static char_type* copy (char_type* s1, const char_type* s2, size_ argument
128 move(char_type* s1, const char_type* s2, size_t n) argument
[all...]
/haiku/src/bin/
H A Dcomm.c218 stricoll(const char *s1, const char *s2) argument
/haiku/src/kits/tracker/
H A DTrackerString.cpp395 const char* s2 = string2; 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/system/boot/platform/efi/arch/riscv64/
H A Darch_traps.h27 uint64 s2; member in struct:iframe
/haiku/headers/private/kernel/arch/riscv64/
H A Darch_traps.h33 sd s2, \extSize + 18*8(sp) variable
70 ld s2, \extSize + 18*8(sp) variable
H A Darch_thread_types.h39 uint64 s2; member in struct:iframe
/haiku/src/apps/haikudepot/model/
H A DLanguageModel.cpp270 LanguageModel::_NullSafeStrCmp(const char* s1, const char* s2) { argument
/haiku/src/libs/mapm/
H A Dmapmutl2.c311 int M_strposition(char *s1, char *s2) argument
/haiku/src/system/boot/platform/riscv/
H A Dtraps.cpp37 uint64 s2; member in struct:iframe

Completed in 292 milliseconds

12