Lines Matching +full:very +full:- +full:high
7 * - Source repository : https://github.com/Cyan4973/FiniteStateEntropy
9 * This source code is licensed under both the BSD-style license (found in the
12 * You may select, at your option, one of the above-listed licenses.
18 * They regroup assert(), DEBUGLOG() and RAWLOG() for run-time,
19 * and DEBUG_STATIC_ASSERT() for compile-time.
21 * By default, DEBUGLEVEL==0, which means run-time debug is disabled.
29 * and is a global variable, not multi-thread protected (use with care)
41 * static assert only works with compile-time constants.
43 #define DEBUG_STATIC_ASSERT(c) (void)sizeof(char[(c) ? 1 : -1])
55 * 0 : release mode, no debug, all run-time checks disabled
62 * 7+: events at every position (*very* verbose)
65 * In which case, it's possible to selectively trigger high verbosity levels
84 It's not thread-safe.
85 It's useful when enabling very verbose levels