Searched refs:smallBuf (Results 1 – 3 of 3) sorted by relevance
97 char smallBuf[CONSOLE_SMALL_BUF_SIZE]; in PrintMessageV() local99 char* bufPtr = useSmallBuf ? smallBuf : bigBuf.data(); in PrintMessageV()111 wchar_t smallBuf[CONSOLE_SMALL_BUF_SIZE]; in PrintMessageV() local113 wchar_t* bufPtr = useSmallBuf ? smallBuf : bigBuf.data(); in PrintMessageV()
51 private final byte[] smallBuf = new byte[SMALL_BUFFER_SIZE]; field in TarArchiveInputStream359 while ((length = read(smallBuf)) >= 0) { in getLongNameData()360 longName.write(smallBuf, 0, length); in getLongNameData()
1974 uint8_t smallBuf[3]; in TestMergeSortKeys() local1977 reqLen = ucol_mergeSortkeys(prefixKey, prefixKeyLen, suffixKey, suffixKeyLen, smallBuf, 3); in TestMergeSortKeys()