/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386.h | 8 #define EXECOP2(size, rsize, res, s1, flags) \ argument 32 void exec_opq(long s0, long s1, long iflags) in exec_opq() 41 void exec_opl(long s0, long s1, long iflags) in exec_opl() 49 void exec_opw(long s0, long s1, long iflags) in exec_opw() 57 void exec_opb(long s0, long s1, long iflags) in exec_opb() 66 void exec_opq(long s0, long s1, long iflags) in exec_opq() 75 void exec_opl(long s0, long s1, long iflags) in exec_opl() 83 void exec_opw(long s0, long s1, long iflags) in exec_opw() 91 void exec_opb(long s0, long s1, long iflags) in exec_opb() 100 void exec_op(long s0, long s1) in exec_op()
|
H A D | test-i386-shift.h | 11 #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() 125 void exec_opb(long s0, long s1, long iflags) in exec_opb() [all …]
|
H A D | test-i386-muldiv.h | 4 long res, s1, s0, flags; in glue() local 22 long res, s1, flags, resh; in glue() local 40 long res, s1, flags, resh; in glue() local 59 long res, s1, flags, resh; in glue() local
|
H A D | test-i386-pcmpistri.c | 12 union u s1 = { .uc = "abcdefghijklmnop" }; variable
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | prom.h | 24 #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 D | clst.c | 5 static int clst(char sep, const char **s1, const char **s2) in clst() 30 const char *s1; member 64 const char *s1, *s2; in main() local
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | sm4-neon-core.S | 40 #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/qemu/target/sparc/ |
H A D | vis_helper.c | 103 VIS32 s1, s2; in helper_fpmerge() local 227 VIS64 s1, s2; in helper_fcmple8() local 246 VIS64 s1, s2; in helper_fcmpule8() local 284 VIS64 s1, s2; in helper_fcmple16() local 303 VIS64 s1, s2; in helper_fcmpule16() local 334 VIS64 s1, s2; in helper_fcmple32() local 353 VIS64 s1, s2; in helper_fcmpule32() local 374 int s1, s2; in helper_pdist() local 531 VIS64 r, s1, s2; in helper_fchksm16() local 552 VIS64 r, s1, s2; in helper_fmean16() local [all …]
|
/openbmc/linux/arch/s390/lib/ |
H A D | string.c | 210 int strcmp(const char *s1, const char *s2) in strcmp() 231 static inline int clcle(const char *s1, unsigned long l1, 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/linux/tools/testing/selftests/bpf/progs/ |
H A D | btf_dump_test_case_ordering.c | 9 struct s1 {}; struct 22 struct s1 s1; member 27 struct s1 s1; member
|
/openbmc/linux/net/dccp/ccids/lib/ |
H A D | packet_history.c | 155 s1 = DCCP_SKB_CB(skb)->dccpd_seq; in __do_track_loss() local 166 s1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_seqno, in __one_after_loss() local 203 s1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_seqno, in __two_after_loss() local 271 u64 s1 = tfrc_rx_hist_entry(h, 1)->tfrchrx_seqno, in __three_after_loss() local
|
/openbmc/phosphor-pid-control/test/ |
H A D | pid_fancontroller_unittest.cpp | 171 std::unique_ptr<Sensor> s1 = std::make_unique<SensorMock>("fan0", timeout); in TEST() local 210 std::unique_ptr<Sensor> s1 = std::make_unique<SensorMock>("fan0", timeout); in TEST() local 251 std::unique_ptr<Sensor> s1 = std::make_unique<SensorMock>("fan0", timeout); in TEST() local 290 std::unique_ptr<Sensor> s1 = std::make_unique<SensorMock>("fan0", timeout); in TEST() local
|
/openbmc/u-boot/include/dm/ |
H A D | of.h | 120 #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/fs/unicode/ |
H A D | utf8-core.c | 21 const struct qstr *s1, const struct qstr *s2) in utf8_strncmp() 47 const struct qstr *s1, const struct qstr *s2) in utf8_strncasecmp() 77 const struct qstr *s1) in utf8_strncasecmp_folded()
|
/openbmc/linux/arch/x86/boot/ |
H A D | string.c | 32 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() 50 const unsigned char *s1 = (const unsigned char *)str1; in strcmp() local 171 char *strstr(const char *s1, const char *s2) in strstr()
|
/openbmc/u-boot/lib/lzo/ |
H A D | lzodefs.h | 41 #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 D | upcase.c | 36 int ntfs_cmp_names(const __le16 *s1, size_t l1, const __le16 *s2, size_t l2, in ntfs_cmp_names() 72 const u16 *s1 = uni1->name; in ntfs_cmp_names_cpu() local
|
/openbmc/qemu/pc-bios/s390-ccw/ |
H A D | libc.h | 34 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 D | utils_test.cpp | 45 auto s1 = "prefixfoo"s; in TEST() local 73 auto s1 = "prefixfoo"s; in TEST() local
|
/openbmc/linux/fs/ntfs/ |
H A D | unistr.c | 54 bool ntfs_are_names_equal(const ntfschar *s1, size_t s1_len, 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()
|
H A D | runlist.c | 1154 s64 s1 = last_vcn + 1; in ntfs_get_size_for_mapping_pairs() local 1190 s64 s1 = last_vcn + 1; in ntfs_get_size_for_mapping_pairs() local 1356 s64 s1 = last_vcn + 1; in ntfs_mapping_pairs_build() local 1408 s64 s1 = last_vcn + 1; in ntfs_mapping_pairs_build() local
|
/openbmc/linux/tools/testing/selftests/powerpc/stringloops/ |
H A D | memcmp.c | 37 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 D | uaccess.h | 190 #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/drivers/thermal/ |
H A D | k3_bandgap.c | 93 static unsigned int vtm_get_best_value(unsigned int s0, unsigned int s1, in vtm_get_best_value() 113 unsigned int dtemp, s0, s1, s2; in k3_bgp_read_temp() local
|
/openbmc/u-boot/arch/sh/lib/ |
H A D | zimageboot.c | 19 char *s0, *s1; in do_sh_zimageboot() local
|