Home
last modified time | relevance | path

Searched defs:s1 (Results 26 – 50 of 228) sorted by relevance

12345678910

/openbmc/linux/fs/unicode/
H A Dutf8-selftest.c238 const struct qstr s1 = {.name = nfdi_test_data[i].str, in check_utf8_comparisons() local
248 const struct qstr s1 = {.name = nfdicf_test_data[i].str, in check_utf8_comparisons() local
/openbmc/linux/lib/
H A Dstring.c39 int strncasecmp(const char *s1, const char *s2, size_t len) in strncasecmp()
65 int strcasecmp(const char *s1, const char *s2) in strcasecmp()
749 char *strstr(const char *s1, const char *s2) in strstr()
775 char *strnstr(const char *s1, const char *s2, size_t len) in strnstr()
H A Dtest-string_helpers.c122 struct test_string_1 s1[TEST_STRING_2_MAX_S1]; member
386 const struct test_string_1 *s1 = s2->s1; in test_string_find_match() local
/openbmc/linux/tools/testing/selftests/proc/
H A Dproc.h22 static inline bool streq(const char *s1, const char *s2) in streq()
/openbmc/linux/arch/mips/include/asm/
H A Dregdef.h43 #define s1 $17 macro
86 #define s1 $17 macro
/openbmc/u-boot/arch/mips/include/asm/
H A Dregdef.h40 #define s1 $17 macro
83 #define s1 $17 macro
/openbmc/linux/arch/x86/crypto/
H A Dsm4-aesni-avx-asm_64.S188 #define ROUND(round, s0, s1, s2, s3) \ argument
276 #define ROUND(round, s0, s1, s2, s3, r0, r1, r2, r3) \ argument
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dstrncmp_bench.c19 static __always_inline int local_strncmp(const char *s1, unsigned int sz, in local_strncmp()
/openbmc/linux/tools/perf/arch/x86/tests/
H A Dsample-parsing.c26 static bool samples_same(const struct perf_sample *s1, in samples_same()
/openbmc/u-boot/lib/
H A Dstring.c31 int strncasecmp(const char *s1, const char *s2, size_t len) in strncasecmp()
61 int strcasecmp(const char *s1, const char *s2) in strcasecmp()
626 char * strstr(const char * s1,const char * s2) in strstr()
/openbmc/linux/fs/nfs/
H A Dnfs4session.c460 static s32 nfs41_derivative_target_slotid(s32 s1, s32 s2) in nfs41_derivative_target_slotid()
470 static int nfs41_sign_s32(s32 s1) in nfs41_sign_s32()
479 static bool nfs41_same_sign_or_zero_s32(s32 s1, s32 s2) in nfs41_same_sign_or_zero_s32()
/openbmc/linux/fs/hfs/
H A Dstring.c76 int hfs_strcmp(const unsigned char *s1, unsigned int len1, in hfs_strcmp()
/openbmc/u-boot/lib/efi_loader/
H A Defi_freestanding.c23 int memcmp(const void *s1, const void *s2, size_t n) in memcmp()
/openbmc/linux/include/crypto/
H A Dutils.h42 unsigned long *s1 = (unsigned long *)src1; in crypto_xor_cpy() local
/openbmc/linux/arch/arm64/kernel/pi/
H A Dkaslr_early.c19 static char *__strstr(const char *s1, const char *s2) in __strstr()
/openbmc/linux/include/linux/
H A Dprandom.h17 __u32 s1, s2, s3, s4; member
/openbmc/qemu/pc-bios/vof/
H A Dlibc.c15 int strcmp(const char *s1, const char *s2) in strcmp()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_ecc.c136 uint8_t s0, s1, s2; in nand_correct_data() local
/openbmc/linux/drivers/gpu/drm/radeon/
H A Devergreen_smc.h35 uint16_t s1; member
/openbmc/linux/include/ufs/
H A Dufs_quirks.h10 #define STR_PRFX_EQUAL(s1, s2) !strncmp(s1, s2, strlen(s1)) argument
/openbmc/u-boot/arch/x86/include/asm/
H A Dio.h152 #define __OUT2(s,s1,s2) \ argument
156 #define __OUT(s,s1,x) \ argument
163 #define __IN2(s,s1,s2) \ argument
166 #define __IN(s,s1,i...) \ argument
/openbmc/linux/tools/perf/util/
H A Dhelp-unknown-cmd.c26 const char *s1 = (*c1)->name, *s2 = (*c2)->name; in levenshtein_compare() local
/openbmc/linux/arch/x86/include/asm/
H A Dcpu.h78 static inline bool intel_cpu_signatures_match(unsigned int s1, unsigned int p1, in intel_cpu_signatures_match()
/openbmc/u-boot/lib/libavb/
H A Davb_sysdeps_posix.c23 int avb_strcmp(const char* s1, const char* s2) { in avb_strcmp()
/openbmc/linux/arch/loongarch/include/asm/
H A Dregdef.h32 #define s1 $r24 macro

12345678910