HomeSort by relevance Sort by last modified time
    Searched defs:Packets (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbDxe/
DwUsbDxe.c 138 UINT32 Packets;
147 Packets = (Len + BlockSize - 1) / BlockSize;
162 WRITE_REG32 (DIEPTSIZ (Ep), Len | (Packets << 19));
  /external/perfetto/include/perfetto/tracing/core/
shared_memory_abi.h 228 // | Tells how many packets there are and whether the |
302 struct Packets {
315 // chunks are contiguous (and hence a trace packets spanning across them can
330 std::atomic<Packets> packets; member in class:perfetto::SharedMemoryABI
368 // Returns the count of packets and the flags with acquire-load semantics.
370 auto packets = header()->packets.load(std::memory_order_acquire); local
371 const uint16_t packets_count = packets.count;
372 const uint8_t packets_flags = packets.flags
385 auto packets = chunk_header->packets.load(std::memory_order_relaxed); local
394 auto packets = chunk_header->packets.load(std::memory_order_relaxed); local
    [all...]
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
packet.h 198 typedef std::list<Packet*> Packets;
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 837 Packets,

Completed in 86 milliseconds