Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/include/nitro/os/common/
Dprintf.h241 #define OS_PRINTSRV_WCHARSIZE (OS_PRINTSRV_BUFFERSIZE/sizeof(OSPrintWChar)) macro
247 OSPrintWChar buffer[OS_PRINTSRV_WCHARSIZE];
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_printf.c651 if (out >= OS_PRINTSRV_WCHARSIZE) in OS_PrintServer()
701 if (in_tmp >= OS_PRINTSRV_WCHARSIZE) in OS_FPutStringPrnSrv()