Searched refs:tail_bytes (Results 1 - 1 of 1) sorted by relevance
/gem5/src/base/ | ||
H A D | cp_annotate.cc | 650 int32_t tail_bytes = qData[qi-1].back()->data; local 656 if (tail_bytes > need) { 659 } else if (tail_bytes == need) { 666 need -= tail_bytes; |
Completed in 7 milliseconds