/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_unicode_collation.c | 54 struct efi_unicode_collation_protocol *this, u16 *s1, u16 *s2) in efi_stri_coll()
|
/openbmc/linux/include/linux/ |
H A D | nls.h | 77 const unsigned char *s2, int len) in nls_strnicmp()
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | string.c | 50 char *strstr(const char *s1, const char *s2) in strstr()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_buddy.c | 320 static inline bool overlaps(u64 s1, u64 e1, u64 s2, u64 e2) in overlaps() 325 static inline bool contains(u64 s1, u64 e1, u64 s2, u64 e2) in contains()
|
/openbmc/linux/drivers/thermal/ |
H A D | k3_j72xx_bandgap.c | 201 unsigned int s2) in vtm_get_best_value() 220 unsigned int dtemp, s0, s1, s2; in k3_bgp_read_temp() local
|
/openbmc/linux/scripts/mod/ |
H A D | symsearch.c | 30 static int syminfo_compare(const void *s1, const void *s2) in syminfo_compare()
|
/openbmc/linux/lib/crypto/ |
H A D | poly1305-donna32.c | 37 u32 s1, s2, s3, s4; in poly1305_core_blocks() local
|
/openbmc/linux/fs/smb/client/ |
H A D | cifsproto.h | 767 static inline bool dfs_src_pathname_equal(const char *s1, const char *s2) in dfs_src_pathname_equal()
|
/openbmc/sdbusplus/test/message/ |
H A D | append.cpp | 235 const char* const s2 = "asdf"; in TEST_F() local 400 const std::string s2{"asdf"}; in TEST_F() local
|
/openbmc/linux/fs/nfs/ |
H A D | nfs4session.c | 460 static s32 nfs41_derivative_target_slotid(s32 s1, s32 s2) in nfs41_derivative_target_slotid() 479 static bool nfs41_same_sign_or_zero_s32(s32 s1, s32 s2) in nfs41_same_sign_or_zero_s32()
|
/openbmc/linux/tools/perf/tests/ |
H A D | sample-parsing.c | 44 const struct perf_sample *s2, in samples_same()
|
/openbmc/u-boot/cmd/ |
H A D | setexpr.c | 66 static char *memstr(const char *s1, int l1, const char *s2, int l2) in memstr()
|
/openbmc/linux/arch/x86/crypto/ |
H A D | twofish-x86_64-asm_64.S | 22 #define s2 2048 /* S2 Array */ macro
|
H A D | twofish-i586-asm_32.S | 28 #define s2 2048 /* S2 Array */ macro
|
H A D | blowfish-x86_64-asm_64.S | 17 #define s2 ((16 + 2 + (2 * 256)) * 4) macro
|
/openbmc/qemu/crypto/ |
H A D | aes.c | 1451 u32 s0, s1, s2, s3, t0, t1, t2, t3; in AES_encrypt() local 1642 u32 s0, s1, s2, s3, t0, t1, t2, t3; in AES_decrypt() local
|
/openbmc/linux/tools/testing/selftests/powerpc/alignment/ |
H A D | alignment_handler.c | 182 void dumpdata(char *s1, char *s2, int n, char *test_name) in dumpdata() 197 int test_memcmp(void *s1, void *s2, int n, int offset, char *test_name) in test_memcmp()
|
/openbmc/linux/net/dccp/ |
H A D | dccp.h | 145 static inline u64 dccp_loss_count(const u64 s1, const u64 s2, const u64 ndp) in dccp_loss_count() 158 static inline bool dccp_loss_free(const u64 s1, const u64 s2, const u64 ndp) in dccp_loss_free()
|
/openbmc/linux/drivers/accessibility/speakup/ |
H A D | speakup_keypc.c | 142 int s1, s2, s3, s4; in oops() local
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 827 TCGv_i64 s2, TCGv gsr) in gen_op_faligndata_i() 854 static void gen_op_faligndata_g(TCGv_i64 dst, TCGv_i64 s1, TCGv_i64 s2) in gen_op_faligndata_g() 1360 static void gen_op_fmadds(TCGv_i32 d, TCGv_i32 s1, TCGv_i32 s2, TCGv_i32 s3) in gen_op_fmadds() 1366 static void gen_op_fmaddd(TCGv_i64 d, TCGv_i64 s1, TCGv_i64 s2, TCGv_i64 s3) in gen_op_fmaddd() 1372 static void gen_op_fmsubs(TCGv_i32 d, TCGv_i32 s1, TCGv_i32 s2, TCGv_i32 s3) in gen_op_fmsubs() 1379 static void gen_op_fmsubd(TCGv_i64 d, TCGv_i64 s1, TCGv_i64 s2, TCGv_i64 s3) in gen_op_fmsubd() 1386 static void gen_op_fnmsubs(TCGv_i32 d, TCGv_i32 s1, TCGv_i32 s2, TCGv_i32 s3) in gen_op_fnmsubs() 1394 static void gen_op_fnmsubd(TCGv_i64 d, TCGv_i64 s1, TCGv_i64 s2, TCGv_i64 s3) in gen_op_fnmsubd() 1402 static void gen_op_fnmadds(TCGv_i32 d, TCGv_i32 s1, TCGv_i32 s2, TCGv_i32 s3) in gen_op_fnmadds() 1409 static void gen_op_fnmaddd(TCGv_i64 d, TCGv_i64 s1, TCGv_i64 s2, TCGv_i64 s3) in gen_op_fnmaddd() [all …]
|
/openbmc/linux/tools/perf/util/ |
H A D | string.c | 200 int strtailcmp(const char *s1, const char *s2) in strtailcmp()
|
/openbmc/linux/crypto/ |
H A D | cast5_generic.c | 291 #define s2 cast_s2 macro
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_rtas.c | 136 static int rtas_name_matches(char *s1, char *s2) in rtas_name_matches()
|
/openbmc/linux/arch/powerpc/boot/ |
H A D | oflib.c | 95 static int string_match(const char *s1, const char *s2) in string_match()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/ |
H A D | dce_abm.c | 94 uint32_t s2; in dmcu_set_backlight_level() local
|