Home
last modified time | relevance | path

Searched defs:s1 (Results 1 – 25 of 86) 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/net/dccp/ccids/lib/
Dpacket_history.c170 s1 = DCCP_SKB_CB(skb)->dccpd_seq; in __do_track_loss() local
181 s1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_seqno, in __one_after_loss() local
218 s1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_seqno, in __two_after_loss() local
286 u64 s1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_seqno, in __three_after_loss() local
/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/include/acpi/platform/
Dacenv.h246 #define ACPI_STRSTR(s1,s2) strstr((s1), (s2)) argument
247 #define ACPI_STRCHR(s1,c) strchr((s1), (c)) 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
308 #define ACPI_STRCHR(s1,c) acpi_ut_strchr ((s1), (c)) argument
317 #define ACPI_MEMCMP(s1,s2,n) acpi_ut_memcmp((const char *)(s1), (const char *)(s2), (acpi_size)(… argument
/linux-3.3/arch/x86/boot/
Dstring.c19 const unsigned char *s1 = (const unsigned char *)str1; 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.c68 bool ntfs_are_names_equal(const ntfschar *s1, size_t s1_len, 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()
Drunlist.c1168 s64 s1 = last_vcn + 1; in ntfs_get_size_for_mapping_pairs() local
1204 s64 s1 = last_vcn + 1; in ntfs_get_size_for_mapping_pairs() local
1370 s64 s1 = last_vcn + 1; in ntfs_mapping_pairs_build() local
1422 s64 s1 = last_vcn + 1; in ntfs_mapping_pairs_build() local
/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/arch/mips/include/asm/
Dregdef.h43 #define s1 $17 macro
86 #define s1 $17 macro
/linux-3.3/fs/hfs/
Dstring.c77 int hfs_strcmp(const unsigned char *s1, unsigned int len1, 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/include/linux/
Drandom.h44 __u32 s1, s2, s3; member
Dzutil.h82 unsigned long s1 = adler & 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.h74 static inline int nls_strnicmp(struct nls_table *t, const unsigned char *s1, in nls_strnicmp()
/linux-3.3/arch/alpha/include/asm/
Dregdef.h16 #define s1 $10 macro
/linux-3.3/fs/hfsplus/
Dunicode.c31 int hfsplus_strcasecmp(const struct hfsplus_unistr *s1, in hfsplus_strcasecmp()
64 int hfsplus_strcmp(const struct hfsplus_unistr *s1, 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.c82 const char *s1, unsigned long l1, in pstore_dump()
/linux-3.3/drivers/media/dvb/dvb-usb/
Dvp7045-fe.c33 s1 = vp7045_read_reg(state->d,0x01), in vp7045_fe_read_status() local
/linux-3.3/drivers/char/
Dramoops.c74 enum kmsg_dump_reason reason, const char *s1, unsigned long l1, in ramoops_do_dump()
/linux-3.3/drivers/staging/speakup/
Dspeakup_keypc.c145 int s1, s2, s3, s4; in oops() local

1234