Home
last modified time | relevance | path

Searched defs:lhs (Results 1 – 13 of 13) sorted by relevance

/openbmc/qemu/qobject/
H A Dqlit.c26 static bool qlit_equal_qdict(const QLitObject *lhs, const QDict *qdict) in qlit_equal_qdict()
47 static bool qlit_equal_qlist(const QLitObject *lhs, const QList *qlist) in qlit_equal_qlist()
64 bool qlit_equal_qobject(const QLitObject *lhs, const QObject *rhs) in qlit_equal_qobject()
/openbmc/qemu/libdecnumber/
H A DdecNumber.c933 decNumber * decNumberAdd(decNumber *res, const decNumber *lhs, in decNumberAdd()
959 decNumber * decNumberAnd(decNumber *res, const decNumber *lhs, in decNumberAnd()
1027 decNumber * decNumberCompare(decNumber *res, const decNumber *lhs, in decNumberCompare()
1047 decNumber * decNumberCompareSignal(decNumber *res, const decNumber *lhs, in decNumberCompareSignal()
1068 decNumber * decNumberCompareTotal(decNumber *res, const decNumber *lhs, in decNumberCompareTotal()
1089 decNumber * decNumberCompareTotalMag(decNumber *res, const decNumber *lhs, in decNumberCompareTotalMag()
1154 decNumber * decNumberDivide(decNumber *res, const decNumber *lhs, in decNumberDivide()
1177 decNumber * decNumberDivideInteger(decNumber *res, const decNumber *lhs, in decNumberDivideInteger()
1266 decNumber * decNumberFMA(decNumber *res, const decNumber *lhs, in decNumberFMA()
1700 decNumber * decNumberMax(decNumber *res, const decNumber *lhs, in decNumberMax()
[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/pldm/common/test/
H A Dmocked_utils.hpp15 inline bool operator==(const DBusMapping& lhs, const DBusMapping& rhs) in operator ==()
/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.py65 def __init__(self, lhs, rhs): argument
78 def __init__(self, lhs, rhs): argument
91 def __init__(self, lhs): 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/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.c3373 set_v8086_seg(struct kvm_segment * lhs,const SegmentCache * rhs) set_v8086_seg() argument
3389 set_seg(struct kvm_segment * lhs,const SegmentCache * rhs) set_seg() argument
3407 get_seg(SegmentCache * lhs,const struct kvm_segment * rhs) get_seg() argument
[all...]
H A Dtdx.c254 const TdxRamEntry *lhs = lhs_; in tdx_ram_entry_compare() local