Home
last modified time | relevance | path

Searched refs:s2 (Results 1 – 25 of 30) sorted by relevance

12

/xen/xen/crypto/
A Drijndael.c960 Te2[(s2 >> 8) & 0xff] ^ in rijndaelEncrypt()
965 Te1[(s2 >> 16) & 0xff] ^ in rijndaelEncrypt()
970 Te0[(s2 >> 24) ] ^ in rijndaelEncrypt()
979 Te3[(s2 ) & 0xff] ^ in rijndaelEncrypt()
999 s2 = in rijndaelEncrypt()
1031 s2 = in rijndaelEncrypt()
1037 PUTU32(ct + 8, s2); in rijndaelEncrypt()
1146 Td2[(s2 >> 8) & 0xff] ^ in rijndaelDecrypt()
1185 s2 = in rijndaelDecrypt()
1217 s2 = in rijndaelDecrypt()
[all …]
/xen/xen/include/xen/
A Dstring.h30 #define strcmp(s1, s2) __builtin_strcmp(s1, s2) argument
35 #define strncmp(s1, s2, n) __builtin_strncmp(s1, s2, n) argument
44 #define strcasecmp(s1, s2) __builtin_strcasecmp(s1, s2) argument
59 #define strstr(s1, s2) __builtin_strstr(s1, s2) argument
101 #define memcmp(s1, s2, n) __builtin_memcmp(s1, s2, n) argument
A Ddevice_tree.h216 #define dt_prop_cmp(s1, s2) strcmp((s1), (s2)) argument
217 #define dt_node_cmp(s1, s2) strcasecmp((s1), (s2)) argument
218 #define dt_compat_cmp(s1, s2) strcasecmp((s1), (s2)) argument
/xen/xen/include/acpi/platform/
A Dacenv.h231 #define ACPI_STRSTR(s1,s2) strstr((s1), (s2)) argument
241 #define ACPI_MEMCMP(s1,s2,n) memcmp((const char *)(s1), (const char *)(s2), (acpi_size)(n)) argument
292 #define ACPI_STRSTR(s1,s2) acpi_ut_strstr ((s1), (s2)) argument
302 #define ACPI_MEMCMP(s1,s2,n) acpi_ut_memcmp((const char *)(s1), (const char *)(s2), (acpi_size)(… argument
/xen/xen/common/
A Dstring.c18 int strnicmp(const char *s1, const char *s2, size_t len) in strnicmp() argument
26 c1 = *s1; c2 = *s2; in strnicmp()
27 s1++; s2++; in strnicmp()
45 int (strcasecmp)(const char *s1, const char *s2)
52 c2 = tolower(*s2++);
299 char *(strstr)(const char *s1, const char *s2)
301 size_t l1, l2 = strlen(s2);
307 if (!memcmp(s1, s2, l2))
/xen/xen/include/asm-x86/
A Dio.h20 #define __OUT2(s,s1,s2) \ argument
21 __asm__ __volatile__ ("out" #s " %" s1 "0,%" s2 "1"
30 #define __IN2(s,s1,s2) \ argument
31 __asm__ __volatile__ ("in" #s " %" s2 "1,%" s1 "0"
A Dbug.h110 .L\@s2: .asciz "\msg"
112 .long 0, (.L\@s2 - .L\@bf)
/xen/tools/firmware/rombios/32bit/
A Dutil.h16 int strncmp(const char *s1, const char *s2, uint32_t n);
23 int memcmp(const void *s1, const void *s2, unsigned n);
A Dutil.c93 int strncmp(const char *s1, const char *s2, uint32_t n) in strncmp() argument
97 if (s1[ctr] != s2[ctr]) in strncmp()
98 return (int)(s1[ctr] - s2[ctr]); in strncmp()
195 memcmp(const void *s1, const void *s2, unsigned n) in memcmp() argument
199 uint8_t *p2 = (uint8_t *) s2; in memcmp()
/xen/tools/libfsimage/common/
A Dfsimage_grub.c208 fsig_substring(const char *s1, const char *s2) in fsig_substring() argument
210 while (*s1 == *s2) { in fsig_substring()
214 s2++; in fsig_substring()
/xen/stubdom/vtpmmgr/
A Dcalc.pl6 my $s2 = Digest::SHA->new("SHA256");
A Ddisk_crypto.c159 static void xor128(struct mac128 *dst, const struct mac128 *s1, const struct mac128 *s2) in xor128() argument
163 dst->bits[i] = s1->bits[i] ^ s2->bits[i]; in xor128()
/xen/tools/firmware/hvmloader/
A Dutil.c141 int strncmp(const char *s1, const char *s2, uint32_t n) in strncmp() argument
145 if (s1[ctr] != s2[ctr]) in strncmp()
146 return (int)(s1[ctr] - s2[ctr]); in strncmp()
307 memcmp(const void *s1, const void *s2, unsigned n) in memcmp() argument
311 uint8_t *p2 = (uint8_t *) s2; in memcmp()
A Dutil.h169 int strncmp(const char *s1, const char *s2, uint32_t n);
174 int memcmp(const void *s1, const void *s2, unsigned n);
/xen/xen/common/efi/
A Dboot.c263 static int __init wstrcmp(const CHAR16 *s1, const CHAR16 *s2) in wstrcmp() argument
265 while ( *s1 && *s1 == *s2 ) in wstrcmp()
268 ++s2; in wstrcmp()
270 return *s1 - *s2; in wstrcmp()
273 static int __init wstrncmp(const CHAR16 *s1, const CHAR16 *s2, UINTN n) in wstrncmp() argument
275 while ( n && *s1 && *s1 == *s2 ) in wstrncmp()
279 ++s2; in wstrncmp()
281 return n ? *s1 - *s2 : 0; in wstrncmp()
/xen/docs/process/
A Dxen-release-management.pandoc430 if (i in s2)
431 print " ",s2[i];
453 delete s2;
469 if (i in s2)
470 print " ",s2[i];
493 delete s2;
500 /S2:/ { sub(\$1, ""); s2[s2_count++]=\$0;};
/xen/xen/tools/kconfig/
A Dsymbol.c925 const struct sym_match *s2 = sym2; in sym_rel_comp() local
938 exact2 = (s2->eo - s2->so) == strlen(s2->sym->name); in sym_rel_comp()
945 return strcmp(s1->sym->name, s2->sym->name); in sym_rel_comp()
A Dexpr.h298 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2);
/xen/stubdom/grub.patches/
A D10graphics.diff1425 + unsigned char *mem, *s1, *s2, *s4, *s8;
1432 + s2 = (unsigned char*)VSHADOW2;
1448 + grub_memcpy(mem, s2, 38400);
1512 + unsigned char base, mask, *s1, *s2, *s4, *s8;
1595 + s2 = (unsigned char*)VSHADOW2;
1600 + s1[i] = s2[i] = s4[i] = s8[i] = 0;
1624 + s2[len + (x >> 3)] |= mask;
1864 int grub_strncat (char *s1, const char *s2, int n);
1868 int grub_strncat (char *s1, const char *s2, int n);
A D99minios658 int substring (const char *s1, const char *s2);
1206 s2 = (unsigned char*)VSHADOW2;
1264 s2 = (unsigned char*)VSHADOW2;
1269 s1[i] = s2[i] = s4[i] = s8[i] = 0;
/xen/tools/libfsimage/zfs/
A Dfsys_zfs.c80 zfs_bcmp(const void *s1, const void *s2, size_t n) in zfs_bcmp() argument
83 const uint8_t *ps2 = s2; in zfs_bcmp()
85 if (s1 != s2 && n != 0) { in zfs_bcmp()
/xen/xen/include/efi/
A Defiprot.h498 IN CHAR16 *s2
/xen/tools/xenstore/
A Dxenstored_core.c1676 static char *child_name(const char *s1, const char *s2) in child_name() argument
1679 return talloc_asprintf(NULL, "%s/%s", s1, s2); in child_name()
1682 return talloc_asprintf(NULL, "/%s", s2); in child_name()
/xen/scripts/
A Dget_maintainer.pl808 my $s2 = ($pattern =~ tr@/@@);
809 if ($s1 == $s2) {
/xen/tools/libxl/
A Dlibxlu_cfg_l.c2322 static void yy_flex_strncpy (char* s1, const char * s2, int n , yyscan_t yyscanner) in yy_flex_strncpy() argument
2329 s1[i] = s2[i]; in yy_flex_strncpy()

Completed in 49 milliseconds

12