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

  /external/chromium_org/third_party/openssl/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/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/chromium_org/third_party/openssl/openssl/crypto/modes/asm/
ghash-x86_64.pl 76 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm
77 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
  /external/openssl/crypto/modes/asm/
ghash-x86_64.pl 76 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm
77 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
  /external/openssl/crypto/sha/asm/
sha1-armv4-large.pl 284 sub AUTOLOAD() # thunk [simplified] x86-style perlasm
285 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
sha256-armv4.pl 264 sub AUTOLOAD() # thunk [simplified] x86-style perlasm
265 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
sha1-x86_64.pl 363 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm
364 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
  /external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/
aesni-sha1-x86_64.pl 120 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm
121 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha1-x86_64.pl 363 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm
364 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
  /external/openssl/crypto/aes/asm/
aesni-sha1-x86_64.pl 120 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm
121 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;

Completed in 355 milliseconds