Searched refs:bytes (Results 26 - 29 of 29) sorted by relevance

12

/gem5/ext/ply/ply/
H A Dlex.py45 StringTypes = (str, bytes)
/gem5/ext/pybind11/include/pybind11/detail/
H A Dcommon.h160 #define PYBIND11_BYTES_NAME "bytes"
190 #define PYBIND11_STR_TYPE ::pybind11::bytes
362 * a pointer (e.g. 2 means 16 bytes on 64-bit architectures). The default is the minimum required
/gem5/src/dev/net/
H A Dns_gige.cc136 memcpy(&rom.perfectMatch, p->hardware_address.bytes(), ETH_ADDR_LEN);
963 regs.txcfg = 0x120; // set drain threshold to 1024 bytes and
964 // fill threshold to 32 bytes
965 regs.rxcfg = 0x4; // set drain threshold to 16 bytes
1704 * The number of bytes transferred is either whatever
H A Di8254xGBe.cc111 memcpy(flash, p->hardware_address.bytes(), ETH_ADDR_LEN);
1708 DPRINTF(EthernetDesc, "TSO: Next packet is %d bytes\n", pkt_size);
1712 DPRINTF(EthernetDesc, "Next TX packet is %d bytes\n",
1740 "Loading TSO header (%d bytes) into start of packet\n",
1816 DPRINTF(EthernetDesc, "Partial Packet Descriptor of %d bytes Done\n",
1943 "------Packet of %d bytes ready for transmission-------\n",
2210 DPRINTF(EthernetSM, "TXS: Reserving %d bytes in FIFO and "
2424 "TxFIFO: Successful transmit, bytes available in fifo: %d\n",

Completed in 27 milliseconds

12