Searched refs:ZF_LOG_BUF_SZ (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/libs/libutils/src/
H A Dzf_log.c41 #ifndef ZF_LOG_BUF_SZ
42 #define ZF_LOG_BUF_SZ 256 macro
55 * ZF_LOG_BUF_SZ also must be increased.
125 static INSTRUMENTED_CONST unsigned g_buf_sz = ZF_LOG_BUF_SZ - ZF_LOG_EOL_SZ;
420 char buf[ZF_LOG_BUF_SZ]; \
/seL4-refos-master/projects/util_libs/libutils/src/
H A Dzf_log.c41 #ifndef ZF_LOG_BUF_SZ
42 #define ZF_LOG_BUF_SZ 256 macro
55 * ZF_LOG_BUF_SZ also must be increased.
125 static INSTRUMENTED_CONST unsigned g_buf_sz = ZF_LOG_BUF_SZ - ZF_LOG_EOL_SZ;
420 char buf[ZF_LOG_BUF_SZ]; \

Completed in 25 milliseconds