===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
pdal-2.2.0+ds/CMakeLists.txt-11-set(ROOT_DIR "${PROJECT_SOURCE_DIR}")
pdal-2.2.0+ds/CMakeLists.txt:12:include(${ROOT_DIR}/cmake/common.cmake NO_POLICY_SCOPE)
pdal-2.2.0+ds/CMakeLists.txt-13-
##############################################
pdal-2.2.0+ds/CMakeLists.txt-89-
pdal-2.2.0+ds/CMakeLists.txt:90:include(${PDAL_CMAKE_DIR}/rpath.cmake)
pdal-2.2.0+ds/CMakeLists.txt-91-
##############################################
pdal-2.2.0+ds/CMakeLists.txt-115-
pdal-2.2.0+ds/CMakeLists.txt:116:include(${PDAL_CMAKE_DIR}/options.cmake)
pdal-2.2.0+ds/CMakeLists.txt-117-
##############################################
pdal-2.2.0+ds/CMakeLists.txt-127-
pdal-2.2.0+ds/CMakeLists.txt:128:include(${PDAL_CMAKE_DIR}/gdal.cmake)
pdal-2.2.0+ds/CMakeLists.txt:129:include(${PDAL_CMAKE_DIR}/geotiff.cmake)  # Optional (not really)
pdal-2.2.0+ds/CMakeLists.txt:130:include(${PDAL_CMAKE_DIR}/lazperf.cmake)  # Optional
pdal-2.2.0+ds/CMakeLists.txt:131:include(${PDAL_CMAKE_DIR}/laszip.cmake)  # Optional
pdal-2.2.0+ds/CMakeLists.txt:132:include(${PDAL_CMAKE_DIR}/threads.cmake)
pdal-2.2.0+ds/CMakeLists.txt:133:include(${PDAL_CMAKE_DIR}/zlib.cmake)
pdal-2.2.0+ds/CMakeLists.txt:134:include(${PDAL_CMAKE_DIR}/lzma.cmake)
pdal-2.2.0+ds/CMakeLists.txt:135:include(${PDAL_CMAKE_DIR}/zstd.cmake)
pdal-2.2.0+ds/CMakeLists.txt:136:include(${PDAL_CMAKE_DIR}/test.cmake)
pdal-2.2.0+ds/CMakeLists.txt:137:include(${PDAL_CMAKE_DIR}/ctest.cmake)
pdal-2.2.0+ds/CMakeLists.txt:138:include(${PDAL_CMAKE_DIR}/libxml2.cmake)
pdal-2.2.0+ds/CMakeLists.txt:139:include(${PDAL_CMAKE_DIR}/dimension.cmake)
pdal-2.2.0+ds/CMakeLists.txt:140:include(${PDAL_CMAKE_DIR}/arbiter.cmake)
pdal-2.2.0+ds/CMakeLists.txt:141:include(${PDAL_CMAKE_DIR}/nlohmann.cmake)
pdal-2.2.0+ds/CMakeLists.txt:142:include(${PDAL_CMAKE_DIR}/openssl.cmake) # Optional
pdal-2.2.0+ds/CMakeLists.txt-143-
##############################################
pdal-2.2.0+ds/CMakeLists.txt-183-if (WITH_TESTS)
pdal-2.2.0+ds/CMakeLists.txt:184:    include (${PDAL_CMAKE_DIR}/gtest.cmake)
pdal-2.2.0+ds/CMakeLists.txt-185-    add_subdirectory(test)
##############################################
pdal-2.2.0+ds/CMakeLists.txt-379-#
pdal-2.2.0+ds/CMakeLists.txt:380:include (${PDAL_CMAKE_DIR}/cpack.cmake)
pdal-2.2.0+ds/CMakeLists.txt-381-
##############################################
pdal-2.2.0+ds/CMakeLists.txt-394-        "${PDAL_LIB_INSTALL_DIR}/cmake/PDAL")
pdal-2.2.0+ds/CMakeLists.txt:395:include(${PDAL_CMAKE_DIR}/config.cmake)
pdal-2.2.0+ds/CMakeLists.txt-396-
##############################################
pdal-2.2.0+ds/PDALConfig.cmake.in-9-
pdal-2.2.0+ds/PDALConfig.cmake.in:10:include("${CMAKE_CURRENT_LIST_DIR}/PDALTargets.cmake")
pdal-2.2.0+ds/PDALConfig.cmake.in-11-
##############################################
pdal-2.2.0+ds/cmake/arbiter.cmake-4-
pdal-2.2.0+ds/cmake/arbiter.cmake:5:include(${PDAL_CMAKE_DIR}/curl.cmake)
pdal-2.2.0+ds/cmake/arbiter.cmake-6-
##############################################
pdal-2.2.0+ds/cmake/common.cmake-8-#
pdal-2.2.0+ds/cmake/common.cmake:9:include(${CDIR}/directories.cmake)
pdal-2.2.0+ds/cmake/common.cmake-10-
##############################################
pdal-2.2.0+ds/cmake/common.cmake-14-#
pdal-2.2.0+ds/cmake/common.cmake:15:include(${CDIR}/policies.cmake NO_POLICY_SCOPE)
pdal-2.2.0+ds/cmake/common.cmake:16:include(${CDIR}/macros.cmake)
pdal-2.2.0+ds/cmake/common.cmake:17:include(${CDIR}/libraries.cmake)
pdal-2.2.0+ds/cmake/common.cmake:18:include(${CDIR}/compiler_options.cmake)
pdal-2.2.0+ds/cmake/common.cmake:19:include(${CDIR}/modules.cmake)
pdal-2.2.0+ds/cmake/common.cmake:20:include(${CDIR}/install_dirs.cmake)
##############################################
pdal-2.2.0+ds/cmake/compiler_options.cmake-1-if (WIN32)
pdal-2.2.0+ds/cmake/compiler_options.cmake:2:    include (${CMAKE_CURRENT_LIST_DIR}/win32_compiler_options.cmake)
pdal-2.2.0+ds/cmake/compiler_options.cmake-3-else()
pdal-2.2.0+ds/cmake/compiler_options.cmake:4:    include (${CMAKE_CURRENT_LIST_DIR}/unix_compiler_options.cmake)
pdal-2.2.0+ds/cmake/compiler_options.cmake-5-endif()
##############################################
pdal-2.2.0+ds/cmake/modules/FindMatlab.cmake-768-#     also be the output directory used for the log file of the test run.
pdal-2.2.0+ds/cmake/modules/FindMatlab.cmake:769:#     If not specifed the temporary directory ``${CMAKE_BINARY_DIR}/Matlab`` will
pdal-2.2.0+ds/cmake/modules/FindMatlab.cmake-770-#     be used as the working directory and the log location.
##############################################
pdal-2.2.0+ds/cmake/modules/GetGitRevisionDescription.cmake-69-		@ONLY)
pdal-2.2.0+ds/cmake/modules/GetGitRevisionDescription.cmake:70:	include("${GIT_DATA}/grabRef.cmake")
pdal-2.2.0+ds/cmake/modules/GetGitRevisionDescription.cmake-71-
##############################################
pdal-2.2.0+ds/dimbuilder/CMakeLists.txt-13-
pdal-2.2.0+ds/dimbuilder/CMakeLists.txt:14:include(${ROOT_DIR}/cmake/common.cmake NO_POLICY_SCOPE)
pdal-2.2.0+ds/dimbuilder/CMakeLists.txt-15-
##############################################
pdal-2.2.0+ds/doc/stages/filters.mongo.rst-72-
pdal-2.2.0+ds/doc/stages/filters.mongo.rst:73:    - ``$eq``: Matches values equal to a specified value.
pdal-2.2.0+ds/doc/stages/filters.mongo.rst:74:    - ``$gt``: Matches values greater than a specified value.
pdal-2.2.0+ds/doc/stages/filters.mongo.rst:75:    - ``$gte``: Matches values greater than or equal to a specified value.
pdal-2.2.0+ds/doc/stages/filters.mongo.rst:76:    - ``$lt``: Matches values less than a specified value.
pdal-2.2.0+ds/doc/stages/filters.mongo.rst:77:    - ``$lte``: Matches values less than or equal to a specified value.
pdal-2.2.0+ds/doc/stages/filters.mongo.rst:78:    - ``$ne``: Matches values not equal to a specified value.
pdal-2.2.0+ds/doc/stages/filters.mongo.rst:79:    - ``$in``: Matches any of the values specified in the array.
pdal-2.2.0+ds/doc/stages/filters.mongo.rst:80:    - ``$nin``: Matches none of the values specified in the array.
pdal-2.2.0+ds/doc/stages/filters.mongo.rst-81-
##############################################
pdal-2.2.0+ds/doc/stages/filters.mongo.rst-83-array of operands.  An *operand* is either a numeric constant or a string
pdal-2.2.0+ds/doc/stages/filters.mongo.rst:84:representing a dimension name.  For all comparison operators except for ``$in``
pdal-2.2.0+ds/doc/stages/filters.mongo.rst:85:and ``$nin``, the comparison value must be a single operand.  For ``$in`` and
pdal-2.2.0+ds/doc/stages/filters.mongo.rst:86:``$nin``, the value must be an array of operands.
pdal-2.2.0+ds/doc/stages/filters.mongo.rst-87-
##############################################
pdal-2.2.0+ds/doc/stages/filters.mongo.rst-102-
pdal-2.2.0+ds/doc/stages/filters.mongo.rst:103:The ``$eq`` comparison operator may be implicitly invoked by setting an
pdal-2.2.0+ds/doc/stages/filters.mongo.rst-104-attribute name directly to a value.
##############################################
pdal-2.2.0+ds/doc/stages/filters.mongo.rst-114-
pdal-2.2.0+ds/doc/stages/filters.mongo.rst:115:    - ``$and``: Applies a logical **and** on the expressions of the array and
pdal-2.2.0+ds/doc/stages/filters.mongo.rst-116-      returns a match only if all expressions match.
pdal-2.2.0+ds/doc/stages/filters.mongo.rst:117:    - ``$not``: Inverts the value of the single sub-expression.
pdal-2.2.0+ds/doc/stages/filters.mongo.rst:118:    - ``$nor``: Applies a logical **nor** on the expressions of the array and
pdal-2.2.0+ds/doc/stages/filters.mongo.rst-119-      returns a match only if all expressions fail to match.
pdal-2.2.0+ds/doc/stages/filters.mongo.rst:120:    - ``$nor``: Applies a logical **or** on the expressions of the array and
pdal-2.2.0+ds/doc/stages/filters.mongo.rst-121-      returns a match if any of the expressions match.
##############################################
pdal-2.2.0+ds/doc/stages/filters.mongo.rst-123-Logical operators are used to logically combine sub-expressions.  All logical
pdal-2.2.0+ds/doc/stages/filters.mongo.rst:124:operators except for ``$not`` are applied to arrays of expressions.
pdal-2.2.0+ds/doc/stages/filters.mongo.rst:125:``$not`` is applied to a single expression and negates its result.
pdal-2.2.0+ds/doc/stages/filters.mongo.rst-126-
##############################################
pdal-2.2.0+ds/doc/workshop/exercises/batch_processing/batch-processing.rst-47-
pdal-2.2.0+ds/doc/workshop/exercises/batch_processing/batch-processing.rst:48:Note the use of the `$($_.BaseName)` syntax for the files passed. This option on the `$($_)` shortcut for
pdal-2.2.0+ds/doc/workshop/exercises/batch_processing/batch-processing.rst-49-the full filename, removes the directory and the extension on the file and allows the user to set
##############################################
pdal-2.2.0+ds/doc/java.rst-183-Only Java development purposes compilation:
pdal-2.2.0+ds/doc/java.rst:184:  1. Provide ``$LD_LIBRARY_PATH`` or ``$DYLD_LIBRARY_PATH``
pdal-2.2.0+ds/doc/java.rst-185-  2. If you don't want to provide global variable you can pass ``-Djava.library.path=<path>`` into sbt:
##############################################
pdal-2.2.0+ds/examples/CMakeLists.txt-11-set (ROOT_DIR "${PROJECT_SOURCE_DIR}/..")
pdal-2.2.0+ds/examples/CMakeLists.txt:12:include (${ROOT_DIR}/cmake/common.cmake NO_POLICY_SCOPE)
pdal-2.2.0+ds/examples/CMakeLists.txt:13:include (${ROOT_DIR}/cmake/examples.cmake)
pdal-2.2.0+ds/examples/CMakeLists.txt:14:include (${ROOT_DIR}/cmake/dimension.cmake)
pdal-2.2.0+ds/examples/CMakeLists.txt:15:include (${ROOT_DIR}/cmake/nlohmann.cmake)
pdal-2.2.0+ds/examples/CMakeLists.txt-16-
##############################################
pdal-2.2.0+ds/io/LasVLR.cpp-144-            auto ctx = FileUtils::mapFile(filename, true, 0, fileSize);
pdal-2.2.0+ds/io/LasVLR.cpp:145:            if (ctx.addr())
pdal-2.2.0+ds/io/LasVLR.cpp-146-            {
pdal-2.2.0+ds/io/LasVLR.cpp:147:                uint8_t *addr = reinterpret_cast<uint8_t *>(ctx.addr());
pdal-2.2.0+ds/io/LasVLR.cpp-148-                data.insert(data.begin(), addr, addr + fileSize);
##############################################
pdal-2.2.0+ds/io/LasVLR.cpp-150-            FileUtils::unmapFile(ctx);
pdal-2.2.0+ds/io/LasVLR.cpp:151:            if (!ctx.addr())
pdal-2.2.0+ds/io/LasVLR.cpp-152-                throw pdal_error("Couldn't open file '" + filename + "' "
##############################################
pdal-2.2.0+ds/package.sh-21-
pdal-2.2.0+ds/package.sh:22:CONTAINERID=`$CONTAINERRUN`
pdal-2.2.0+ds/package.sh-23-cat > docker-package.sh << "EOF"
##############################################
pdal-2.2.0+ds/package.sh-68-        fi
pdal-2.2.0+ds/package.sh:69:        `md5sum $filename > $filename.md5`
pdal-2.2.0+ds/package.sh:70:        `sha256sum $filename > $filename.sha256sum`
pdal-2.2.0+ds/package.sh:71:        `sha512sum $filename > $filename.sha512sum`
pdal-2.2.0+ds/package.sh-72-        cp $filename $OUTPUTDIR
##############################################
pdal-2.2.0+ds/pdal/PDALUtils.cpp-427-    Dl_info info;
pdal-2.2.0+ds/pdal/PDALUtils.cpp:428:    if (dladdr((const void *)dllDir, &info))
pdal-2.2.0+ds/pdal/PDALUtils.cpp-429-        s = info.dli_fname;
##############################################
pdal-2.2.0+ds/pdal/util/CMakeLists.txt-8-
pdal-2.2.0+ds/pdal/util/CMakeLists.txt:9:include(${PDAL_CMAKE_DIR}/execinfo.cmake)
pdal-2.2.0+ds/pdal/util/CMakeLists.txt:10:include(${PDAL_CMAKE_DIR}/unwind.cmake)
pdal-2.2.0+ds/pdal/util/CMakeLists.txt-11-
##############################################
pdal-2.2.0+ds/pdal/util/FileUtils.hpp-279-    public:
pdal-2.2.0+ds/pdal/util/FileUtils.hpp:280:        MapContext() : m_fd(-1), m_addr(nullptr)
pdal-2.2.0+ds/pdal/util/FileUtils.hpp-281-        {}
pdal-2.2.0+ds/pdal/util/FileUtils.hpp-282-
pdal-2.2.0+ds/pdal/util/FileUtils.hpp:283:        void *addr() const
pdal-2.2.0+ds/pdal/util/FileUtils.hpp-284-        { return m_addr; }
##############################################
pdal-2.2.0+ds/pdal/util/FileUtils.hpp-301-      \param size      Number of bytes in file to map.
pdal-2.2.0+ds/pdal/util/FileUtils.hpp:302:      \return  MapContext.  addr() gets the mapped address.  what() gets
pdal-2.2.0+ds/pdal/util/FileUtils.hpp:303:         any error message.  addr() returns nullptr on error.
pdal-2.2.0+ds/pdal/util/FileUtils.hpp-304-    */
##############################################
pdal-2.2.0+ds/pdal/util/private/BacktraceExecinfo.cpp-57-        Dl_info info;
pdal-2.2.0+ds/pdal/util/private/BacktraceExecinfo.cpp:58:        if (dladdr(entry.addr, &info))
pdal-2.2.0+ds/pdal/util/private/BacktraceExecinfo.cpp-59-        {
##############################################
pdal-2.2.0+ds/pdal/util/private/BacktraceImpl.hpp-47-{
pdal-2.2.0+ds/pdal/util/private/BacktraceImpl.hpp:48:    BacktraceEntry() : addr(nullptr), offset(0)
pdal-2.2.0+ds/pdal/util/private/BacktraceImpl.hpp-49-    {}
##############################################
pdal-2.2.0+ds/pdal/util/private/BacktraceUnwind.cpp-73-        Dl_info info;
pdal-2.2.0+ds/pdal/util/private/BacktraceUnwind.cpp:74:        if (dladdr(entry.addr, &info))
pdal-2.2.0+ds/pdal/util/private/BacktraceUnwind.cpp-75-            entry.libname = info.dli_fname;
##############################################
pdal-2.2.0+ds/plugins/CMakeLists.txt:1:include(${PDAL_CMAKE_DIR}/test.cmake)
pdal-2.2.0+ds/plugins/CMakeLists.txt-2-
##############################################
pdal-2.2.0+ds/plugins/geowave/CMakeLists.txt-4-
pdal-2.2.0+ds/plugins/geowave/CMakeLists.txt:5:include(${PDAL_CMAKE_DIR}/jni.cmake)
pdal-2.2.0+ds/plugins/geowave/CMakeLists.txt:6:include(${PDAL_CMAKE_DIR}/jace.cmake)
pdal-2.2.0+ds/plugins/geowave/CMakeLists.txt:7:include(${PDAL_CMAKE_DIR}/geowave.cmake)
pdal-2.2.0+ds/plugins/geowave/CMakeLists.txt-8-
##############################################
pdal-2.2.0+ds/plugins/hdf/CMakeLists.txt-4-
pdal-2.2.0+ds/plugins/hdf/CMakeLists.txt:5:include (${PDAL_CMAKE_DIR}/hdf5.cmake)
pdal-2.2.0+ds/plugins/hdf/CMakeLists.txt-6-
##############################################
pdal-2.2.0+ds/plugins/i3s/CMakeLists.txt:1:include(${PDAL_CMAKE_DIR}/zlib.cmake)
pdal-2.2.0+ds/plugins/i3s/CMakeLists.txt-2-
##############################################
pdal-2.2.0+ds/plugins/i3s/io/SlpkReader.cpp-66-    m_ctx = FileUtils::mapFile(m_filename, true, 0 , fileSize);
pdal-2.2.0+ds/plugins/i3s/io/SlpkReader.cpp:67:    if (m_ctx.addr() == nullptr)
pdal-2.2.0+ds/plugins/i3s/io/SlpkReader.cpp-68-        throwError("Error mapping file SLPK file '" + m_filename +
##############################################
pdal-2.2.0+ds/plugins/i3s/io/SlpkReader.cpp-146-    std::string output;
pdal-2.2.0+ds/plugins/i3s/io/SlpkReader.cpp:147:    const char *c = reinterpret_cast<const char *>(m_ctx.addr()) + loc.m_pos;
pdal-2.2.0+ds/plugins/i3s/io/SlpkReader.cpp-148-    m_decomp.decompress<std::string>(output, c, loc.m_length);
##############################################
pdal-2.2.0+ds/plugins/i3s/io/SlpkReader.cpp-165-
pdal-2.2.0+ds/plugins/i3s/io/SlpkReader.cpp:166:    const char *c = reinterpret_cast<const char *>(m_ctx.addr()) + loc.m_pos;
pdal-2.2.0+ds/plugins/i3s/io/SlpkReader.cpp-167-    if (FileUtils::extension(url) != ".gz")
##############################################
pdal-2.2.0+ds/plugins/icebridge/CMakeLists.txt-4-
pdal-2.2.0+ds/plugins/icebridge/CMakeLists.txt:5:include (${PDAL_CMAKE_DIR}/hdf5.cmake)
pdal-2.2.0+ds/plugins/icebridge/CMakeLists.txt-6-
##############################################
pdal-2.2.0+ds/plugins/matlab/CMakeLists.txt-2-
pdal-2.2.0+ds/plugins/matlab/CMakeLists.txt:3:include(${PDAL_CMAKE_DIR}/matlab.cmake)
pdal-2.2.0+ds/plugins/matlab/CMakeLists.txt-4-
##############################################
pdal-2.2.0+ds/plugins/nitf/CMakeLists.txt-3-#
pdal-2.2.0+ds/plugins/nitf/CMakeLists.txt:4:include(${PDAL_CMAKE_DIR}/nitro.cmake)
pdal-2.2.0+ds/plugins/nitf/CMakeLists.txt-5-if (NOT NITRO_FOUND)
##############################################
pdal-2.2.0+ds/plugins/openscenegraph/CMakeLists.txt-4-
pdal-2.2.0+ds/plugins/openscenegraph/CMakeLists.txt:5:include (${PDAL_CMAKE_DIR}/openscenegraph.cmake)
pdal-2.2.0+ds/plugins/openscenegraph/CMakeLists.txt-6-
##############################################
pdal-2.2.0+ds/plugins/pgpointcloud/CMakeLists.txt-3-#
pdal-2.2.0+ds/plugins/pgpointcloud/CMakeLists.txt:4:include(${PDAL_CMAKE_DIR}/postgres.cmake)
pdal-2.2.0+ds/plugins/pgpointcloud/CMakeLists.txt-5-
##############################################
pdal-2.2.0+ds/plugins/tiledb/CMakeLists.txt-3-#
pdal-2.2.0+ds/plugins/tiledb/CMakeLists.txt:4:include(${PDAL_CMAKE_DIR}/tiledb.cmake)
pdal-2.2.0+ds/plugins/tiledb/CMakeLists.txt-5-if (NOT TILEDB_FOUND)
##############################################
pdal-2.2.0+ds/test/CMakeLists.txt-8-
pdal-2.2.0+ds/test/CMakeLists.txt:9:include (${PDAL_CMAKE_DIR}/test.cmake)
pdal-2.2.0+ds/test/CMakeLists.txt-10-
##############################################
pdal-2.2.0+ds/tools/lasdump/CMakeLists.txt-12-    include(FeatureSummary)
pdal-2.2.0+ds/tools/lasdump/CMakeLists.txt:13:    include(${ROOT_DIR}/cmake/common.cmake NO_POLICY_SCOPE)
pdal-2.2.0+ds/tools/lasdump/CMakeLists.txt-14-    set(PDAL_UTIL_LIB_NAME pdal_util)
##############################################
pdal-2.2.0+ds/tools/lasdump/CMakeLists.txt-19-#
pdal-2.2.0+ds/tools/lasdump/CMakeLists.txt:20:include(${PDAL_CMAKE_DIR}/laszip.cmake)
pdal-2.2.0+ds/tools/lasdump/CMakeLists.txt-21-
##############################################
pdal-2.2.0+ds/tools/nitfwrap/CMakeLists.txt:1:include(${ROOT_DIR}/cmake/common.cmake NO_POLICY_SCOPE)
pdal-2.2.0+ds/tools/nitfwrap/CMakeLists.txt:2:include(${PDAL_CMAKE_DIR}/nitro.cmake)
pdal-2.2.0+ds/tools/nitfwrap/CMakeLists.txt-3-
##############################################
pdal-2.2.0+ds/vendor/eigen/Eigen/src/Core/arch/NEON/PacketMath.h-198-  Packet4f r = c;
pdal-2.2.0+ds/vendor/eigen/Eigen/src/Core/arch/NEON/PacketMath.h:199:  asm volatile(
pdal-2.2.0+ds/vendor/eigen/Eigen/src/Core/arch/NEON/PacketMath.h-200-    "vmla.f32 %q[r], %q[a], %q[b]"
##############################################
pdal-2.2.0+ds/vendor/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h-972-              EIGEN_ASM_COMMENT("begin step of gebp micro kernel 3pX4"); \
pdal-2.2.0+ds/vendor/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h:973:              EIGEN_ASM_COMMENT("Note: these asm comments work around bug 935!"); \
pdal-2.2.0+ds/vendor/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h-974-              internal::prefetch(blA+(3*K+16)*LhsProgress); \
##############################################
pdal-2.2.0+ds/vendor/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h-1098-              EIGEN_ASM_COMMENT("begin step of gebp micro kernel 3pX1"); \
pdal-2.2.0+ds/vendor/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1099:              EIGEN_ASM_COMMENT("Note: these asm comments work around bug 935!"); \
pdal-2.2.0+ds/vendor/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h-1100-              traits.loadLhs(&blA[(0+3*K)*LhsProgress], A0);  \
##############################################
pdal-2.2.0+ds/vendor/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h-1202-              EIGEN_ASM_COMMENT("begin step of gebp micro kernel 2pX4");        \
pdal-2.2.0+ds/vendor/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1203:              EIGEN_ASM_COMMENT("Note: these asm comments work around bug 935!"); \
pdal-2.2.0+ds/vendor/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h-1204-              traits.loadLhs(&blA[(0+2*K)*LhsProgress], A0);                    \
##############################################
pdal-2.2.0+ds/vendor/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h-1303-              EIGEN_ASM_COMMENT("begin step of gebp micro kernel 2pX1");          \
pdal-2.2.0+ds/vendor/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1304:              EIGEN_ASM_COMMENT("Note: these asm comments work around bug 935!"); \
pdal-2.2.0+ds/vendor/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h-1305-              traits.loadLhs(&blA[(0+2*K)*LhsProgress], A0);                      \
##############################################
pdal-2.2.0+ds/vendor/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h-1394-              EIGEN_ASM_COMMENT("begin step of gebp micro kernel 1pX4");        \
pdal-2.2.0+ds/vendor/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1395:              EIGEN_ASM_COMMENT("Note: these asm comments work around bug 935!"); \
pdal-2.2.0+ds/vendor/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h-1396-              traits.loadLhs(&blA[(0+1*K)*LhsProgress], A0);                    \
##############################################
pdal-2.2.0+ds/vendor/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h-1473-              EIGEN_ASM_COMMENT("begin step of gebp micro kernel 1pX1");        \
pdal-2.2.0+ds/vendor/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1474:              EIGEN_ASM_COMMENT("Note: these asm comments work around bug 935!"); \
pdal-2.2.0+ds/vendor/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h-1475-              traits.loadLhs(&blA[(0+1*K)*LhsProgress], A0);                    \
##############################################
pdal-2.2.0+ds/vendor/eigen/Eigen/src/Eigen2Support/LeastSquares.h-112-  * \f[ r_0 x_0 + \cdots + r_{n-1}x_{n-1} + r_n = 0, \f]
pdal-2.2.0+ds/vendor/eigen/Eigen/src/Eigen2Support/LeastSquares.h:113:  * where \f$n=Size\f$, \f$r_i=retCoefficients[i]\f$, and we denote by
pdal-2.2.0+ds/vendor/eigen/Eigen/src/Eigen2Support/LeastSquares.h-114-  * \f$x_0,\ldots,x_{n-1}\f$ the n coordinates in the n-dimensional space.
##############################################
pdal-2.2.0+ds/vendor/eigen/Eigen/src/Eigenvalues/Tridiagonalization.h-337-  *       \f$ H_i = (I - h_i v_i v_i^T) \f$
pdal-2.2.0+ds/vendor/eigen/Eigen/src/Eigenvalues/Tridiagonalization.h:338:  * where \f$ h_i = hCoeffs[i]\f$ is the \f$ i \f$th Householder coefficient and
pdal-2.2.0+ds/vendor/eigen/Eigen/src/Eigenvalues/Tridiagonalization.h-339-  * \f$ v_i \f$ is the Householder vector defined by
##############################################
pdal-2.2.0+ds/vendor/gtest/cmake/Config.cmake.in-7-
pdal-2.2.0+ds/vendor/gtest/cmake/Config.cmake.in:8:include("${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake")
pdal-2.2.0+ds/vendor/gtest/cmake/Config.cmake.in-9-check_required_components("@project_name@")
##############################################
pdal-2.2.0+ds/vendor/gtest/docs/PumpManual.md-48-
pdal-2.2.0+ds/vendor/gtest/docs/PumpManual.md:49:The following Pump code (where meta keywords start with `$`, `[[` and `]]` are meta brackets, and `$$` starts a meta comment that ends with the line):
pdal-2.2.0+ds/vendor/gtest/docs/PumpManual.md-50-
##############################################
pdal-2.2.0+ds/vendor/gtest/docs/PumpManual.md-121-
pdal-2.2.0+ds/vendor/gtest/docs/PumpManual.md:122:| `$var id = exp` | Defines a named constant value. `$id` is valid util the end of the current meta lexical block. |
pdal-2.2.0+ds/vendor/gtest/docs/PumpManual.md-123-|:----------------|:-----------------------------------------------------------------------------------------------|
pdal-2.2.0+ds/vendor/gtest/docs/PumpManual.md:124:| `$range id exp..exp` | Sets the range of an iteration variable, which can be reused in multiple loops later.          |
pdal-2.2.0+ds/vendor/gtest/docs/PumpManual.md:125:| `$for id sep [[ code ]]` | Iteration. The range of `id` must have been defined earlier. `$id` is valid in `code`.         |
pdal-2.2.0+ds/vendor/gtest/docs/PumpManual.md:126:| `$($)`          | Generates a single `$` character.                                                              |
pdal-2.2.0+ds/vendor/gtest/docs/PumpManual.md:127:| `$id`           | Value of the named constant or iteration variable.                                             |
pdal-2.2.0+ds/vendor/gtest/docs/PumpManual.md:128:| `$(exp)`        | Value of the expression.                                                                       |
pdal-2.2.0+ds/vendor/gtest/docs/PumpManual.md:129:| `$if exp [[ code ]] else_branch` | Conditional.                                                                                   |
pdal-2.2.0+ds/vendor/gtest/docs/PumpManual.md-130-| `[[ code ]]`    | Meta lexical block.                                                                            |
pdal-2.2.0+ds/vendor/gtest/docs/PumpManual.md-131-| `cpp_code`      | Raw C++ code.                                                                                  |
pdal-2.2.0+ds/vendor/gtest/docs/PumpManual.md:132:| `$$ comment`    | Meta comment.                                                                                  |
pdal-2.2.0+ds/vendor/gtest/docs/PumpManual.md-133-
pdal-2.2.0+ds/vendor/gtest/docs/PumpManual.md-134-**Note:** To give the user some freedom in formatting the Pump source
pdal-2.2.0+ds/vendor/gtest/docs/PumpManual.md:135:code, Pump ignores a new-line character if it's right after `$for foo`
pdal-2.2.0+ds/vendor/gtest/docs/PumpManual.md-136-or next to `[[` or `]]`. Without this rule you'll often be forced to write
##############################################
pdal-2.2.0+ds/vendor/gtest/docs/PumpManual.md-175-
pdal-2.2.0+ds/vendor/gtest/docs/PumpManual.md:176:  * If a meta variable is followed by a letter or digit, you can separate them using `[[]]`, which inserts an empty string. For example `Foo$j[[]]Helper` generate `Foo1Helper` when `j` is 1.
pdal-2.2.0+ds/vendor/gtest/docs/PumpManual.md-177-  * To avoid extra-long Pump source lines, you can break a line anywhere you want by inserting `[[]]` followed by a new line. Since any new-line character next to `[[` or `]]` is ignored, the generated code won't contain this new line.
##############################################
pdal-2.2.0+ds/vendor/gtest/m4/gtest.m4-58-   AS_IF([test "x${HAVE_GTEST}" = "xyes"],
pdal-2.2.0+ds/vendor/gtest/m4/gtest.m4:59:     [GTEST_CPPFLAGS=`${GTEST_CONFIG} --cppflags`
pdal-2.2.0+ds/vendor/gtest/m4/gtest.m4:60:      GTEST_CXXFLAGS=`${GTEST_CONFIG} --cxxflags`
pdal-2.2.0+ds/vendor/gtest/m4/gtest.m4:61:      GTEST_LDFLAGS=`${GTEST_CONFIG} --ldflags`
pdal-2.2.0+ds/vendor/gtest/m4/gtest.m4:62:      GTEST_LIBS=`${GTEST_CONFIG} --libs`
pdal-2.2.0+ds/vendor/gtest/m4/gtest.m4:63:      GTEST_VERSION=`${GTEST_CONFIG} --version`
pdal-2.2.0+ds/vendor/gtest/m4/gtest.m4-64-      AC_DEFINE([HAVE_GTEST],[1],[Defined when Google Test is available.])],
##############################################
pdal-2.2.0+ds/vendor/gtest/scripts/gtest-config.in-205-bindir="@bindir@"
pdal-2.2.0+ds/vendor/gtest/scripts/gtest-config.in:206:this_relative_bindir=`dirname $0`
pdal-2.2.0+ds/vendor/gtest/scripts/gtest-config.in:207:this_bindir=`cd ${this_relative_bindir}; pwd -P`
pdal-2.2.0+ds/vendor/gtest/scripts/gtest-config.in-208-if test "${this_bindir}" = "${this_bindir%${bindir}}"; then
##############################################
pdal-2.2.0+ds/vendor/gtest/scripts/gtest-config.in-210-  # assume that we are in a build tree.
pdal-2.2.0+ds/vendor/gtest/scripts/gtest-config.in:211:  build_dir=`dirname ${this_bindir}`
pdal-2.2.0+ds/vendor/gtest/scripts/gtest-config.in:212:  src_dir=`cd ${this_bindir}; cd @top_srcdir@; pwd -P`
pdal-2.2.0+ds/vendor/gtest/scripts/gtest-config.in-213-
##############################################
pdal-2.2.0+ds/vendor/gtest/src/gtest.cc-3191-  } else {
pdal-2.2.0+ds/vendor/gtest/src/gtest.cc:3192:    printf(", where %s = %s\n", kTypeParamLabel, test_case.type_param());
pdal-2.2.0+ds/vendor/gtest/src/gtest.cc-3193-  }
##############################################
pdal-2.2.0+ds/vendor/gtest/src/gtest.cc-3205-  } else {
pdal-2.2.0+ds/vendor/gtest/src/gtest.cc:3206:    printf(", where %s = %s\n", kTypeParamLabel, test_suite.type_param());
pdal-2.2.0+ds/vendor/gtest/src/gtest.cc-3207-  }
##############################################
pdal-2.2.0+ds/vendor/gtest/src/gtest.cc-5582-            // the output easy to parse by a program.
pdal-2.2.0+ds/vendor/gtest/src/gtest.cc:5583:            PrintOnOneLine(test_suite->type_param(), kMaxParamLength);
pdal-2.2.0+ds/vendor/gtest/src/gtest.cc-5584-          }
##############################################
pdal-2.2.0+ds/vendor/gtest/src/gtest.cc-5591-          // output easy to parse by a program.
pdal-2.2.0+ds/vendor/gtest/src/gtest.cc:5592:          PrintOnOneLine(test_info->value_param(), kMaxParamLength);
pdal-2.2.0+ds/vendor/gtest/src/gtest.cc-5593-        }
##############################################
pdal-2.2.0+ds/vendor/gtest/test/googletest-param-test-test.cc-788-
pdal-2.2.0+ds/vendor/gtest/test/googletest-param-test-test.cc:789:  EXPECT_EQ(::testing::PrintToString(GetParam()), test_info->value_param());
pdal-2.2.0+ds/vendor/gtest/test/googletest-param-test-test.cc-790-}
##############################################
pdal-2.2.0+ds/vendor/gtest/test/googletest-param-test-test.cc-979-
pdal-2.2.0+ds/vendor/gtest/test/googletest-param-test-test.cc:980:  EXPECT_EQ(::testing::PrintToString(GetParam()), test_info->value_param());
pdal-2.2.0+ds/vendor/gtest/test/googletest-param-test-test.cc-981-}
##############################################
pdal-2.2.0+ds/vendor/pdalboost/boost/atomic/detail/config.hpp-48-#if defined(__CUDACC__)
pdal-2.2.0+ds/vendor/pdalboost/boost/atomic/detail/config.hpp:49:// nvcc does not support alternatives in asm statement constraints
pdal-2.2.0+ds/vendor/pdalboost/boost/atomic/detail/config.hpp-50-#define BOOST_ATOMIC_DETAIL_NO_ASM_CONSTRAINT_ALTERNATIVES
pdal-2.2.0+ds/vendor/pdalboost/boost/atomic/detail/config.hpp:51:// nvcc does not support condition code register ("cc") clobber in asm statements
pdal-2.2.0+ds/vendor/pdalboost/boost/atomic/detail/config.hpp-52-#define BOOST_ATOMIC_DETAIL_NO_ASM_CLOBBER_CC
##############################################
pdal-2.2.0+ds/vendor/pdalboost/boost/atomic/detail/config.hpp-70-#if defined(__clang__) || (defined(BOOST_GCC) && (BOOST_GCC+0) < 40500)
pdal-2.2.0+ds/vendor/pdalboost/boost/atomic/detail/config.hpp:71:// This macro indicates that the compiler does not support allocating rax:rdx register pairs ("A") in asm blocks
pdal-2.2.0+ds/vendor/pdalboost/boost/atomic/detail/config.hpp-72-#define BOOST_ATOMIC_DETAIL_NO_ASM_RAX_RDX_PAIRS
##############################################
pdal-2.2.0+ds/debian/rules-40-	  docbook2x-man --string-param header-3="$(BUILD_DATE)" $$x ; \
pdal-2.2.0+ds/debian/rules:41:	  mv `basename $$x | sed 's/.xml$$//'` `dirname $$x` ; \
pdal-2.2.0+ds/debian/rules-42-	done
##############################################
pdal-2.2.0+ds/.pc/privacy-breach.patch/doc/java.rst-188-Only Java development purposes compilation:
pdal-2.2.0+ds/.pc/privacy-breach.patch/doc/java.rst:189:  1. Provide ``$LD_LIBRARY_PATH`` or ``$DYLD_LIBRARY_PATH``
pdal-2.2.0+ds/.pc/privacy-breach.patch/doc/java.rst-190-  2. If you don't want to provide global variable you can pass ``-Djava.library.path=<path>`` into sbt: