Searched refs:whichByte (Results 1 - 1 of 1) sorted by relevance

/gem5/src/mem/ruby/common/
H A DDataBlock.hh61 uint8_t getByte(int whichByte) const;
64 void setByte(int whichByte, uint8_t data);
90 DataBlock::getByte(int whichByte) const
92 return m_data[whichByte];
96 DataBlock::setByte(int whichByte, uint8_t data) argument
98 m_data[whichByte] = data;

Completed in 4 milliseconds