Searched refs:LOGV (Results 1 – 4 of 4) sorted by relevance
48 #ifndef LOGV50 #define LOGV(...) ((void)0) macro52 #define LOGV(...) ((void)LOG(LOG_VERBOSE, LOG_TAG, __VA_ARGS__)) macro69 #define LOGVV LOGV
460 LOGV("Closing archive %p\n", pArchive); in mzCloseZipArchive()1003 LOGV("Extracted file \"%s\"\n", targetFile); in mzExtractRecursive()1010 LOGV("Extracted %d file(s)\n", extractCount); in mzExtractRecursive()
376 LOGV("Probe: min=%d max=%d, total=%d in %d (%d), avg=%.3f\n", in mzHashTableProbeCount()
29 #define LOGV(...) fprintf(stdout, "V:" __VA_ARGS__)32 #define LOGV(...) do {} while (0) macro