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

  /external/openssl/crypto/perlasm/
x86asm.pl 13 # AUTOLOAD is this context has quite unpleasant side effect, namely
17 sub ::AUTOLOAD
18 { my $opcode = $AUTOLOAD;
26 &generic($opcode,@_) or die "undefined subroutine \&$AUTOLOAD";
  /external/openssl/crypto/modes/asm/
ghash-x86_64.pl 75 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm
76 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
  /external/openssl/crypto/aes/asm/
aesni-sha1-x86_64.pl 119 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm
120 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
  /external/openssl/crypto/sha/asm/
sha1-x86_64.pl 362 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm
363 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;

Completed in 602 milliseconds