OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AUTOLOAD
(Results
1 - 8
of
8
) 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/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/.*:://;
/external/openssl/crypto/sha/asm/
sha1-x86_64.pl
363
sub
AUTOLOAD
() # thunk [simplified] 32-bit style perlasm
364
{ my $opcode = $
AUTOLOAD
; $opcode =~ s/.*:://;
Completed in 349 milliseconds