===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
fuzzylite-6.0+dfsg/fuzzylite/fl/Operation.h-351-          @param max is the maximum value of the dimension
fuzzylite-6.0+dfsg/fuzzylite/fl/Operation.h:352:          @return `true` if @f$x@f$ was incremented, `false` otherwise (e.g.,
fuzzylite-6.0+dfsg/fuzzylite/fl/Operation.h-353-          incrementing @f$x_3@f$ returns `false`). In earlier versions to 6.0, the
##############################################
fuzzylite-6.0+dfsg/fuzzylite/fl/Operation.h-368-          @param max is the maximum value of the dimension
fuzzylite-6.0+dfsg/fuzzylite/fl/Operation.h:369:          @return `true` if @f$x@f$ was incremented, `false` otherwise (e.g.,
fuzzylite-6.0+dfsg/fuzzylite/fl/Operation.h-370-          incrementing @f$x_3@f$ returns `false`). In earlier versions to 6.0, the
##############################################
fuzzylite-6.0+dfsg/fuzzylite/src/Exception.cpp-129-            for (int i = 0; i < backtraceSize; ++i) {
fuzzylite-6.0+dfsg/fuzzylite/src/Exception.cpp:130:                SymFromAddr(GetCurrentProcess(), (DWORD64) (buffer[ i ]), 0, btSymbol);
fuzzylite-6.0+dfsg/fuzzylite/src/Exception.cpp-131-                btStream << (backtraceSize - i - 1) << ": " <<
##############################################
fuzzylite-6.0+dfsg/fuzzylite/test/catch.hpp-2064-    #if defined(__GNUC__) && (defined(__i386) || defined(__x86_64))
fuzzylite-6.0+dfsg/fuzzylite/test/catch.hpp:2065:        #define CATCH_TRAP() asm volatile ("int $3")
fuzzylite-6.0+dfsg/fuzzylite/test/catch.hpp-2066-    #else // Fall back to the generic way.