===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libmath-prime-util-gmp-perl-0.52/inc/Devel/CheckLib.pm-330-        $absexefile = '"'.$absexefile.'"' if $absexefile =~ m/\s/;
libmath-prime-util-gmp-perl-0.52/inc/Devel/CheckLib.pm:331:        push @wrongresult, $lib if $rv == 0 && -x $exefile && system($absexefile) != 0;
libmath-prime-util-gmp-perl-0.52/inc/Devel/CheckLib.pm-332-        unlink $ofile if -e $ofile;
##############################################
libmath-prime-util-gmp-perl-0.52/pbrent63.c-45-}
libmath-prime-util-gmp-perl-0.52/pbrent63.c:46:/* MULREDC asm from Ben Buhrow */
libmath-prime-util-gmp-perl-0.52/pbrent63.c-47-static INLINE uint64_t _mulredc63(uint64_t a, uint64_t b, uint64_t n, uint64_t npi) {
##############################################
libmath-prime-util-gmp-perl-0.52/pbrent63.c-71-  UV d, dummy;                    /* d will get a*b mod c */
libmath-prime-util-gmp-perl-0.52/pbrent63.c:72:  asm ("mulq %3\n\t"              /* mul a*b -> rdx:rax */
libmath-prime-util-gmp-perl-0.52/pbrent63.c-73-       "divq %4\n\t"              /* (a*b)/c -> quot in rax remainder in rdx */
##############################################
libmath-prime-util-gmp-perl-0.52/pbrent63.c-82-  a += b;
libmath-prime-util-gmp-perl-0.52/pbrent63.c:83:  asm ("add %2, %1\n\t"    /* t := t + b */
libmath-prime-util-gmp-perl-0.52/pbrent63.c-84-       "cmovc %1, %0\n\t"  /* if (carry) a := t */