Home
last modified time | relevance | path

Searched defs:PRINT_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ltp/testcases/realtime/include/
H A Dlibrttest.h99 #define PRINT_BUFFER_SIZE (1024*1024*4) macro
/aosp_15_r20/external/coreboot/payloads/libpayload/libc/
H A Dprintf.c74 #define PRINT_BUFFER_SIZE (64 + 1 + 2 + 13) macro