Home
last modified time | relevance | path

Searched defs:s1 (Results 1 – 25 of 142) sorted by relevance

123456

/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.h8 #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 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()
125 void exec_opb(long s0, long s1, long iflags) in exec_opb()
[all …]
H A Dtest-i386-muldiv.h4 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 Dtest-i386-pcmpistri.c12 union u s1 = { .uc = "abcdefghijklmnop" }; variable
/openbmc/linux/arch/sparc/include/asm/
Dprom.h
/openbmc/qemu/tests/tcg/s390x/
H A Dclst.c5 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/qemu/target/sparc/
H A Dvis_helper.c103 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/
Dstring.c
/openbmc/linux/tools/testing/selftests/bpf/progs/
Dbtf_dump_test_case_ordering.c
Dstrncmp_bench.c
/openbmc/linux/net/dccp/ccids/lib/
Dpacket_history.c
/openbmc/phosphor-pid-control/test/
H A Dpid_fancontroller_unittest.cpp173 std::unique_ptr<Sensor> s1 = std::make_unique<SensorMock>("fan0", timeout); in TEST() local
212 std::unique_ptr<Sensor> s1 = std::make_unique<SensorMock>("fan0", timeout); in TEST() local
253 std::unique_ptr<Sensor> s1 = std::make_unique<SensorMock>("fan0", timeout); in TEST() local
292 std::unique_ptr<Sensor> s1 = std::make_unique<SensorMock>("fan0", timeout); in TEST() local
/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/fs/unicode/
Dutf8-core.c
/openbmc/linux/fs/ntfs3/
Dupcase.c
/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/phosphor-inventory-manager/test/
H A Dutils_test.cpp45 auto s1 = "prefixfoo"s; in TEST() local
73 auto s1 = "prefixfoo"s; in TEST() local
/openbmc/linux/tools/testing/selftests/powerpc/stringloops/
Dmemcmp.c
/openbmc/u-boot/arch/sh/lib/
H A Dzimageboot.c19 char *s0, *s1; in do_sh_zimageboot() local
/openbmc/linux/arch/m68k/include/asm/
Duaccess.h
/openbmc/linux/tools/testing/selftests/proc/
Dproc.h
/openbmc/u-boot/arch/mips/include/asm/
H A Dregdef.h40 #define s1 $17 macro
83 #define s1 $17 macro
/openbmc/linux/tools/perf/arch/x86/tests/
Dsample-parsing.c
/openbmc/linux/fs/hfs/
Dstring.c
/openbmc/u-boot/lib/efi_loader/
H A Defi_freestanding.c23 int memcmp(const void *s1, const void *s2, size_t n) in memcmp()

123456