Searched defs:__data (Results 1 – 6 of 6) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __intrusive_ptr.hpp | 181 __control_block<_UncvTy, _ReservedBits>* __data) noexcept : in __intrusive_ptr() 206 auto* __data = std::exchange(__data_, nullptr); in __release_() local 305 auto* __data = reinterpret_cast<__control_block<_Ty, _ReservedBits>*>( in __intrusive_from_this() local 315 auto* __data = reinterpret_cast<__control_block<_Ty, _ReservedBits>*>( in __intrusive_from_this() local 325 auto* __data = reinterpret_cast<__control_block<_Ty, _ReservedBits>*>( in __inc_ref() local 334 auto* __data = reinterpret_cast<__control_block<_Ty, _ReservedBits>*>( in __dec_ref() local 343 auto* __data = reinterpret_cast<const __control_block<_Ty, _ReservedBits>*>( in __is_set() local 353 auto* __data = reinterpret_cast<__control_block<_Ty, _ReservedBits>*>( in __set_bit() local 363 auto* __data = reinterpret_cast<__control_block<_Ty, _ReservedBits>*>( in __clear_bit() local
|
H A D | __bulk.hpp | 45 struct __data struct 47 _Shape __shape_; 50 static constexpr auto __mbrs_ =
|
H A D | __sender_introspection.hpp | 45 using __data = _Data; typedef
|
H A D | __domain.hpp | 314 __anon2addaf250102(__ignore, auto& __data, __ignore) operator ()() argument
|
/openbmc/u-boot/include/ |
H A D | spi-mem.h | 119 #define SPI_MEM_OP(__cmd, __addr, __dummy, __data) \ argument
|
/openbmc/u-boot/drivers/spi/ |
H A D | aspeed_spi.c | 227 #define ASPEED_SPI_OP(__io_mode, __cmd, __addr, __dummy, __data) \ argument
|