/linux-4.4.14/arch/sparc/include/asm/ |
D | prom.h | 30 #define of_compat_cmp(s1, s2, l) strncmp((s1), (s2), (l)) argument 31 #define of_prop_cmp(s1, s2) strcasecmp((s1), (s2)) argument 32 #define of_node_cmp(s1, s2) strcmp((s1), (s2)) argument
|
/linux-4.4.14/arch/x86/boot/ |
D | string.c | 18 int memcmp(const void *s1, const void *s2, size_t len) in memcmp() 28 const unsigned char *s1 = (const unsigned char *)str1; in strcmp() local 142 char *strstr(const char *s1, const char *s2) in strstr()
|
D | boot.h | 179 static inline int memcmp_fs(const void *s1, addr_t s2, size_t len) in memcmp_fs() 186 static inline int memcmp_gs(const void *s1, addr_t s2, size_t len) in memcmp_gs()
|
/linux-4.4.14/tools/testing/selftests/powerpc/stringloops/ |
D | memcmp.c | 12 static void test_one(char *s1, char *s2) in test_one() 43 char *s1; in testcase() local
|
/linux-4.4.14/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-4.4.14/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-4.4.14/lib/ |
D | string.c | 41 int strncasecmp(const char *s1, const char *s2, size_t len) in strncasecmp() 67 int strcasecmp(const char *s1, const char *s2) in strcasecmp() 616 bool sysfs_streq(const char *s1, const char *s2) in sysfs_streq() 809 char *strstr(const char *s1, const char *s2) in strstr() 835 char *strnstr(const char *s1, const char *s2, size_t len) in strnstr()
|
D | test-string_helpers.c | 122 struct test_string_1 s1[TEST_STRING_2_MAX_S1]; member 244 const struct test_string_1 *s1 = s2->s1; in test_string_find_match() local
|
/linux-4.4.14/drivers/firmware/efi/libstub/ |
D | string.c | 17 char *strstr(const char *s1, const char *s2) in strstr()
|
D | efi-stub-helper.c | 662 u8 *s1 = NULL; in efi_convert_cmdline() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/ |
D | obd_mount.c | 146 char *s1, char *s2, char *s3, char *s4) in do_lcfg() 176 char *s1, char *s2, char *s3, char *s4) in lustre_start_simple() 729 const char *s1 = ptr, *s2; in lmd_make_exclusion() local 877 char *s1, *s2, *devname = NULL; in lmd_parse() local
|
D | lprocfs_status.c | 1383 static char *lprocfs_strnstr(const char *s1, const char *s2, size_t len) in lprocfs_strnstr()
|
/linux-4.4.14/fs/nfs/ |
D | nfs4session.c | 371 static s32 nfs41_derivative_target_slotid(s32 s1, s32 s2) in nfs41_derivative_target_slotid() 381 static int nfs41_sign_s32(s32 s1) in nfs41_sign_s32() 390 static bool nfs41_same_sign_or_zero_s32(s32 s1, s32 s2) in nfs41_same_sign_or_zero_s32()
|
D | nfs4_fs.h | 512 static inline bool nfs4_stateid_is_newer(const nfs4_stateid *s1, const nfs4_stateid *s2) in nfs4_stateid_is_newer()
|
D | pnfs.c | 780 static bool pnfs_seqid_is_newer(u32 s1, u32 s2) in pnfs_seqid_is_newer()
|
D | nfs4proc.c | 8580 static bool nfs41_match_stateid(const nfs4_stateid *s1, in nfs41_match_stateid() 8596 static bool nfs4_match_stateid(const nfs4_stateid *s1, in nfs4_match_stateid()
|
/linux-4.4.14/arch/mips/include/asm/ |
D | regdef.h | 43 #define s1 $17 macro 86 #define s1 $17 macro
|
/linux-4.4.14/fs/hfs/ |
D | string.c | 76 int hfs_strcmp(const unsigned char *s1, unsigned int len1, in hfs_strcmp()
|
/linux-4.4.14/tools/testing/selftests/powerpc/dscr/ |
D | dscr_default_test.c | 28 unsigned long s1, s2; in do_test() local
|
/linux-4.4.14/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-4.4.14/drivers/gpu/drm/radeon/ |
D | evergreen_smc.h | 35 uint16_t s1; member
|
D | nislands_smc.h | 255 uint16_t s1; member
|
D | sislands_smc.h | 305 uint16_t s1; member
|
D | smu7_discrete.h | 412 uint16_t s1; member
|
D | radeon_mode.h | 664 u16 s1; member
|
/linux-4.4.14/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-4.4.14/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-4.4.14/arch/x86/kernel/cpu/microcode/ |
D | intel_lib.c | 33 static inline bool cpu_signatures_match(unsigned int s1, unsigned int p1, in cpu_signatures_match()
|
/linux-4.4.14/arch/alpha/include/uapi/asm/ |
D | regdef.h | 16 #define s1 $10 macro
|
/linux-4.4.14/include/linux/ |
D | zutil.h | 82 unsigned long s1 = adler & 0xffff; in zlib_adler32() local
|
D | random.h | 45 __u32 s1, s2, s3, s4; member
|
D | nls.h | 75 static inline int nls_strnicmp(struct nls_table *t, const unsigned char *s1, in nls_strnicmp()
|
D | of.h | 226 #define of_compat_cmp(s1, s2, l) strcasecmp((s1), (s2)) argument 227 #define of_prop_cmp(s1, s2) strcmp((s1), (s2)) argument 228 #define of_node_cmp(s1, s2) strcasecmp((s1), (s2)) argument
|
/linux-4.4.14/tools/perf/tests/ |
D | sample-parsing.c | 25 static bool samples_same(const struct perf_sample *s1, in samples_same()
|
/linux-4.4.14/drivers/media/usb/dvb-usb/ |
D | vp7045-fe.c | 34 s1 = vp7045_read_reg(state->d,0x01), in vp7045_fe_read_status() local
|
/linux-4.4.14/drivers/staging/speakup/ |
D | speakup_keypc.c | 145 int s1, s2, s3, s4; in oops() local
|
/linux-4.4.14/arch/x86/crypto/ |
D | twofish-i586-asm_32.S | 40 #define s1 1024 /* S1 Array */ macro
|
D | twofish-x86_64-asm_64.S | 34 #define s1 1024 /* S1 Array */ macro
|
D | blowfish-x86_64-asm_64.S | 31 #define s1 ((16 + 2 + (1 * 256)) * 4) macro
|
D | poly1305-sse2-x86_64.S | 32 #define s1 0x00(%rsp) macro
|
D | twofish-x86_64-asm_64-3way.S | 30 #define s1 1024 macro
|
D | des3_ede-asm_64.S | 22 #define s1 .L_s1 macro
|
D | cast5-avx-x86_64-asm_64.S | 41 #define s1 cast_s1 macro
|
D | twofish-avx-x86_64-asm_64.S | 43 #define s1 1024 macro
|
D | cast6-avx-x86_64-asm_64.S | 41 #define s1 cast_s1 macro
|
/linux-4.4.14/crypto/ |
D | sha256_generic.c | 43 #define s1(x) (ror32(x,17) ^ ror32(x,19) ^ (x >> 10)) macro
|
D | sha512_generic.c | 69 #define s1(x) (ror64(x,19) ^ ror64(x,61) ^ (x >> 6)) macro
|
D | cast6_generic.c | 30 #define s1 cast_s1 macro
|
D | cast5_generic.c | 298 #define s1 cast_s1 macro
|
D | poly1305_generic.c | 109 u32 s1, s2, s3, s4; in poly1305_blocks() local
|
/linux-4.4.14/arch/x86/purgatory/ |
D | sha256.c | 36 #define s1(x) (ror32(x, 17) ^ ror32(x, 19) ^ (x >> 10)) macro
|
/linux-4.4.14/drivers/scsi/ |
D | in2000.c | 1901 static int probe_bios(u32 addr, u32 *s1, uchar *switches) in probe_bios() 1948 u32 s1 = 0; in in2000_detect() local
|
D | imm.c | 456 unsigned char s1, s2, s3; in imm_cpp() local
|
D | scsi_sysfs.c | 102 char s1[15], s2[15], s3[17], junk; in scsi_scan() local
|
D | aha152x.c | 2421 int s0, s1; in disp_enintr() local
|
/linux-4.4.14/drivers/net/wireless/ath/ath9k/ |
D | ar9003_mac.c | 267 u32 s0, s1; in ar9003_hw_get_isr() local
|
/linux-4.4.14/arch/powerpc/kvm/ |
D | book3s_rtas.c | 126 static int rtas_name_matches(char *s1, char *s2) in rtas_name_matches()
|
/linux-4.4.14/arch/powerpc/boot/ |
D | oflib.c | 99 static int string_match(const char *s1, const char *s2) in string_match()
|
/linux-4.4.14/arch/s390/lib/ |
D | string.c | 244 char * strstr(const char * s1,const char * s2) in strstr()
|
/linux-4.4.14/arch/powerpc/crypto/ |
D | aes-spe-modes.S | 130 #define ENDIAN_SWAP(t0, t1, s0, s1) \ argument
|
/linux-4.4.14/tools/perf/util/ |
D | string.c | 275 int strtailcmp(const char *s1, const char *s2) in strtailcmp()
|
D | help.c | 252 const char *s1 = (*c1)->name, *s2 = (*c2)->name; in levenshtein_compare() local
|
D | cpumap.c | 284 int cpu, s1, s2; in cpu_map__build_map() local
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | kgdb.c | 362 gdb_cris_strcpy (char *s1, const char *s2) in gdb_cris_strcpy() 400 char *s1; in gdb_cris_strtol() local
|
/linux-4.4.14/net/dccp/ |
D | dccp.h | 158 static inline u64 dccp_loss_count(const u64 s1, const u64 s2, const u64 ndp) in dccp_loss_count() 171 static inline bool dccp_loss_free(const u64 s1, const u64 s2, const u64 ndp) in dccp_loss_free()
|
/linux-4.4.14/arch/mips/alchemy/devboards/ |
D | db1000.c | 499 int c0, c1, d0, d1, s0, s1, flashsize = 32, twosocks = 1; in db1000_dev_setup() local
|
/linux-4.4.14/drivers/crypto/qat/qat_common/ |
D | icp_qat_fw_init_admin.h | 95 } s1; member
|
D | icp_qat_fw.h | 100 } s1; member
|
D | icp_qat_fw_la.h | 237 } s1; member
|
/linux-4.4.14/drivers/media/platform/sti/bdisp/ |
D | bdisp-debug.c | 174 bool s1, s2, s3; in bdisp_dbg_dump_sty() local
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_atombios.h | 108 u16 s1; member
|
D | smu7_discrete.h | 412 uint16_t s1; member
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | mt352.c | 423 int s0, s1, s3; in mt352_read_status() local
|
/linux-4.4.14/drivers/video/fbdev/aty/ |
D | radeon_monitor.c | 375 char s1[5], s2[5]; in radeon_parse_monitor_layout() local
|
/linux-4.4.14/net/ceph/ |
D | ceph_common.c | 113 static int strcmp_null(const char *s1, const char *s2) in strcmp_null()
|
/linux-4.4.14/arch/mips/kernel/ |
D | pm-cps.c | 84 s0, s1, s2, s3, s4, s5, s6, s7, enumerator
|
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/ |
D | ampdu.c | 839 u32 s1, u32 s2) in brcms_c_ampdu_dotxstatus_complete() 1036 u32 s1 = 0, s2 = 0; in brcms_c_ampdu_dotxstatus() local
|
D | main.c | 1034 u32 s1, s2; in brcms_b_txstatus() local
|
/linux-4.4.14/arch/powerpc/perf/ |
D | hv-24x7.c | 513 static int memord(const void *d1, size_t s1, const void *d2, size_t s2) in memord() 523 static int ev_uniq_ord(const void *v1, size_t s1, unsigned d1, const void *v2, in ev_uniq_ord()
|
/linux-4.4.14/drivers/hwmon/pmbus/ |
D | pmbus_core.c | 75 struct pmbus_sensor *s1; member 717 struct pmbus_sensor *s1 = b->s1; in pmbus_get_boolean() local 861 struct pmbus_sensor *s1, in pmbus_add_boolean()
|
/linux-4.4.14/scripts/kconfig/ |
D | expr.c | 42 struct expr *expr_alloc_comp(enum expr_type type, struct symbol *s1, struct symbol *s2) in expr_alloc_comp()
|
D | symbol.c | 968 const struct sym_match *s1 = sym1; in sym_rel_comp() local
|
D | zconf.lex.c | 2311 static void yy_flex_strncpy (char* s1, yyconst char * s2, int n ) in yy_flex_strncpy()
|
/linux-4.4.14/arch/powerpc/platforms/powermac/ |
D | nvram.c | 560 unsigned int s1 = 0, s2 = 0; in pmac_nvram_init() local
|
/linux-4.4.14/fs/ceph/ |
D | super.c | 303 static int strcmp_null(const char *s1, const char *s2) in strcmp_null()
|
/linux-4.4.14/drivers/tty/serial/ |
D | sn_console.c | 863 const char *s1; in puts_raw_fixed() local
|
/linux-4.4.14/arch/cris/arch-v32/kernel/ |
D | kgdb.c | 480 gdb_cris_strcpy(char *s1, const char *s2) in gdb_cris_strcpy() 518 char *s1; in gdb_cris_strtol() local
|
/linux-4.4.14/drivers/video/fbdev/ |
D | tridentfb.c | 357 u32 s1 = point(x1, y1); in blade_copy_rect() local 519 u32 s1 = point(x1, y1); in image_copy_rect() local
|
/linux-4.4.14/sound/core/ |
D | init.c | 68 const char *s1, *s2; in module_slot_match() local
|
D | pcm_native.c | 895 struct snd_pcm_substream *s1; in snd_pcm_action_group() local
|
/linux-4.4.14/drivers/usb/misc/ |
D | ftdi-elan.c | 1000 unsigned char s1 = ftdi->bulk_in_buffer[1]; in ftdi_elan_respond_engine() local 1896 char s1 = ftdi->bulk_in_buffer[0]; in ftdi_elan_flush_input_fifo() local 2084 unsigned char s1 = ftdi->bulk_in_buffer[0]; in ftdi_elan_synchronize() local 2175 char s1 = ftdi->bulk_in_buffer[0]; in ftdi_elan_stuck_waiting() local
|
/linux-4.4.14/net/sctp/ |
D | ipv6.c | 354 static inline int sctp_v6_addr_match_len(union sctp_addr *s1, in sctp_v6_addr_match_len()
|
/linux-4.4.14/arch/x86/include/asm/uv/ |
D | uv_mmrs.h | 691 } s1; member 821 } s1; member 904 } s1; member 1133 } s1; member 1263 } s1; member 1346 } s1; member 1839 } s1; member 2104 } s1; member 2329 } s1; member 2413 } s1; member [all …]
|
/linux-4.4.14/arch/sparc/kernel/ |
D | visemul.c | 460 s16 s1, s2; in pdist() local
|
/linux-4.4.14/tools/perf/ |
D | builtin-lock.c | 221 u64 s1 = one->wait_time_min; in SINGLE_KEY() local
|
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | llite_lib.c | 668 char *s1 = options, *s2; in ll_options() local
|
/linux-4.4.14/tools/hv/ |
D | hv_kvp_daemon.c | 1130 static int kvp_write_file(FILE *f, char *s1, char *s2, char *s3) in kvp_write_file()
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_binding.c | 575 SVGA3dTextureState s1; in vmw_binding_scrub_texture() member
|
/linux-4.4.14/sound/pci/lx6464es/ |
D | lx_core.c | 903 u32 s0, s1, s2, s3; in lx_level_peaks() local
|
/linux-4.4.14/arch/x86/boot/compressed/ |
D | eboot.c | 1074 u8 *s1; in make_boot_params() local
|
/linux-4.4.14/tools/vm/ |
D | slabinfo.c | 1028 struct slabinfo *s1,*s2; in sort_slabs() local
|
/linux-4.4.14/drivers/net/ethernet/octeon/ |
D | octeon_mgmt.c | 347 union cvmx_agl_gmx_txx_stat1 s1; in octeon_mgmt_update_tx_stats() local
|
/linux-4.4.14/drivers/s390/net/ |
D | qeth_l2_main.c | 1476 u16 s1, s2; in qeth_osn_send_ipa_cmd() local
|
D | qeth_core_main.c | 4485 u16 s1, s2; in qeth_send_ipa_snmp_cmd() local
|
/linux-4.4.14/drivers/usb/atm/ |
D | ueagle-atm.c | 529 } __packed s1; member 540 } __packed s1; member
|
/linux-4.4.14/drivers/net/ethernet/sgi/ |
D | ioc3-eth.c | 1478 unsigned long s1 = b2 - data; in ioc3_start_xmit() local
|
/linux-4.4.14/drivers/infiniband/hw/mlx5/ |
D | mlx5_ib.h | 407 struct ib_srq *s1; member
|
/linux-4.4.14/drivers/char/ipmi/ |
D | ipmi_ssif.c | 1342 static int strcmp_nospace(char *s1, char *s2) in strcmp_nospace()
|
/linux-4.4.14/include/net/ |
D | xfrm.h | 915 static inline bool xfrm_sec_ctx_match(struct xfrm_sec_ctx *s1, struct xfrm_sec_ctx *s2) in xfrm_sec_ctx_match() 924 static inline bool xfrm_sec_ctx_match(struct xfrm_sec_ctx *s1, struct xfrm_sec_ctx *s2) in xfrm_sec_ctx_match()
|
/linux-4.4.14/include/video/ |
D | newport.h | 26 struct { volatile unsigned short s0, s1; } byshort; member
|
/linux-4.4.14/sound/pci/ac97/ |
D | ac97_codec.c | 2657 static int snd_ac97_swap_ctl(struct snd_ac97 *ac97, const char *s1, in snd_ac97_swap_ctl()
|
/linux-4.4.14/drivers/media/i2c/ |
D | tvaudio.c | 1301 int s1 = chip->shadow.bytes[TDA8425_S1+1] & 0xe1; in tda8425_setaudmode() local
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_policy.c | 691 static inline int selector_cmp(struct xfrm_selector *s1, struct xfrm_selector *s2) in selector_cmp()
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_receiver.c | 2033 static inline int overlaps(sector_t s1, int l1, sector_t s2, int l2) in overlaps()
|
/linux-4.4.14/drivers/block/ |
D | rbd.c | 1039 static int snapid_compare_reverse(const void *s1, const void *s2) in snapid_compare_reverse()
|
/linux-4.4.14/drivers/tty/ |
D | synclink.c | 678 #define usc_SetTransmitSyncChars(a,s0,s1) usc_OutReg((a), TSR, (u16)(((u16)s0<<8)|(u16)s1)) argument
|
/linux-4.4.14/block/ |
D | cfq-iosched.c | 1080 sector_t s1, s2, d1 = 0, d2 = 0; in cfq_choose_req() local
|
/linux-4.4.14/drivers/md/ |
D | md.c | 2922 static int overlaps(sector_t s1, sector_t l1, sector_t s2, sector_t l2) in overlaps()
|
/linux-4.4.14/drivers/scsi/lpfc/ |
D | lpfc_hw.h | 2019 } s1; member
|