Home
last modified time | relevance | path

Searched defs:s2 (Results 1 – 25 of 79) sorted by relevance

1234

/linux-3.3/arch/sparc/include/asm/
Dprom.h29 #define of_compat_cmp(s1, s2, l) strncmp((s1), (s2), (l)) argument
30 #define of_prop_cmp(s1, s2) strcasecmp((s1), (s2)) argument
31 #define of_node_cmp(s1, s2) strcmp((s1), (s2)) argument
/linux-3.3/lib/lzo/
Dlzodefs.h41 #define DX2(p, s1, s2) (((((size_t)((p)[2]) << (s2)) ^ (p)[1]) \ argument
43 #define DX3(p, s1, s2, s3) ((DX2((p)+1, s2, s3) << (s1)) ^ (p)[0]) argument
/linux-3.3/lib/
Dstring.c34 int strnicmp(const char *s1, const char *s2, size_t len) in strnicmp()
60 int strcasecmp(const char *s1, const char *s2) in strcasecmp()
74 int strncasecmp(const char *s1, const char *s2, size_t n) in strncasecmp()
520 bool sysfs_streq(const char *s1, const char *s2) in sysfs_streq()
692 char *strstr(const char *s1, const char *s2) in strstr()
718 char *strnstr(const char *s1, const char *s2, size_t len) in strnstr()
/linux-3.3/arch/x86/boot/
Dstring.c20 const unsigned char *s2 = (const unsigned char *)str2; in strcmp() local
133 char *strstr(const char *s1, const char *s2) in strstr()
Dboot.h181 static inline int memcmp(const void *s1, const void *s2, size_t len) in memcmp()
189 static inline int memcmp_fs(const void *s1, addr_t s2, size_t len) in memcmp_fs()
196 static inline int memcmp_gs(const void *s1, addr_t s2, size_t len) in memcmp_gs()
/linux-3.3/fs/ntfs/
Dunistr.c69 const ntfschar *s2, size_t s2_len, const IGNORE_CASE_BOOL ic, in ntfs_are_names_equal()
149 int ntfs_ucsncmp(const ntfschar *s1, const ntfschar *s2, size_t n) in ntfs_ucsncmp()
185 int ntfs_ucsncasecmp(const ntfschar *s1, const ntfschar *s2, size_t n, in ntfs_ucsncasecmp()
/linux-3.3/arch/x86/boot/compressed/
Dstring.c3 int memcmp(const void *s1, const void *s2, size_t len) in memcmp()
/linux-3.3/net/dccp/ccids/lib/
Dpacket_history.c182 s2 = DCCP_SKB_CB(skb)->dccpd_seq; in __one_after_loss() local
219 s2 = tfrc_rx_hist_entry(h, 2)->tfrchrx_seqno, in __two_after_loss() local
287 s2 = tfrc_rx_hist_entry(h, 2)->tfrchrx_seqno, in __three_after_loss() local
/linux-3.3/include/acpi/platform/
Dacenv.h246 #define ACPI_STRSTR(s1,s2) strstr((s1), (s2)) argument
256 #define ACPI_MEMCMP(s1,s2,n) memcmp((const char *)(s1), (const char *)(s2), (acpi_size)(n)) argument
307 #define ACPI_STRSTR(s1,s2) acpi_ut_strstr ((s1), (s2)) argument
317 #define ACPI_MEMCMP(s1,s2,n) acpi_ut_memcmp((const char *)(s1), (const char *)(s2), (acpi_size)(… argument
/linux-3.3/arch/mips/include/asm/
Dregdef.h44 #define s2 $18 macro
87 #define s2 $18 macro
/linux-3.3/fs/hfs/
Dstring.c78 const unsigned char *s2, unsigned int len2) in hfs_strcmp()
/linux-3.3/arch/m68k/include/asm/
Duaccess_mm.h205 #define __constant_copy_from_user_asm(res, to, from, tmp, n, s1, s2, s3)\ argument
285 #define __constant_copy_to_user_asm(res, to, from, tmp, n, s1, s2, s3) \ argument
/linux-3.3/scripts/selinux/genheaders/
Dgenheaders.c28 char *s2 = strdup(s); in stoupperx() local
/linux-3.3/include/linux/
Drandom.h44 __u32 s1, s2, s3; member
Dzutil.h83 unsigned long s2 = (adler >> 16) & 0xffff; in zlib_adler32() local
Dof.h149 #define of_compat_cmp(s1, s2, l) strcasecmp((s1), (s2)) argument
150 #define of_prop_cmp(s1, s2) strcmp((s1), (s2)) argument
151 #define of_node_cmp(s1, s2) strcasecmp((s1), (s2)) argument
Dnls.h75 const unsigned char *s2, int len) in nls_strnicmp()
/linux-3.3/arch/alpha/include/asm/
Dregdef.h17 #define s2 $11 macro
/linux-3.3/fs/hfsplus/
Dunicode.c32 const struct hfsplus_unistr *s2) in hfsplus_strcasecmp()
65 const struct hfsplus_unistr *s2) in hfsplus_strcmp()
/linux-3.3/fs/ncpfs/
Dncplib_kernel.h139 #define ncp_strnicmp(t, s1, s2, len) \ argument
159 const unsigned char *s1, const unsigned char *s2, int len) in ncp_strnicmp()
/linux-3.3/tools/perf/util/
Dstring.c305 int strtailcmp(const char *s1, const char *s2) in strtailcmp()
/linux-3.3/fs/pstore/
Dplatform.c83 const char *s2, unsigned long l2) in pstore_dump()
/linux-3.3/drivers/char/
Dramoops.c75 const char *s2, unsigned long l2) in ramoops_do_dump()
/linux-3.3/drivers/staging/speakup/
Dspeakup_keypc.c145 int s1, s2, s3, s4; in oops() local
/linux-3.3/arch/x86/crypto/
Dtwofish-x86_64-asm_64.S34 #define s2 2048 /* S2 Array */ macro

1234