Home
last modified time | relevance | path

Searched refs:BUFFER_SIZE_BYTES (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-3.3/build/demos/wpaddemo/src/
Dmplus.c40 #define BUFFER_SIZE_BYTES 128 macro
61 static char __buffer[BUFFER_SIZE_LINES][BUFFER_SIZE_BYTES];
467 memset(&__buffer[__curr_line][0], 0, BUFFER_SIZE_BYTES); in printBuffer()
938 memset(__buffer, 0, BUFFER_SIZE_BYTES*BUFFER_SIZE_LINES); in initialize()