Searched refs:LOG_BUFFER_SIZE (Results 1 – 11 of 11) sorted by relevance
/third_party/libsnd/tests/ |
D | peak_chunk_test.c | 38 #define LOG_BUFFER_SIZE 1024 macro 50 static char log_buffer [LOG_BUFFER_SIZE] ; 196 sf_command (file, SFC_GET_LOG_INFO, log_buffer, LOG_BUFFER_SIZE) ; in test_float_peak() 238 sf_command (file, SFC_GET_LOG_INFO, log_buffer, LOG_BUFFER_SIZE) ; in test_float_peak()
|
D | utils.tpl | 208 #define LOG_BUFFER_SIZE 4096 401 { static char buffer [LOG_BUFFER_SIZE] ; 407 count = sf_command (file, SFC_GET_LOG_INFO, buffer, LOG_BUFFER_SIZE) ; 409 if (LOG_BUFFER_SIZE - count < 2) 440 { static char buffer [LOG_BUFFER_SIZE] ; 446 count = sf_command (file, SFC_GET_LOG_INFO, buffer, LOG_BUFFER_SIZE) ; 448 if (LOG_BUFFER_SIZE - count < 2) 511 { static char buffer [LOG_BUFFER_SIZE] ; 516 sf_command (file, SFC_GET_LOG_INFO, buffer, LOG_BUFFER_SIZE) ;
|
D | dither_test.c | 36 #define LOG_BUFFER_SIZE 1024 macro
|
D | channel_test.c | 41 #define LOG_BUFFER_SIZE 1024 macro
|
D | raw_test.c | 38 #define LOG_BUFFER_SIZE 1024 macro
|
D | chunk_test.c | 38 #define LOG_BUFFER_SIZE 1024 macro
|
D | misc_test.c | 48 #define LOG_BUFFER_SIZE 1024 macro
|
D | string_test.c | 38 #define LOG_BUFFER_SIZE 1024 macro
|
D | header_test.tpl | 48 #define LOG_BUFFER_SIZE 1024
|
D | command_test.c | 42 #define LOG_BUFFER_SIZE 1024 macro
|
/third_party/openssl/test/ |
D | sslapitest.c | 102 #define LOG_BUFFER_SIZE 2048 macro 103 static char server_log_buffer[LOG_BUFFER_SIZE + 1] = {0}; 105 static char client_log_buffer[LOG_BUFFER_SIZE + 1] = {0};
|