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

/gem5/src/systemc/tests/systemc/misc/stars/star110089/
H A Dstar110089.cpp253 #define LP_BUFFER_SIZE 32 macro
313 copy_size = (count <= LP_BUFFER_SIZE ? count : LP_BUFFER_SIZE);

Completed in 4 milliseconds