HomeSort by relevance Sort by last modified time
    Searched refs:NASM (Results 1 - 6 of 6) sorted by null

  /external/dropbear/libtommath/etc/
timer.asm 1 ; x86 timer in NASM
  /external/openssl/crypto/perlasm/
x86asm.pl 230 elsif (($type eq "nw-nasm"))
246 win32n - Windows 95/Windows NT NASM format
247 nw-nasm - NetWare NASM format
  /external/qemu/distrib/sdl-1.2.15/build-scripts/
makedep.sh 72 \$(LIBTOOL) --tag=CC --mode=compile \$(auxdir)/strip_fPIC.sh \$(NASM) -I\$(srcdir)/src/hermes/ $src -o \$@
  /external/openssl/crypto/aes/asm/
aesni-sha1-x86_64.pl 65 $avx=1 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
66 `nasm -v 2>&1` =~ /NASM version ([2-9]\.[0-9]+)/ &&
  /external/openssl/crypto/sha/asm/
sha1-586.pl 116 `nasm -v 2>&1` =~ /NASM version ([2-9]\.[0-9]+)/ &&
    [all...]
sha1-x86_64.pl 78 $avx=1 if (!$avx && $win64 && ($flavour =~ /nasm/ || $ENV{ASM} =~ /nasm/) &&
79 `nasm -v 2>&1` =~ /NASM version ([2-9]\.[0-9]+)/ &&

Completed in 68 milliseconds