Searched refs:BUFFER_SIZE_BYTES (Results 1 – 2 of 2) sorted by relevance
76 #define BUFFER_SIZE_BYTES 128 macro77 static char __buffer[BUFFER_SIZE_BYTES];383 memset(__buffer, 0, BUFFER_SIZE_BYTES); in printBuffer()415 memset(__buffer, 0, BUFFER_SIZE_BYTES); in initialize()
447 #define BUFFER_SIZE_BYTES 128 macro449 static char __buffer[BUFFER_SIZE_LINES][BUFFER_SIZE_BYTES];604 memset(&__buffer[__curr_line][0], 0, BUFFER_SIZE_BYTES); in printBuffer()712 memset(__buffer, 0, BUFFER_SIZE_BYTES*BUFFER_SIZE_LINES); in initialize()