Home
last modified time | relevance | path

Searched refs:str1 (Results 1 – 25 of 26) sorted by relevance

12

/Linux-v4.19/arch/mips/include/asm/
Dasm.h25 #define __CAT(str1, str2) str1##str2 argument
27 #define __CAT(str1, str2) str1/**/str2 argument
29 #define CAT(str1, str2) __CAT(str1, str2) argument
/Linux-v4.19/arch/arm64/lib/
Dcopy_template.S79 str1 tmp1w, dst, #4
83 str1 tmp1, dst, #8
124 str1 tmp1, dst, #8
128 str1 tmp1w, dst, #4
Dmemcpy.S59 .macro str1 ptr, regB, val macro
Dcopy_from_user.S53 .macro str1 ptr, regB, val macro
Dcopy_to_user.S52 .macro str1 ptr, regB, val macro
Dcopy_in_user.S54 .macro str1 ptr, regB, val macro
/Linux-v4.19/arch/x86/boot/
Dstring.c37 int strcmp(const char *str1, const char *str2) in strcmp() argument
39 const unsigned char *s1 = (const unsigned char *)str1; in strcmp()
Dstring.h22 extern int strcmp(const char *str1, const char *str2);
Dboot.h330 int strcmp(const char *str1, const char *str2);
/Linux-v4.19/init/
Ddo_mounts_md.c58 char *str1; in md_setup() local
69 str1 = str; in md_setup()
101 str = str1; in md_setup()
/Linux-v4.19/arch/powerpc/platforms/cell/
Dcbe_thermal.c313 union spe_reg str1; in init_default_values() local
335 str1.val = 0x1010101010101010ull; in init_default_values()
368 out_be64(&pmd_regs->tm_str1.val, str1.val); in init_default_values()
/Linux-v4.19/arch/arc/lib/
Dstrcmp-archs.S24 ;; Detect NULL char in str1
/Linux-v4.19/scripts/kconfig/
Dexpr.c1029 const char *str1, *str2; in expr_calc_value() local
1066 str1 = sym_get_string_value(e->left.sym); in expr_calc_value()
1070 k1 = expr_parse_string(str1, e->left.sym->type, &lval); in expr_calc_value()
1075 res = strcmp(str1, str2); in expr_calc_value()
1078 printf("Cannot compare \"%s\" and \"%s\"\n", str1, str2); in expr_calc_value()
1081 res = strcmp(str1, str2); in expr_calc_value()
/Linux-v4.19/tools/perf/util/
Dannotate.c2831 static unsigned int parse_percent_type(char *str1, char *str2) in parse_percent_type() argument
2835 if (!strcmp("period", str1)) { in parse_percent_type()
2842 if (!strcmp("hits", str1)) { in parse_percent_type()
2857 char *str1, *str2; in annotate_parse_percent_type() local
2860 str1 = strdup(_str); in annotate_parse_percent_type()
2861 if (!str1) in annotate_parse_percent_type()
2864 str2 = strchr(str1, '-'); in annotate_parse_percent_type()
2870 type = parse_percent_type(str1, str2); in annotate_parse_percent_type()
2872 type = parse_percent_type(str2, str1); in annotate_parse_percent_type()
2879 free(str1); in annotate_parse_percent_type()
/Linux-v4.19/drivers/gpu/drm/sti/
Dsti_hdmi.c587 #define DBGFS_PRINT_STR(str1, str2) seq_printf(s, "%-24s %s\n", str1, str2) argument
588 #define DBGFS_PRINT_INT(str1, int2) seq_printf(s, "%-24s %d\n", str1, int2) argument
/Linux-v4.19/tools/usb/
Dffs-test.c327 const char str1[sizeof STR_INTERFACE_]; member
342 #define STR_INTERFACE strings.lang0.str1
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dhal_com.h250 bool eqNByte(u8 *str1, u8 *str2, u32 num);
/Linux-v4.19/tools/usb/ffs-aio-example/simple/device_app/
Daio_simple.c124 const char str1[sizeof(STR_INTERFACE)]; member
/Linux-v4.19/drivers/ata/
Dahci_imx.c344 u32 str1, str2, str3, str4; in sata_ahci_read_temperature() local
376 str1 = (mpll_test_reg >> 2) & 0x7FF; in sata_ahci_read_temperature()
406 mpll_test_reg = (mpll_test_reg & 0xE03) | (str1) << 2; in sata_ahci_read_temperature()
/Linux-v4.19/tools/lib/traceevent/
Dparse-filter.c2390 char *str1, *str2; in tep_filter_compare() local
2420 str1 = arg_to_str(filter1, filter_type1->filter); in tep_filter_compare()
2422 if (str1 && str2) in tep_filter_compare()
2423 result = strcmp(str1, str2) != 0; in tep_filter_compare()
2428 free(str1); in tep_filter_compare()
/Linux-v4.19/tools/usb/ffs-aio-example/multibuff/device_app/
Daio_multibuff.c126 const char str1[sizeof(STR_INTERFACE)]; member
/Linux-v4.19/tools/testing/selftests/vm/
Duserfaultfd.c265 static int my_bcmp(char *str1, char *str2, size_t n) in my_bcmp() argument
269 if (str1[i] != str2[i]) in my_bcmp()
/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Dhal_com.c1354 bool eqNByte(u8 *str1, u8 *str2, u32 num) in eqNByte() argument
1360 if (str1[num] != str2[num]) in eqNByte()
/Linux-v4.19/drivers/media/platform/sti/delta/
Ddelta-v4l2.c1315 unsigned char str1[100] = ""; in delta_vb2_au_start_streaming() local
1379 delta_streaminfo_str(streaminfo, str1, sizeof(str1)), in delta_vb2_au_start_streaming()
/Linux-v4.19/drivers/staging/rtlwifi/rtl8822be/
Dphy.c718 static bool _rtl8822be_eq_n_byte(u8 *str1, u8 *str2, u32 num) in _rtl8822be_eq_n_byte() argument
724 if (str1[num] != str2[num]) in _rtl8822be_eq_n_byte()

12