HomeSort by: relevance | last modified time | path
    Searched defs:Packet (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
ResourcePriorityQueue.h 68 /// Resource model - packet/bundle model. Purely
70 std::vector<SUnit*> Packet;
  /src/external/gpl3/gcc/dist/libcody/
cody.hh 231 /// which return a single Packet. When the connection is Corked, the
233 class Packet
237 /// Packet is a variant structure. These are the possible content types.
251 unsigned short code = 0; ///< Packet type
255 Packet (unsigned c, size_t i = 0)
259 Packet (unsigned c, std::string &&s)
263 Packet (unsigned c, std::string const &s)
267 Packet (unsigned c, std::vector<std::string> &&v)
275 Packet (Packet &&t
    [all...]
  /src/external/gpl3/gcc.old/dist/libcody/
cody.hh 231 /// which return a single Packet. When the connection is Corked, the
233 class Packet
237 /// Packet is a variant structure. These are the possible content types.
251 unsigned short code = 0; ///< Packet type
255 Packet (unsigned c, size_t i = 0)
259 Packet (unsigned c, std::string &&s)
263 Packet (unsigned c, std::string const &s)
267 Packet (unsigned c, std::vector<std::string> &&v)
275 Packet (Packet &&t
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerUtilFuchsia.cpp 236 zx_port_packet_t Packet;
237 ExitOnErr(_zx_port_wait(Port.Handle, ZX_TIME_INFINITE, &Packet),
247 ExitOnErr(_zx_object_get_child(Self, Packet.exception.tid,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h 43 /// Local packet/bundle model. Purely
45 std::vector<SUnit *> Packet;
59 Packet.resize(SchedModel->getIssueWidth());
60 Packet.clear();
69 Packet.clear();
77 Packet.clear();
84 bool isInPacket(SUnit *SU) const { return is_contained(Packet, SU); }
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonShuffler.h 10 // packet formation rules of the Hexagon ISA.
169 HexagonPacket Packet;
212 unsigned size() const { return (Packet.size()); }
218 iterator begin() { return (Packet.begin()); }
219 iterator end() { return (Packet.end()); }
220 const_iterator cbegin() const { return (Packet.begin()); }
221 const_iterator cend() const { return (Packet.end()); }
  /src/sys/external/bsd/gnu-efi/dist/inc/
efiudp.h 120 } Packet;
234 } Packet;
efitcp.h 166 } Packet;
339 } Packet;
efiip.h 171 } Packet;
419 } Packet;
  /src/external/bsd/libpcap/dist/
pcap-npf.c 520 /* Set the packet driver in dump mode */
575 PACKET Packet;
600 * The PACKET structure had a bunch of extra stuff for
609 PacketInitPacket(&Packet, (BYTE *)p->buffer, p->bufsize);
610 if (!PacketReceivePacket(pw->adapter, &Packet, TRUE)) {
668 cc = Packet.ulBytesReceived;
676 * Loop through each packet.
679 * <= INT_MAX packets, so the packet count doesn't overflow.
717 * the packet passed the filter
    [all...]

Completed in 37 milliseconds