Searched refs:kLogVerbose (Results 1 – 3 of 3) sorted by relevance
/external/zstd/contrib/pzstd/ |
D | Pzstd.h | 44 this->log(kLogVerbose, "%s\n", "Creating new ZSTD_CStream"); in SharedState() 62 this->log(kLogVerbose, "%s\n", "Creating new ZSTD_DStream"); in SharedState()
|
D | Logging.h | 19 constexpr int kLogVerbose = 4; variable
|
D | Pzstd.cpp | 406 state.log(kLogVerbose, "%s\n", "Starting a new frame"); in asyncCompressChunks() 543 state.log(kLogVerbose, "%s\n", in asyncDecompressFrames() 550 state.log(kLogVerbose, "Decompressing a frame of size %zu", frameSize); in asyncDecompressFrames()
|