Searched refs:s1 (Results 51 - 67 of 67) sorted by relevance

123

/haiku/src/system/kernel/arch/riscv64/
H A Darch_user_debugger.cpp58 frame->s1 = cpuState->x[ 8];
108 cpuState->x[ 8] = frame->s1;
H A Darch_thread.cpp197 signalFrameData->context.uc_mcontext.x[ 8] = frame->s1;
282 frame->s1 = signalFrameData->context.uc_mcontext.x[ 8];
/haiku/src/libs/stdc++/legacy/
H A Deditbuf.cc222 int s1 = size1(); local
231 p1 = (buf_char *) realloc (data, s1 + size2() + k);
252 _gap_start = data + s1;
255 gap_start_normal = data + s1;
259 adjust_markers (s1 << 1, (buf_size << 1) + 1, k, old_data);
/haiku/src/add-ons/print/transports/ipp/
H A DIppContent.cpp396 IppDoubleStringAttribute::IppDoubleStringAttribute(IPP_TAG t, const char *n, const char *s1, const char *s2) argument
397 : IppNamedAttribute(t, n), text1(s1 ? s1 : ""), text2(s2 ? s2 : "")
866 void IppContent::setTextWithLanguage(const char *name, const char *s1, const char *s2) argument
868 attrs.push_back(new IppDoubleStringAttribute(IPP_TEXT_WITH_LANGUAGE, name, s1, s2));
871 void IppContent::setNameWithLanguage(const char *name, const char *s1, const char *s2) argument
873 attrs.push_back(new IppDoubleStringAttribute(IPP_NAME_WITH_LANGUAGE, name, s1, s2));
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dunistr.c112 * @s1: name to compare to @s2
113 * @s1_len: length in Unicode characters of @s1
114 * @s2: name to compare to @s1
120 * Compare the names @s1 and @s2 and return TRUE (1) if the names are
124 BOOL ntfs_names_are_equal(const ntfschar *s1, size_t s1_len, argument
134 return ntfs_ucsncmp(s1, s2, s1_len) ? FALSE: TRUE;
135 return ntfs_ucsncasecmp(s1, s2, s1_len, upcase, upcase_size) ? FALSE:
247 * @s1: first string
251 * Compare the first @n characters of the Unicode strings @s1 and @s2,
256 * if @s1 (o
259 ntfs_ucsncmp(const ntfschar *s1, const ntfschar *s2, size_t n) argument
301 ntfs_ucsncasecmp(const ntfschar *s1, const ntfschar *s2, size_t n, const ntfschar *upcase, const u32 upcase_size) argument
[all...]
/haiku/src/bin/unzip/
H A Dfileio.c2403 int zstrnicmp(s1, s2, n)
2404 register ZCONST char *s1, *s2;
2407 for (; n > 0; --n, ++s1, ++s2) {
2409 if (ToLower(*s1) != ToLower(*s2))
2411 return (ToLower(*s1) < ToLower(*s2))? -1 : 1;
2413 if (*s1 == '\0') /* both strings terminate early */
2543 char Far * Far zfstrcpy(char Far *s1, const char Far *s2) argument
2545 char Far *p = s1;
2547 while ((*s1++ = *s2++) != '\0');
H A Dextract.c2248 static int namecmp(s1, s2) /* [not] used by dircomp(); swiped from Zip */
2249 ZCONST char *s1, *s2;
2254 d = (int)(uch)case_map(*s1)
2257 if (d || *s1 == 0 || *s2 == 0)
2260 s1++;
H A Dunzpriv.h1798 int zstrnicmp OF((register ZCONST char *s1,
1823 char Far * Far zfstrcpy OF((char Far *s1, const char Far *s2));
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_interrupts.c246 u_int32_t s0, s1; local
258 s1 = OS_REG_READ(ah, AR_ISR_S1);
259 OS_REG_WRITE(ah, AR_ISR_S1, s1);
/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, *p
[all...]
/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) {
306 if ((*s1 == ' ') || (*s1 == '_')) {
307 s1++;
314 if (*s1 != *s2) {
318 s1++;
324 if (*s1)
/haiku/src/apps/mail/
H A DHeader.cpp85 operator()(const BString *s1, const BString *s2) const argument
87 return (s1->Compare(*s2) < 0);
/haiku/src/libs/compat/openbsd_wlan/crypto/
H A Daes.c120 uint32_t s0, s1, s2, s3, s4, s5, s6, s7; local
257 s1 = t64 ^ ~s3;
261 q[6] = s1;
/haiku/src/system/libroot/posix/stdlib/
H A Dstrtod.c1129 const char *s, *s0, *s1; local
1220 s1 = s;
1223 if (s - s1 > 8 || L > 19999)
/haiku/src/bin/rc/
H A Dparser.y44 operator()(const char* s1, const char* s2) const
46 return strcmp(s1, s2) < 0;
/haiku/src/apps/icon-o-matic/import_export/svg/
H A Dnanosvg.h1230 char s1[32]="", s2[32]=""; local
1231 sscanf(str + 4, "%d%[%%, \t]%d%[%%, \t]%d", &r, s1, &g, s2, &b);
1232 if (strchr(s1, '%')) {
/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);

Completed in 376 milliseconds

123