Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/wpaddemo/src/
Dsync-callback.c76 #define BUFFER_SIZE_BYTES 128 macro
77 static char __buffer[BUFFER_SIZE_BYTES];
383 memset(__buffer, 0, BUFFER_SIZE_BYTES); in printBuffer()
415 memset(__buffer, 0, BUFFER_SIZE_BYTES); in initialize()
Dhandling.c447 #define BUFFER_SIZE_BYTES 128 macro
449 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()