Searched refs:s1 (Results 1 - 25 of 123) sorted by relevance

12345

/barrelfish-2018-10-04/lib/libc/string/
H A Dstrcmp.c45 strcmp(const char *s1, const char *s2) argument
47 while (*s1 == *s2++)
48 if (*s1++ == '\0')
50 return (*(const unsigned char *)s1 - *(const unsigned char *)(s2 - 1));
H A Dwcscmp.c48 wcscmp(const wchar_t *s1, const wchar_t *s2) argument
51 while (*s1 == *s2++)
52 if (*s1++ == '\0')
55 return (*(const unsigned int *)s1 - *(const unsigned int *)--s2);
H A Dstrncmp.c39 strncmp(const char *s1, const char *s2, size_t n) argument
45 if (*s1 != *s2++)
46 return (*(const unsigned char *)s1 -
48 if (*s1++ == '\0')
H A Dwcscasecmp.c34 wcscasecmp(const wchar_t *s1, const wchar_t *s2) argument
38 for (; *s1; s1++, s2++) {
39 c1 = towlower(*s1);
H A Dwcsncmp.c42 wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n) argument
48 if (*s1 != *s2++) {
50 return (*(const unsigned int *)s1 -
53 if (*s1++ == 0)
H A Dwmemcmp.c40 wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n) argument
45 if (*s1 != *s2) {
47 return *s1 > *s2 ? 1 : -1;
49 s1++;
H A Dwcsncasecmp.c34 wcsncasecmp(const wchar_t *s1, const wchar_t *s2, size_t n) argument
40 for (; *s1; s1++, s2++) {
41 c1 = towlower(*s1);
H A Dstrpbrk.c39 * Find the first occurrence in s1 of a character in s2 (excluding NUL).
42 strpbrk(const char *s1, const char *s2) argument
47 while ((c = *s1++) != 0) {
50 return ((char *)(s1 - 1));
H A Dwcscat.c40 wcscat(wchar_t * __restrict s1, const wchar_t * __restrict s2) argument
44 cp = s1;
50 return (s1);
H A Dwcscpy.c40 wcscpy(wchar_t * __restrict s1, const wchar_t * __restrict s2) argument
44 cp = s1;
48 return (s1);
H A Dstrcspn.c44 const char *s1; local
65 for(s1 = s; ; s1++) {
66 idx = IDX(*s1);
67 bit = BIT(*s1);
71 return (s1 - s);
H A Dstrspn.c44 const char *s1; local
64 for(s1 = s; ; s1++) {
65 idx = IDX(*s1);
66 bit = BIT(*s1);
70 return (s1 - s);
H A Dwcsncat.c40 wcsncat(wchar_t * __restrict s1, const wchar_t * __restrict s2, size_t n) argument
46 p = s1;
56 return s1;
H A Dmemcmp.c45 memcmp(const void *s1, const void *s2, size_t n) argument
48 const unsigned char *p1 = s1, *p2 = s2;
H A Dstrcasecmp.c46 strcasecmp_l(const char *s1, const char *s2, locale_t locale) argument
49 *us1 = (const u_char *)s1,
59 strcasecmp(const char *s1, const char *s2) argument
61 return strcasecmp_l(s1, s2, __get_locale());
65 strncasecmp_l(const char *s1, const char *s2, size_t n, locale_t locale) argument
70 *us1 = (const u_char *)s1,
84 strncasecmp(const char *s1, const char *s2, size_t n) argument
86 return strncasecmp_l(s1, s2, n, __get_locale());
/barrelfish-2018-10-04/lib/libc/locale/
H A Dcollcmp.c45 char s1[2], s2[2]; local
47 s1[0] = c1;
48 s1[1] = '\0';
51 return (strcoll(s1, s2));
56 wchar_t s1[2], s2[2]; local
58 s1[0] = c1;
59 s1[1] = L'\0';
62 return (wcscoll(s1, s2));
/barrelfish-2018-10-04/lib/libc/arm/aeabi/
H A Daeabi_vfp_float.S38 LOAD_SREGS(s0, s1, r0, r1)
39 vcmp.f32 s0, s1
46 LOAD_SREGS(s0, s1, r0, r1)
47 vcmpe.f32 s0, s1
54 LOAD_SREGS(s0, s1, r0, r1)
55 vcmpe.f32 s1, s0
62 LOAD_SREGS(s0, s1, r0, r1)
63 vcmp.f32 s0, s1
73 LOAD_SREGS(s0, s1, r0, r1)
74 vcmp.f32 s0, s1
[all...]
/barrelfish-2018-10-04/lib/libc/riscv/gen/
H A D_ctx_start.S40 mv a0, s1 /* Load ucp saved in makecontext */
/barrelfish-2018-10-04/lib/libc/tests/string/
H A Dstrxfrm_test.c39 char s1[8]; local
43 strxfrm(s1, s2, 0x8);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/ccgost/
H A Dgost_keywrap.c25 u4 k,s1,s2; local
33 s1=0,s2=0;
40 s1+=k;
47 S[0]=(unsigned char)(s1&0xff);
48 S[1]=(unsigned char)((s1>>8)&0xff);
49 S[2]=(unsigned char)((s1>>16)&0xff);
50 S[3]=(unsigned char)((s1>>24)&0xff);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/camellia/
H A Dcamellia.c352 * adjusting n accordingly, e.g. RotLeft128(s1,s2,s3,s0,n-32).
364 register u32 s0,s1,s2,s3; local
367 k[1] = s1 = GETU32(rawKey+4);
374 k[9] = s1 = GETU32(rawKey+20);
378 k[11] = s3 = ~s1;
385 s0 ^= k[0], s1 ^= k[1], s2 ^= k[2], s3 ^= k[3];
389 Camellia_Feistel(s0,s1,s2,s3,SIGMA+0);
390 Camellia_Feistel(s2,s3,s0,s1,SIGMA+2);
392 s0 ^= k[0], s1 ^= k[1], s2 ^= k[2], s3 ^= k[3];
393 Camellia_Feistel(s0,s1,s
489 register u32 s0,s1,s2,s3; local
538 u32 s0,s1,s2,s3; local
[all...]
/barrelfish-2018-10-04/include/dist/
H A Dbarrier.h22 errval_t nsb_wait_s(char *s1, char *s2);
27 errval_t nsb_register_s(char *s1, char *s2);
/barrelfish-2018-10-04/lib/msun/src/
H A Ds_atanf.c51 float w,s1,s2,z; local
85 s1 = z*(aT[0]+w*(aT[2]+w*aT[4]));
87 if (id<0) return x - x*(s1+s2);
89 z = atanhi[id] - ((x*(s1+s2) - atanlo[id]) - x);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bf/
H A Dbfs.cpp40 unsigned long s1,s2,e1,e2; local
49 GetTSC(s1);
64 e1-s1,e2-s2,((e2-s2)-(e1-s1)));
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/cast/
H A Dcasts.cpp40 unsigned long s1,s2,e1,e2; local
52 GetTSC(s1);
67 e1-s1,e2-s2,((e2-s2)-(e1-s1)));

Completed in 178 milliseconds

12345