Home
last modified time | relevance | path

Searched defs:s2 (Results 1 – 25 of 190) sorted by relevance

12345678

/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386-shift.h11 #define EXECSHIFT(size, rsize, res, s1, s2, flags) \ argument
20 #define EXECSHIFT(size, rsize, res, s1, s2, flags) \ argument
31 void exec_opq(long s2, long s0, long s1, long iflags) in exec_opq()
45 void exec_opl(long s2, long s0, long s1, long iflags) in exec_opl()
58 void exec_opw(long s2, long s0, long s1, long iflags) in exec_opw()
72 #define EXECSHIFT(size, rsize, res, s1, s2, flags) \ argument
82 void exec_opq(long s2, long s0, long s1, long iflags) in exec_opq()
96 void exec_opl(long s2, long s0, long s1, long iflags) in exec_opl()
109 void exec_opw(long s2, long s0, long s1, long iflags) in exec_opw()
139 void exec_op(long s2, long s0, long s1) in exec_op()
H A Dtest-i386-pcmpistri.c13 union u s2 = { .uc = "bcdefghijklmnopa" }; variable
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbtf_dump_test_case_ordering.c15 struct s2 { struct
16 struct s2 *s2; member
23 struct s2 s2; argument
/openbmc/linux/arch/sparc/include/asm/
H A Dprom.h24 #define of_compat_cmp(s1, s2, l) strncmp((s1), (s2), (l)) argument
25 #define of_prop_cmp(s1, s2) strcasecmp((s1), (s2)) argument
26 #define of_node_cmp(s1, s2) strcmp((s1), (s2)) argument
/openbmc/qemu/tests/tcg/s390x/
H A Dclst.c5 static int clst(char sep, const char **s1, const char **s2) in clst()
31 const char *s2; member
64 const char *s1, *s2; in main() local
/openbmc/linux/arch/arm64/crypto/
H A Dsm4-neon-core.S40 #define transpose_4x4(s0, s1, s2, s3) \ argument
50 #define transpose_4x4_2x(s0, s1, s2, s3, s4, s5, s6, s7) \ argument
68 #define rotate_clockwise_4x4(s0, s1, s2, s3) \ argument
78 #define rotate_clockwise_4x4_2x(s0, s1, s2, s3, s4, s5, s6, s7) \ argument
96 #define ROUND4(round, s0, s1, s2, s3) \ argument
161 #define ROUND8(round, s0, s1, s2, s3, t0, t1, t2, t3) \ argument
/openbmc/linux/arch/s390/lib/
H A Dstring.c210 int strcmp(const char *s1, const char *s2) in strcmp()
232 const char *s2, unsigned long l2) in clcle()
255 char *strstr(const char *s1, const char *s2) in strstr()
312 int memcmp(const void *s1, const void *s2, size_t n) in memcmp()
/openbmc/u-boot/include/dm/
H A Dof.h120 #define of_compat_cmp(s1, s2, l) strcasecmp((s1), (s2)) argument
121 #define of_prop_cmp(s1, s2) strcmp((s1), (s2)) argument
122 #define of_node_cmp(s1, s2) strcasecmp((s1), (s2)) argument
/openbmc/linux/arch/x86/boot/
H A Dstring.c32 int memcmp(const void *s1, const void *s2, size_t len) in memcmp()
43 int bcmp(const void *s1, const void *s2, size_t len) in bcmp()
51 const unsigned char *s2 = (const unsigned char *)str2; in strcmp() local
171 char *strstr(const char *s1, const char *s2) in strstr()
/openbmc/u-boot/lib/lzo/
H A Dlzodefs.h41 #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
/openbmc/linux/fs/ntfs3/
H A Dupcase.c36 int ntfs_cmp_names(const __le16 *s1, size_t l1, const __le16 *s2, size_t l2, in ntfs_cmp_names()
73 const __le16 *s2 = uni2->name; in ntfs_cmp_names_cpu() local
/openbmc/qemu/pc-bios/s390-ccw/
H A Dlibc.h34 static inline void *memcpy(void *s1, const void *s2, size_t n) in memcpy()
47 static inline int memcmp(const void *s1, const void *s2, size_t n) in memcmp()
/openbmc/phosphor-inventory-manager/test/
H A Dutils_test.cpp46 auto s2 = "prefixbar"s; in TEST() local
74 auto s2 = "prefixbar"s; in TEST() local
/openbmc/linux/fs/ntfs/
H A Dunistr.c55 const ntfschar *s2, size_t s2_len, const IGNORE_CASE_BOOL ic, in ntfs_are_names_equal()
135 int ntfs_ucsncmp(const ntfschar *s1, const ntfschar *s2, size_t n) in ntfs_ucsncmp()
171 int ntfs_ucsncasecmp(const ntfschar *s1, const ntfschar *s2, size_t n, in ntfs_ucsncasecmp()
/openbmc/linux/net/dccp/ccids/lib/
H A Dpacket_history.c167 s2 = DCCP_SKB_CB(skb)->dccpd_seq; in __one_after_loss() local
204 s2 = tfrc_rx_hist_entry(h, 2)->tfrchrx_seqno, in __two_after_loss() local
272 s2 = tfrc_rx_hist_entry(h, 2)->tfrchrx_seqno, in __three_after_loss() local
/openbmc/phosphor-pid-control/test/
H A Dpid_fancontroller_unittest.cpp172 std::unique_ptr<Sensor> s2 = std::make_unique<SensorMock>("fan1", timeout); in TEST() local
211 std::unique_ptr<Sensor> s2 = std::make_unique<SensorMock>("fan1", timeout); in TEST() local
291 std::unique_ptr<Sensor> s2 = std::make_unique<SensorMock>("fan1", timeout); in TEST() local
/openbmc/linux/tools/testing/selftests/powerpc/stringloops/
H A Dmemcmp.c37 static void test_one(char *s1, char *s2, unsigned long max_offset, in test_one()
77 char *p, *s1, *s2; in testcase() local
/openbmc/linux/arch/m68k/include/asm/
H A Duaccess.h190 #define ____constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument
228 #define ___constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument
281 #define __constant_copy_to_user_asm(res, to, from, tmp, n, s1, s2, s3) \ argument
/openbmc/linux/fs/unicode/
H A Dutf8-core.c21 const struct qstr *s1, const struct qstr *s2) in utf8_strncmp()
47 const struct qstr *s1, const struct qstr *s2) in utf8_strncasecmp()
H A Dutf8-selftest.c240 const struct qstr s2 = {.name = nfdi_test_data[i].dec, in check_utf8_comparisons() local
250 const struct qstr s2 = {.name = nfdicf_test_data[i].ncf, in check_utf8_comparisons() local
/openbmc/linux/drivers/thermal/
H A Dk3_bandgap.c94 unsigned int s2) in vtm_get_best_value()
113 unsigned int dtemp, s0, s1, s2; in k3_bgp_read_temp() 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()
/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.h44 #define s2 $18 macro
87 #define s2 $18 macro
/openbmc/u-boot/arch/mips/include/asm/
H A Dregdef.h41 #define s2 $18 macro
84 #define s2 $18 macro

12345678