Home
last modified time | relevance | path

Searched defs:PacketType (Results 1 – 11 of 11) sorted by relevance

/external/pigweed/pw_rpc/public/pw_rpc/
Dpayloads_view.h130 using PacketType = internal::PacketType; variable
243 using PacketType = internal::PacketType; variable
/external/pigweed/pw_rpc/internal/
Dpacket.proto20 enum PacketType { enum
/external/eigen/test/
Dvectorization_logic.cpp109 typedef typename internal::packet_traits<Scalar>::type PacketType; typedef
274 …ypename internal::unpacket_traits<typename internal::packet_traits<Scalar>::type>::half PacketType; typedef
/external/eigen/Eigen/src/Core/
DRedux.h30 …ypename find_best_packet<typename Evaluator::Scalar,Evaluator::SizeAtCompileTime>::type PacketType; typedef
DAssignEvaluator.h114 …nal<int(Traversal)==LinearVectorizedTraversal, LinearPacketType, InnerPacketType>::type PacketType; typedef
/external/webrtc/rtc_base/network/
Dsent_packet.h22 enum class PacketType { enum
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorReductionGpu.h244 typedef typename packet_traits<Eigen::half>::type PacketType; in ReductionInitKernelHalfFloat() typedef
263 typedef typename packet_traits<Eigen::half>::type PacketType; in FullReductionKernelHalfFloat() typedef
/external/armnn/src/profiling/test/
DProfilingMocks.hpp44 enum class PacketType enum in armnn::profiling::MockProfilingConnection
108 long CheckForPacket(const std::pair<PacketType, uint32_t> packetInfo) in CheckForPacket()
119 …[&packetInfo](const std::pair<PacketType, uint32_t> pair) { return packetInfo.first == pair.first;… in CheckForPacket()
DSendCounterPacketTests.cpp100 using PacketType = MockProfilingConnection::PacketType; typedef
DProfilingTests.cpp52 using PacketType = MockProfilingConnection::PacketType; typedef
/external/rust/crates/quiche/src/
Dpacket.rs115 pub(crate) fn to_qlog(self) -> qlog::PacketType { in to_qlog()