Searched refs:BUFFER_SIZE_LINES (Results 1 – 1 of 1) sorted by relevance
41 #define BUFFER_SIZE_LINES 6 macro61 static char __buffer[BUFFER_SIZE_LINES][BUFFER_SIZE_BYTES];473 __curr_line = (__curr_line + 1) % BUFFER_SIZE_LINES; in printBuffer()841 for (i=0; i<BUFFER_SIZE_LINES; i++) in renderStatus()844 line = (line + 1) % BUFFER_SIZE_LINES; in renderStatus()938 memset(__buffer, 0, BUFFER_SIZE_BYTES*BUFFER_SIZE_LINES); in initialize()