Home
last modified time | relevance | path

Searched defs:rhs (Results 1 – 15 of 15) sorted by relevance

/openbmc/qemu/libdecnumber/
H A DdecNumber.c901 decNumber * decNumberAbs(decNumber *res, const decNumber *rhs, in decNumberAbs()
934 const decNumber *rhs, decContext *set) { in decNumberAdd()
960 const decNumber *rhs, decContext *set) { in decNumberAnd()
1028 const decNumber *rhs, decContext *set) { in decNumberCompare()
1048 const decNumber *rhs, decContext *set) { in decNumberCompareSignal()
1069 const decNumber *rhs, decContext *set) { in decNumberCompareTotal()
1090 const decNumber *rhs, decContext *set) { in decNumberCompareTotalMag()
1155 const decNumber *rhs, decContext *set) { in decNumberDivide()
1178 const decNumber *rhs, decContext *set) { in decNumberDivideInteger()
1210 decNumber * decNumberExp(decNumber *res, const decNumber *rhs, in decNumberExp()
[all …]
/openbmc/google-misc/subprojects/ncsid/test/
H A Dnic_mock.cpp278 auto set_flag_op = [](uint8_t lhs, uint8_t rhs) -> auto { in set_hostless()
282 auto clear_flag_op = [](uint8_t lhs, uint8_t rhs) -> auto { in set_hostless()
/openbmc/qemu/fsdev/
H A D9p-marshal.c41 void v9fs_string_copy(V9fsString *lhs, V9fsString *rhs) in v9fs_string_copy()
/openbmc/qemu/tests/tcg/s390x/
H A Dclc.c29 unsigned long mem = 42, rhs = 500; in main() local
/openbmc/pldm/common/test/
H A Dmocked_utils.hpp15 inline bool operator==(const DBusMapping& lhs, const DBusMapping& rhs) in operator ==()
/openbmc/qemu/qobject/
H A Dqlit.c64 bool qlit_equal_qobject(const QLitObject *lhs, const QObject *rhs) in qlit_equal_qobject()
/openbmc/openpower-hw-diags/attn/
H A Dattn_common.cpp211 bool operator<=(const timespec& lhs, const timespec& rhs) in operator <=()
/openbmc/qemu/scripts/
H A Dminikconf.py51 def __and__(self, rhs): argument
53 def __or__(self, rhs): argument
65 def __init__(self, lhs, rhs): argument
78 def __init__(self, lhs, rhs): argument
/openbmc/qemu/tests/qtest/
H A Dm48t59-test.c81 static int tm_cmp(struct tm *lhs, struct tm *rhs) in tm_cmp()
H A Drtc-test.c42 static int tm_cmp(struct tm *lhs, struct tm *rhs) in tm_cmp()
/openbmc/qemu/rust/qemu-api-macros/src/
H A Dbits.rs113 let mut rhs = TokenStream::new(); in parse_binop() localVariable
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dtypes.hpp149 inline Mutability operator|(Mutability lhs, Mutability rhs) in operator |()
155 inline Mutability operator&(Mutability lhs, Mutability rhs) in operator &()
/openbmc/phosphor-ipmi-blobs/test/
H A Dprocess_unittest.cpp38 void EqualFunctions(IpmiBlobHandler lhs, IpmiBlobHandler rhs) in EqualFunctions()
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c3391 static void set_v8086_seg(struct kvm_segment *lhs, const SegmentCache *rhs) in set_v8086_seg()
3407 static void set_seg(struct kvm_segment *lhs, const SegmentCache *rhs) in set_seg()
3425 static void get_seg(SegmentCache *lhs, const struct kvm_segment *rhs) in get_seg()
H A Dtdx.c255 const TdxRamEntry *rhs = rhs_; in tdx_ram_entry_compare() local