Searched refs:s2 (Results 1 - 25 of 59) sorted by last modified time

123

/haiku/src/apps/haikudepot/model/
H A DLanguageModel.cpp270 LanguageModel::_NullSafeStrCmp(const char* s1, const char* s2) { argument
271 if ((NULL == s1) && (NULL == s2))
275 if (NULL == s2)
277 return strcmp(s1, s2);
H A DLanguageModel.h51 static int _NullSafeStrCmp(const char* s1, const char* s2);
/haiku/src/apps/deskbar/
H A DSwitcher.cpp299 SmartStrcmp(const char* s1, const char* s2) argument
301 if (strcasecmp(s1, s2) == 0)
305 while (*s1 && *s2) {
310 if ((*s2 == ' ') || (*s2 == '_')) {
311 s2++;
314 if (*s1 != *s2) {
319 s2++;
326 if (*s2)
/haiku/src/kits/tracker/
H A DPoseView.cpp6964 LinesIntersect(float s1, float e1, float s2, float e2) argument
6966 return std::max(s1, s2) < std::min(e1, e2);
/haiku/src/system/libroot/posix/string/
H A Dstrcasecmp.c42 strcasecmp(const char *s1, const char *s2) argument
45 const u_char *us2 = (const u_char *)s2;
57 strncasecmp(const char *s1, const char *s2, size_t n) argument
61 const u_char *us2 = (const u_char *)s2;
75 strcasecmp_l(const char *s1, const char *s2, locale_t locale) argument
79 *us2 = (const u_char *)s2;
89 strncasecmp_l(const char *s1, const char *s2, size_t n, locale_t locale) argument
94 *us2 = (const u_char *)s2;
/haiku/src/system/kernel/arch/riscv64/
H A Darch_thread.cpp206 signalFrameData->context.uc_mcontext.x[17] = frame->s2;
291 frame->s2 = signalFrameData->context.uc_mcontext.x[17];
H A Darch_asm.S25 sd s2, 3*8(a0)
41 ld s2, 3*8(a1)
138 mv a0, s2
H A Darch_user_debugger.cpp67 frame->s2 = cpuState->x[17];
117 cpuState->x[17] = frame->s2;
/haiku/src/apps/mail/
H A DHeader.cpp85 operator()(const BString *s1, const BString *s2) const
87 return (s1->Compare(*s2) < 0);
H A DWords.cpp468 const char *s1, *s2; local
472 s2 = reference;
476 while (*s2 || *s1) {
478 c2 = tolower(*s2);
480 if (*s2 && *s1) {
483 b = (tolower(s2[1]) == c1);
488 s2++;
498 s2++;
511 if (*s2)
512 s2
[all...]
/haiku/headers/private/kernel/arch/riscv64/
H A Darch_thread_types.h39 uint64 s2; member in struct:iframe
/haiku/src/libs/icon/
H A DIconUtils.cpp67 uint8* s2 = s1 + bpr; local
69 d[0] = (((s2[0] - s1[0]) * weight) + (s1[0] << 8)) >> 8;
70 d[1] = (((s2[1] - s1[1]) * weight) + (s1[1] << 8)) >> 8;
71 d[2] = (((s2[2] - s1[2]) * weight) + (s1[2] << 8)) >> 8;
72 d[3] = (((s2[3] - s1[3]) * weight) + (s1[3] << 8)) >> 8;
97 uint8* s2 = s1 + 4; local
99 d[0] = (((s2[0] - s1[0]) * weight) + (s1[0] << 8)) >> 8;
100 d[1] = (((s2[1] - s1[1]) * weight) + (s1[1] << 8)) >> 8;
101 d[2] = (((s2[2] - s1[2]) * weight) + (s1[2] << 8)) >> 8;
102 d[3] = (((s2[
[all...]
/haiku/src/system/boot/platform/riscv/
H A Dtraps.cpp37 uint64 s2; member in struct:iframe
/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Daes.c120 uint32_t s0, s1, s2, s3, s4, s5, s6, s7; local
258 s2 = t55 ^ ~t67;
262 q[5] = s2;
/haiku/src/build/libgnuregex/
H A Dregex.c54 #define bcmp(s1, s2, n) memcmp ((s1), (s2), (n))
227 #define STREQ(s1, s2) ((strcmp (s1, s2) == 0))
476 #define DEBUG_PRINT_DOUBLE_STRING(w, s1, sz1, s2, sz2) \
477 if (debug) print_double_string (w, s1, sz1, s2, sz2)
789 #define DEBUG_PRINT_DOUBLE_STRING(w, s1, sz1, s2, sz2)
4602 bcmp_translate (s1, s2, len, translate)
4603 unsigned char *s1, *s2;
4607 register unsigned char *p1 = s1, *p2 = s2;
[all...]
/haiku/src/system/libroot/posix/stdlib/
H A Dstrtod.c1830 j, j1, k, k0, k_check, leftright, m2, m5, s2, s5,
1951 s2 = j;
1954 s2 = 0;
1959 s2 += k;
2171 s2 += i;
2174 if (m2 > 0 && s2 > 0) {
2175 i = m2 < s2 ? m2 : s2;
2178 s2 -= i;
2207 s2
[all...]
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_traps.h27 uint64 s2; member in struct:iframe
/haiku/src/bin/network/ftpd/
H A Dftpd.c3393 char *p, *s2;
3399 if ((s2 = malloc(p - s + n + 1)) == NULL)
3402 for (p = s2; *s; s++, p++) {
3408 return (s2);
/haiku/src/system/libroot/posix/arch/riscv64/
H A Dsigsetjmp.S17 sd s2, 3*8(a0)
H A Dsiglongjmp.S19 ld s2, 3*8(a0)
/haiku/src/kits/locale/
H A DCollator.cpp173 BCollator::Compare(const char* s1, const char* s2) const
178 return fICUCollator->compare(s1, s2, error);
/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h536 float s2[6]; local
537 memcpy(s2, s, sizeof(float)*6);
538 nsvg__xformMultiply(s2, t);
539 memcpy(t, s2, sizeof(float)*6);
1230 char s1[32]="", s2[32]=""; local
1231 sscanf(str + 4, "%d%[%%, \t]%d%[%%, \t]%d", &r, s1, &g, s2, &b);
/haiku/src/system/libroot/posix/musl/math/
H A Dlgammaf_r.c64 s2 = 3.2577878237e-01, /* 0x3ea6cc7a */ variable
192 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));
H A Dlgammal.c171 s2 = -6.573568698209374121847873064292963089438E6L, variable
308 p = y * (s0 + y * (s1 + y * (s2 + y * (s3 + y * (s4 + y * (s5 + y * s6))))));
H A Dlgamma_r.c129 s2 = 3.25778796408930981787e-01, /* 0x3FD4D98F, 0x4F139F59 */ variable
257 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));

Completed in 312 milliseconds

123