Home
last modified time | relevance | path

Searched refs:BUFFER_SIZE (Results 1 – 4 of 4) sorted by relevance

/NW4C-2.0.3/sources/libraries/dev/
Ddev_Utility.cpp34 const int BUFFER_SIZE = 260; in NW_DEV_LOG() local
35 char buffer[ BUFFER_SIZE ]; in NW_DEV_LOG()
40 int len = nw::ut::vsnprintf(buffer, BUFFER_SIZE, BUFFER_SIZE - 1, fmt, vargs); in NW_DEV_LOG()
Ddev_DirectPrint.cpp988 static const size_t BUFFER_SIZE = 256; in VPrintf() local
989 char buffer[BUFFER_SIZE]; in VPrintf()
991 int length = ut::vsnprintf(buffer, BUFFER_SIZE, BUFFER_SIZE-1, format, vargs); in VPrintf()
/NW4C-2.0.3/include/nw/demo/
Ddemo_HioPacketChannel.h40 static const size_t BUFFER_SIZE; variable
244 static const size_t BUFFER_SIZE; variable
/NW4C-2.0.3/sources/libraries/demo/
Ddemo_HioPacketChannel.cpp27 const size_t HioPacketChannel::BUFFER_SIZE = 1024; member in nw::demo::HioPacketChannel