Searched refs:BUFFER_SIZE_LINES (Results 1 – 1 of 1) sorted by relevance
448 #define BUFFER_SIZE_LINES 10 macro449 static char __buffer[BUFFER_SIZE_LINES][BUFFER_SIZE_BYTES];588 for (i=0; i<BUFFER_SIZE_LINES; i++) in renderStatus()591 line = (line + 1) % BUFFER_SIZE_LINES; in renderStatus()610 __curr_line = (__curr_line + 1) % BUFFER_SIZE_LINES; in printBuffer()712 memset(__buffer, 0, BUFFER_SIZE_BYTES*BUFFER_SIZE_LINES); in initialize()