===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
r-cran-rcppparallel-5.0.2+dfsg/inst/include/tthread/fast_mutex.h-153-  #if defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__))
r-cran-rcppparallel-5.0.2+dfsg/inst/include/tthread/fast_mutex.h:154:      asm volatile (
r-cran-rcppparallel-5.0.2+dfsg/inst/include/tthread/fast_mutex.h-155-        "movl $1,%%eax\n\t"
##############################################
r-cran-rcppparallel-5.0.2+dfsg/inst/include/tthread/fast_mutex.h-163-      int *ptrLock = &mLock;
r-cran-rcppparallel-5.0.2+dfsg/inst/include/tthread/fast_mutex.h:164:      __asm {
r-cran-rcppparallel-5.0.2+dfsg/inst/include/tthread/fast_mutex.h-165-        mov eax,1
##############################################
r-cran-rcppparallel-5.0.2+dfsg/inst/include/tthread/fast_mutex.h-171-      int newLock = 1;
r-cran-rcppparallel-5.0.2+dfsg/inst/include/tthread/fast_mutex.h:172:      asm volatile (
r-cran-rcppparallel-5.0.2+dfsg/inst/include/tthread/fast_mutex.h-173-        "\n1:\n\t"
##############################################
r-cran-rcppparallel-5.0.2+dfsg/inst/include/tthread/fast_mutex.h-202-  #if defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__))
r-cran-rcppparallel-5.0.2+dfsg/inst/include/tthread/fast_mutex.h:203:      asm volatile (
r-cran-rcppparallel-5.0.2+dfsg/inst/include/tthread/fast_mutex.h-204-        "movl $0,%%eax\n\t"
##############################################
r-cran-rcppparallel-5.0.2+dfsg/inst/include/tthread/fast_mutex.h-211-      int *ptrLock = &mLock;
r-cran-rcppparallel-5.0.2+dfsg/inst/include/tthread/fast_mutex.h:212:      __asm {
r-cran-rcppparallel-5.0.2+dfsg/inst/include/tthread/fast_mutex.h-213-        mov eax,0
##############################################
r-cran-rcppparallel-5.0.2+dfsg/inst/include/tthread/fast_mutex.h-217-  #elif defined(__GNUC__) && (defined(__ppc__))
r-cran-rcppparallel-5.0.2+dfsg/inst/include/tthread/fast_mutex.h:218:      asm volatile (
r-cran-rcppparallel-5.0.2+dfsg/inst/include/tthread/fast_mutex.h-219-        "sync\n\t"  // Replace with lwsync where possible?
##############################################
r-cran-rcppparallel-5.0.2+dfsg/debian/tests/run-unit-test-6-if [ "$AUTOPKGTEST_TMP" = "" ] ; then
r-cran-rcppparallel-5.0.2+dfsg/debian/tests/run-unit-test:7:    AUTOPKGTEST_TMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
r-cran-rcppparallel-5.0.2+dfsg/debian/tests/run-unit-test-8-    trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM