Home
last modified time | relevance | path

Searched refs:kLogVerbose (Results 1 – 3 of 3) sorted by relevance

/external/zstd/contrib/pzstd/
DPzstd.h44 this->log(kLogVerbose, "%s\n", "Creating new ZSTD_CStream"); in SharedState()
62 this->log(kLogVerbose, "%s\n", "Creating new ZSTD_DStream"); in SharedState()
DLogging.h19 constexpr int kLogVerbose = 4; variable
DPzstd.cpp406 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()