Searched defs:s1 (Results 26 - 50 of 68) sorted by relevance

123

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstring.h40 static inline int memicmp(const void* s1, const void* s2, size_t len) { return _memicmp(s1, s2, len); } argument
41 static inline void* memccpy(void *s1, const void *s2, int c, size_t n) { return _memccpy(s1, s2, c, n); } argument
134 static inline int strcasecmp(const char* s1, const char* s2) { return _stricmp(s1, s2); } argument
135 static inline int strcmpi(const char* s1, const char* s2) { return _strcmpi(s1, s2); } argument
137 static inline int stricmp(const char* s1, const char* s2) { return _stricmp(s1, s argument
138 stricoll(const char* s1, const char* s2) argument
141 strnicmp(const char* s1, const char* s2, size_t n) argument
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dstringextra.c44 * @s1: One string
48 int strnicmp(const char *s1, const char *s2, size_t len) argument
56 c1 = *s1; c2 = *s2;
57 s1++; s2++;
H A Dstring.c294 * @s1: The string to be searched
297 char * strstr(const char * s1,const char * s2) argument
303 return (char *) s1;
304 l1 = strlen(s1);
307 if (!memcmp(s1,s2,l2))
308 return (char *) s1;
309 s1++;
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Dsha256.c106 uint32_t s1; local
144 s1 = ( ror32 ( w[i-2], 17 ) ^ ror32 ( w[i-2], 19 ) ^
146 w[i] = ( w[i-16] + s0 + w[i-7] + s1 );
154 s1 = ( ror32 ( *e, 6 ) ^ ror32 ( *e, 11 ) ^ ror32 ( *e, 25 ) );
156 t1 = ( *h + s1 + ch + k[i] + w[i] );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstring.h49 static inline int memicmp(const void* s1, const void* s2, size_t len) { return _memicmp(s1, s2, len); } argument
50 static inline void* memccpy(void *s1, const void *s2, int c, size_t n) { return _memccpy(s1, s2, c, n); } argument
119 static inline int strcasecmp(const char* s1, const char* s2) { return _stricmp(s1, s2); } argument
120 static inline int strcmpi(const char* s1, const char* s2) { return _strcmpi(s1, s2); } argument
122 static inline int stricmp(const char* s1, const char* s2) { return _stricmp(s1, s argument
123 stricoll(const char* s1, const char* s2) argument
126 strnicmp(const char* s1, const char* s2, size_t n) argument
[all...]
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsCRT.h139 /// Compare s1 and s2.
140 static PRInt32 strcmp(const char* s1, const char* s2) { argument
141 return PRInt32(PL_strcmp(s1, s2));
144 static PRInt32 strncmp(const char* s1, const char* s2, argument
146 return PRInt32(PL_strncmp(s1, s2, aMaxLen));
150 static PRInt32 strcasecmp(const char* s1, const char* s2) { argument
151 return PRInt32(PL_strcasecmp(s1, s2));
155 static PRInt32 strncasecmp(const char* s1, const char* s2, PRUint32 aMaxLen) { argument
156 PRInt32 result=PRInt32(PL_strncasecmp(s1, s2, aMaxLen));
164 static PRInt32 strncmp(const char* s1, cons argument
[all...]
H A DnsCRT.cpp44 * Often, programmers call functions like strcmp(s1,s2), and pass
194 * @param s1 and s2 both point to unichar strings
195 * @return 0 if they match, -1 if s1<s2; 1 if s1>s2
197 PRInt32 nsCRT::strcmp(const PRUnichar* s1, const PRUnichar* s2) { argument
198 if(s1 && s2) {
200 PRUnichar c1 = *s1++;
210 if (s1) // s2 must have been null
212 if (s2) // s1 must have been null
224 * @param s1 an
227 strncmp(const PRUnichar* s1, const PRUnichar* s2, PRUint32 n) argument
[all...]
/vbox/src/libs/libpng-1.2.8/
H A Dpngmem.c547 png_memcpy_check (png_structp png_ptr, png_voidp s1, png_voidp s2, argument
556 return(png_memcpy (s1, s2, size));
560 png_memset_check (png_structp png_ptr, png_voidp s1, int value, argument
569 return (png_memset (s1, value, size));
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Dstrtod.c82 CONST char *s, *s0, *s1; local
227 s1 = s;
230 if (s - s1 > 8 || L > 19999)
H A Dstrtodg.c343 CONST char *s, *s0, *s1; local
466 s1 = s;
469 if (s - s1 > 8 || L > 19999)
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/
H A Ddtrace_isa.c121 size_t s1, s2; local
128 s1 = sizeof (struct frame) + 2 * sizeof (long);
129 s2 = s1 + sizeof (siginfo_t);
131 s1 = sizeof (struct frame32) + 3 * sizeof (int);
132 s2 = s1 + sizeof (siginfo32_t);
158 if (oldcontext == sp + s1 || oldcontext == sp + s2) {
307 size_t s1, s2; local
332 s1 = sizeof (struct frame) + 2 * sizeof (long);
333 s2 = s1 + sizeof (siginfo_t);
335 s1
[all...]
/vbox/src/VBox/Runtime/testcase/
H A DtstRTAvl.cpp839 } s1, s2, s3; local
840 RT_ZERO(s1);
844 s1.aNode[0].Key = 0x00030000;
845 s1.aNode[0].KeyLast = 0x00030fff;
846 s1.aNode[1].Key = 0x000a0000;
847 s1.aNode[1].KeyLast = 0x000bffff;
848 s1.aNode[2].Key = 0xe0000000;
849 s1.aNode[2].KeyLast = 0xe03fffff;
850 s1.aNode[3].Key = 0xfffe0000;
851 s1
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dhpux.c249 int memcmp(const void *s1, const void *s2, size_t n) argument
251 register unsigned char *p1 = (unsigned char *) s1,
H A Dnextstep.c164 char *strdup(const char *s1) argument
166 int len = strlen (s1);
172 strcpy (copy, s1);
/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsCharTraits.h146 move( char_type* s1, const char_type* s2, size_t n ) argument
148 return NS_STATIC_CAST(char_type*, memmove(s1, s2, n * sizeof(char_type)));
153 copy( char_type* s1, const char_type* s2, size_t n ) argument
155 return NS_STATIC_CAST(char_type*, memcpy(s1, s2, n * sizeof(char_type)));
160 copyASCII( char_type* s1, const char* s2, size_t n ) argument
162 for (char_type* s = s1; n--; ++s, ++s2) {
166 return s1;
185 compare( const char_type* s1, const char_type* s2, size_t n ) argument
188 return wmemcmp(s1, s2, n);
190 for ( ; n--; ++s1,
202 compareASCII( const char_type* s1, const char* s2, size_t n ) argument
219 compareASCIINullTerminated( const char_type* s1, size_t n, const char* s2 ) argument
262 compareLowerCaseToASCII( const char_type* s1, const char* s2, size_t n ) argument
282 compareLowerCaseToASCIINullTerminated( const char_type* s1, size_t n, const char* s2 ) argument
427 move( char_type* s1, const char_type* s2, size_t n ) argument
434 copy( char_type* s1, const char_type* s2, size_t n ) argument
441 copyASCII( char_type* s1, const char* s2, size_t n ) argument
455 compare( const char_type* s1, const char_type* s2, size_t n ) argument
462 compareASCII( const char_type* s1, const char* s2, size_t n ) argument
478 compareASCIINullTerminated( const char_type* s1, size_t n, const char* s2 ) argument
509 compareLowerCaseToASCII( const char_type* s1, const char* s2, size_t n ) argument
528 compareLowerCaseToASCIINullTerminated( const char_type* s1, size_t n, const char* s2 ) argument
[all...]
/vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/
H A Dprofile_main.cpp151 nsCString s1("This is a reasonable length string with some text in it and it is good.");
155 PRUint32 len = TotalLength( s1 + s2 + s3 + s1 + s2 + s3 );
177 len += TotalLength( s1 + s2 + s3 + s1 + s2 + s3 );
179 cout << "TotalLength( s1 + s2 + s3 + s1 + s2 + s3 )" << endl;
185 len += TotalLength( s1 + s2 );
187 cout << "TotalLength( s1 + s2 )" << endl;
197 nsCString s1("Thi
370 nsCString s1; local
[all...]
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dstring.c350 * Example: if s1 = "apple banana plum pear"
354 char *crStrIntersect( const char *s1, const char *s2 ) argument
362 if (!s1 || !s2) {
367 len1 = crStrlen(s1);
379 /* split s1 and s2 at space chars */
380 exten1 = crStrSplit(s1, " ");
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9003_mac.c139 u32 s0, s1; local
142 s1 = REG_READ(ah, AR_ISR_S1);
143 REG_WRITE(ah, AR_ISR_S1, s1);
/vbox/src/libs/xpcom18a4/nsprpub/lib/tests/
H A Dstring.c3024 char *s1; local
3041 s1 = string;
3042 while( (token = PL_strtok_r(s1, s2, &lasts)) != NULL)
3050 s1 = NULL;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dvfscanf.c127 static char s1[2], s2[2]; local
129 s1[0] = (char)c1;
131 return strcoll(s1, s2);
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias.c164 uint16_t s1 = ((uint16_t)c[1] << 8) + (uint16_t)c[0]; local
167 uint16_t s1 = ((uint16_t)c[0] << 8) + (uint16_t)c[1]; local
170 return (s1 + s2);
/vbox/src/VBox/Additions/haiku/SharedFolders/
H A Dvboxsf.c165 PSHFLSTRING concat_shflstring_cstr(PSHFLSTRING s1, const char* const s2) argument
168 PSHFLSTRING rv = malloc(sizeof(SHFLSTRING) + s1->u16Length + s2len);
171 memcpy(rv, s1, sizeof(SHFLSTRING) + s1->u16Length);
180 PSHFLSTRING concat_cstr_shflstring(const char* const s1, PSHFLSTRING s2) argument
182 size_t s1len = strlen(s1);
186 strcpy(rv->String.utf8, s1);
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptcall/tests/
H A DTestXPTCInvoke.cpp103 NS_IMETHOD PassTwoStrings(const char* s1, const char* s2, char** retval) = 0;
150 NS_IMETHOD PassTwoStrings(const char* s1, const char* s2, char** retval);
291 InvokeTestTarget::PassTwoStrings(const char* s1, const char* s2, char** retval) argument
298 printf("\t%s %s", s1, s2);
/vbox/src/libs/xpcom18a4/xpcom/string/src/
H A DnsStringObsolete.cpp359 const PRUnichar* s1 = aStr1; local
366 PRUnichar c1 = *s1++;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_open.c842 char s1[64], s2[64]; local
1054 dt_get_sysinfo(SI_SYSNAME, s1, sizeof (s1)),

Completed in 114 milliseconds

123