/linux-3.3/arch/sparc/include/asm/ |
D | prom.h | 29 #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/ |
D | packet_history.c | 170 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/ |
D | lzodefs.h | 41 #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/ |
D | string.c | 34 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/ |
D | acenv.h | 246 #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/ |
D | string.c | 19 const unsigned char *s1 = (const unsigned char *)str1; in strcmp() local 133 char *strstr(const char *s1, const char *s2) in strstr()
|
D | boot.h | 181 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/ |
D | unistr.c | 68 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()
|
D | runlist.c | 1168 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/ |
D | string.c | 3 int memcmp(const void *s1, const void *s2, size_t len) in memcmp()
|
/linux-3.3/arch/mips/include/asm/ |
D | regdef.h | 43 #define s1 $17 macro 86 #define s1 $17 macro
|
/linux-3.3/fs/hfs/ |
D | string.c | 77 int hfs_strcmp(const unsigned char *s1, unsigned int len1, in hfs_strcmp()
|
/linux-3.3/arch/m68k/include/asm/ |
D | uaccess_mm.h | 205 #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/ |
D | random.h | 44 __u32 s1, s2, s3; member
|
D | zutil.h | 82 unsigned long s1 = adler & 0xffff; in zlib_adler32() local
|
D | of.h | 149 #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
|
D | nls.h | 74 static inline int nls_strnicmp(struct nls_table *t, const unsigned char *s1, in nls_strnicmp()
|
/linux-3.3/arch/alpha/include/asm/ |
D | regdef.h | 16 #define s1 $10 macro
|
/linux-3.3/fs/hfsplus/ |
D | unicode.c | 31 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/ |
D | ncplib_kernel.h | 139 #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/ |
D | string.c | 305 int strtailcmp(const char *s1, const char *s2) in strtailcmp()
|
/linux-3.3/fs/pstore/ |
D | platform.c | 82 const char *s1, unsigned long l1, in pstore_dump()
|
/linux-3.3/drivers/media/dvb/dvb-usb/ |
D | vp7045-fe.c | 33 s1 = vp7045_read_reg(state->d,0x01), in vp7045_fe_read_status() local
|
/linux-3.3/drivers/char/ |
D | ramoops.c | 74 enum kmsg_dump_reason reason, const char *s1, unsigned long l1, in ramoops_do_dump()
|
/linux-3.3/drivers/staging/speakup/ |
D | speakup_keypc.c | 145 int s1, s2, s3, s4; in oops() local
|