Home
last modified time | relevance | path

Searched defs:other (Results 1 – 25 of 46) sorted by relevance

12

/openbmc/qemu/target/mips/tcg/system/
H A Dcp0_helper.c258 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 Dfd.cpp50 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 Dfile_descriptor.hpp40 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 Dfile_descriptor.hpp42 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 Dfile_descriptor.hpp40 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 Dgenerate-allowlist.py69 def __lt__(self, other): argument
74 def match(self, other): argument
/openbmc/u-boot/tools/binman/test/
H A D077_vblock_bad_entry.dts25 other: other { label
/openbmc/sdbusplus/src/
H A Dexception.cpp65 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 Dcve_check.py51 def __eq__(self, other): argument
56 def __gt__(self, other): argument
/openbmc/qemu/scripts/
H A Ddecodetree.py296 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 Dexternal_storer_file.hpp77 other enumerator
/openbmc/sdeventplus/src/sdeventplus/source/
H A Dsignal.cpp22 Signal::Signal(const Signal& other, sdeventplus::internal::NoOwn) : in Signal()
H A Dchild.cpp22 Child::Child(const Child& other, sdeventplus::internal::NoOwn) : in Child()
H A Devent.cpp19 EventBase::EventBase(const EventBase& other, sdeventplus::internal::NoOwn) : in EventBase()
H A Dio.cpp20 IO::IO(const IO& other, sdeventplus::internal::NoOwn) : in IO()
H A Dtime.cpp26 Time<Id>::Time(const Time<Id>& other, sdeventplus::internal::NoOwn) : in Time()
H A Dbase.cpp113 Base::Base(const Base& other, sdeventplus::internal::NoOwn) : in Base()
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dreproducible.py39 def __eq__(self, other): argument
42 def __lt__(self, other): argument
/openbmc/bmcweb/scripts/
H A Dupdate_schemas.py66 def __lt__(self, other): argument
/openbmc/sdbusplus/include/sdbusplus/
H A Dmessage.hpp109 message(const message& other) : in message()
117 message& operator=(const message& other) in operator =()
/openbmc/sdeventplus/src/sdeventplus/
H A Devent.cpp23 Event::Event(const Event& other, sdeventplus::internal::NoOwn) : in Event()
/openbmc/sdeventplus/src/sdeventplus/utility/
H A Dtimer.cpp36 Timer<Id>::Timer(const Timer<Id>& other, sdeventplus::internal::NoOwn) : in Timer()
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dtypes.hpp279 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 Dmips_cmgcr.h70 uint32_t other; member
/openbmc/sdeventplus/test/source/
H A Dbase.cpp43 BaseImpl(const BaseImpl& other, sdeventplus::internal::NoOwn) : in BaseImpl()
123 void empty_base(BaseImpl&& other) in empty_base()

12