| /openbmc/qemu/target/mips/tcg/system/ |
| H A D | cp0_helper.c | 258 CPUMIPSState *other = mips_cpu_map_tc(env, &other_tc); in helper_mftc0_tcstatus() local 275 CPUMIPSState *other = mips_cpu_map_tc(env, &other_tc); in helper_mftc0_tcbind() local 292 CPUMIPSState *other = mips_cpu_map_tc(env, &other_tc); in helper_mftc0_tcrestart() local 309 CPUMIPSState *other = mips_cpu_map_tc(env, &other_tc); in helper_mftc0_tchalt() local 326 CPUMIPSState *other = mips_cpu_map_tc(env, &other_tc); in helper_mftc0_tccontext() local 343 CPUMIPSState *other = mips_cpu_map_tc(env, &other_tc); in helper_mftc0_tcschedule() local 360 CPUMIPSState *other = mips_cpu_map_tc(env, &other_tc); in helper_mftc0_tcschefback() local 377 CPUMIPSState *other = mips_cpu_map_tc(env, &other_tc); in helper_mftc0_entryhi() local 385 CPUMIPSState *other = mips_cpu_map_tc(env, &other_tc); in helper_mftc0_cause() local 393 CPUMIPSState *other = mips_cpu_map_tc(env, &other_tc); in helper_mftc0_status() local [all …]
|
| /openbmc/gpioplus/src/gpioplus/internal/ |
| H A D | fd.cpp | 50 Fd::Fd(const Fd& other) : sys(other.sys), fd(dup(other.fd, sys)) {} in Fd() 52 Fd& Fd::operator=(const Fd& other) in operator =() 63 Fd::Fd(Fd&& other) : sys(other.sys), fd(std::move(other.fd)) in Fd() function in gpioplus::internal::Fd 68 Fd& Fd::operator=(Fd&& other) in operator =()
|
| /openbmc/openpower-hw-diags/util/ |
| H A D | file_descriptor.hpp | 40 FileDescriptor(FileDescriptor&& other) : fd(other.fd) in FileDescriptor() function in util::FileDescriptor 53 FileDescriptor& operator=(FileDescriptor&& other) in operator =()
|
| /openbmc/openpower-debug-collector/watchdog/ |
| H A D | file_descriptor.hpp | 42 FileDescriptor(FileDescriptor&& other) : fd(other.fd) in FileDescriptor() function in watchdog::dump::FileDescriptor 56 FileDescriptor& operator=(FileDescriptor&& other) in operator =()
|
| /openbmc/phosphor-power/ |
| H A D | file_descriptor.hpp | 40 FileDescriptor(FileDescriptor&& other) : fd(other.fd) in FileDescriptor() function in phosphor::power::util::FileDescriptor 53 FileDescriptor& operator=(FileDescriptor&& other) in operator =()
|
| /openbmc/intel-ipmi-oem/ |
| H A D | generate-allowlist.py | 69 def __lt__(self, other): argument 74 def match(self, other): argument
|
| /openbmc/u-boot/tools/binman/test/ |
| H A D | 077_vblock_bad_entry.dts | 25 other: other { label
|
| /openbmc/sdbusplus/src/ |
| H A D | exception.cpp | 65 SdBusError::SdBusError(SdBusError&& other) : error(SD_BUS_ERROR_NULL) in SdBusError() function in sdbusplus::exception::SdBusError 70 SdBusError& SdBusError::operator=(SdBusError&& other) in operator =() 124 void SdBusError::move(SdBusError&& other) in move()
|
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | cve_check.py | 51 def __eq__(self, other): argument 56 def __gt__(self, other): argument
|
| /openbmc/qemu/scripts/ |
| H A D | decodetree.py | 296 def __eq__(self, other): argument 299 def __ne__(self, other): argument 333 def __ne__(self, other): argument 341 def __eq__(self, other): argument 362 def __cmp__(self, other): argument 385 def __eq__(self, other): argument 388 def __ne__(self, other): argument 409 def __eq__(self, other): argument 412 def __ne__(self, other): argument 436 def __eq__(self, other): argument [all …]
|
| /openbmc/bios-bmc-smm-error-logger/include/rde/ |
| H A D | external_storer_file.hpp | 77 other enumerator
|
| /openbmc/sdeventplus/src/sdeventplus/source/ |
| H A D | signal.cpp | 22 Signal::Signal(const Signal& other, sdeventplus::internal::NoOwn) : in Signal()
|
| H A D | child.cpp | 22 Child::Child(const Child& other, sdeventplus::internal::NoOwn) : in Child()
|
| H A D | event.cpp | 19 EventBase::EventBase(const EventBase& other, sdeventplus::internal::NoOwn) : in EventBase()
|
| H A D | io.cpp | 20 IO::IO(const IO& other, sdeventplus::internal::NoOwn) : in IO()
|
| H A D | time.cpp | 26 Time<Id>::Time(const Time<Id>& other, sdeventplus::internal::NoOwn) : in Time()
|
| H A D | base.cpp | 113 Base::Base(const Base& other, sdeventplus::internal::NoOwn) : in Base()
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | reproducible.py | 39 def __eq__(self, other): argument 42 def __lt__(self, other): argument
|
| /openbmc/bmcweb/scripts/ |
| H A D | update_schemas.py | 66 def __lt__(self, other): argument
|
| /openbmc/sdbusplus/include/sdbusplus/ |
| H A D | message.hpp | 109 message(const message& other) : in message() 117 message& operator=(const message& other) in operator =()
|
| /openbmc/sdeventplus/src/sdeventplus/ |
| H A D | event.cpp | 23 Event::Event(const Event& other, sdeventplus::internal::NoOwn) : in Event()
|
| /openbmc/sdeventplus/src/sdeventplus/utility/ |
| H A D | timer.cpp | 36 Timer<Id>::Timer(const Timer<Id>& other, sdeventplus::internal::NoOwn) : in Timer()
|
| /openbmc/phosphor-host-ipmid/include/ipmid/ |
| H A D | types.hpp | 279 typedef SecureAllocator<U> other; typedef 295 SecureString(const SecureStringBase& other) : SecureStringBase(other) {}; in SecureString() 314 SecureBuffer(const SecureBufferBase& other) : SecureBufferBase(other) {}; in SecureBuffer()
|
| /openbmc/qemu/include/hw/misc/ |
| H A D | mips_cmgcr.h | 70 uint32_t other; member
|
| /openbmc/sdeventplus/test/source/ |
| H A D | base.cpp | 43 BaseImpl(const BaseImpl& other, sdeventplus::internal::NoOwn) : in BaseImpl() 123 void empty_base(BaseImpl&& other) in empty_base()
|