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

/gem5/src/cpu/minor/
H A Dlsq.cc437 unsigned int last_fragment_size = local
443 whole_size - (first_fragment_size + last_fragment_size);
451 (last_fragment_size == 0 ? 0 : 1);
456 (last_fragment_size == 0 ? line_width : last_fragment_size));
459 first_fragment_size + last_fragment_size) == whole_size);

Completed in 9 milliseconds