| /openbmc/qemu/tests/tcg/i386/ |
| 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() 139 void exec_op(long s2, long s0, long s1) in exec_op()
|
| H A D | test-i386-pcmpistri.c | 13 union u s2 = { .uc = "bcdefghijklmnopa" }; variable
|
| /openbmc/qemu/tests/tcg/s390x/ |
| H A D | clst.c | 5 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/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 …]
|
| H A D | translate.c | 826 TCGv_i64 s2, TCGv gsr) in gen_op_faligndata_i() 853 static void gen_op_faligndata_g(TCGv_i64 dst, TCGv_i64 s1, TCGv_i64 s2) in gen_op_faligndata_g() 1359 static void gen_op_fmadds(TCGv_i32 d, TCGv_i32 s1, TCGv_i32 s2, TCGv_i32 s3) in gen_op_fmadds() 1365 static void gen_op_fmaddd(TCGv_i64 d, TCGv_i64 s1, TCGv_i64 s2, TCGv_i64 s3) in gen_op_fmaddd() 1371 static void gen_op_fmsubs(TCGv_i32 d, TCGv_i32 s1, TCGv_i32 s2, TCGv_i32 s3) in gen_op_fmsubs() 1378 static void gen_op_fmsubd(TCGv_i64 d, TCGv_i64 s1, TCGv_i64 s2, TCGv_i64 s3) in gen_op_fmsubd() 1385 static void gen_op_fnmsubs(TCGv_i32 d, TCGv_i32 s1, TCGv_i32 s2, TCGv_i32 s3) in gen_op_fnmsubs() 1393 static void gen_op_fnmsubd(TCGv_i64 d, TCGv_i64 s1, TCGv_i64 s2, TCGv_i64 s3) in gen_op_fnmsubd() 1401 static void gen_op_fnmadds(TCGv_i32 d, TCGv_i32 s1, TCGv_i32 s2, TCGv_i32 s3) in gen_op_fnmadds() 1408 static void gen_op_fnmaddd(TCGv_i64 d, TCGv_i64 s1, TCGv_i64 s2, TCGv_i64 s3) in gen_op_fnmaddd() [all …]
|
| /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/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/phosphor-inventory-manager/test/ |
| H A D | utils_test.cpp | 46 auto s2 = "prefixbar"s; in TEST() local 74 auto s2 = "prefixbar"s; in TEST() local
|
| /openbmc/phosphor-user-manager/test/ |
| H A D | json_serializer_test.cpp | 63 JsonSerializer s2(test_file); in TEST_F() local 82 JsonSerializer s2(test_file); in TEST_F() local
|
| /openbmc/phosphor-pid-control/test/ |
| H A D | pid_fancontroller_unittest.cpp | 174 std::unique_ptr<Sensor> s2 = std::make_unique<SensorMock>("fan1", timeout); in TEST() local 213 std::unique_ptr<Sensor> s2 = std::make_unique<SensorMock>("fan1", timeout); in TEST() local 293 std::unique_ptr<Sensor> s2 = std::make_unique<SensorMock>("fan1", timeout); in TEST() local
|
| /openbmc/u-boot/lib/efi_loader/ |
| H A D | efi_freestanding.c | 23 int memcmp(const void *s1, const void *s2, size_t n) in memcmp()
|
| H A D | efi_unicode_collation.c | 54 struct efi_unicode_collation_protocol *this, u16 *s1, u16 *s2) in efi_stri_coll()
|
| /openbmc/qemu/pc-bios/vof/ |
| H A D | libc.c | 15 int strcmp(const char *s1, const char *s2) in strcmp()
|
| /openbmc/u-boot/drivers/mtd/nand/raw/ |
| H A D | nand_ecc.c | 136 uint8_t s0, s1, s2; in nand_correct_data() local
|
| /openbmc/u-boot/arch/mips/include/asm/ |
| H A D | regdef.h | 41 #define s2 $18 macro 84 #define s2 $18 macro
|
| /openbmc/u-boot/lib/libavb/ |
| H A D | avb_sysdeps_posix.c | 23 int avb_strcmp(const char* s1, const char* s2) { in avb_strcmp()
|
| /openbmc/u-boot/lib/ |
| H A D | string.c | 31 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/sdbusplus/test/message/ |
| H A D | native_types.cpp | 27 std::string s2 = sdbusplus::message::signature("iii"); in TEST() local
|
| H A D | append.cpp | 239 const char* const s2 = "asdf"; in TEST_F() local 428 const std::string s2{"asdf"}; in TEST_F() local
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-xs-node.c | 200 XenstoreImplState *s2 = opaque; in compare_tx() local 243 XenstoreImplState *s2 = xs_impl_create(DOMID_GUEST); in check_serdes() local
|
| /openbmc/qemu/tests/qtest/ |
| H A D | ivshmem-test.c | 199 IVState state1, state2, *s1, *s2; in test_ivshmem_pair() local 308 IVState state1, state2, *s1, *s2; in test_ivshmem_server() local
|
| /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/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/qemu/tests/tcg/loongarch64/system/ |
| H A D | regdef.h | 35 #define s2 $r25 macro
|
| /openbmc/qemu/linux-user/riscv/ |
| H A D | target_syscall.h | 30 abi_long s2; member
|