OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PRINT_BUFFER_SIZE
(Results
1 - 3
of
3
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
printf.c
11
#define
PRINT_BUFFER_SIZE
128
15
char buf[
PRINT_BUFFER_SIZE
];
23
buf[
PRINT_BUFFER_SIZE
- 1] = '\0';
/device/linaro/bootloader/edk2/ArmPkg/Library/SemiHostingSerialPortLib/
SerialPortLib.c
53
#define
PRINT_BUFFER_SIZE
512
54
#define PRINT_BUFFER_THRESHOLD (
PRINT_BUFFER_SIZE
- 4)
63
UINT8 PrintBuffer[
PRINT_BUFFER_SIZE
];
/external/ltp/testcases/realtime/include/
librttest.h
100
#define
PRINT_BUFFER_SIZE
(1024*1024*4)
173
if (
PRINT_BUFFER_SIZE
- _print_buffer_offset < 1000)\
176
PRINT_BUFFER_SIZE
- _print_buffer_offset, "%06d: "A, _debug_count++, ##B);\
Completed in 114 milliseconds