Home
last modified time | relevance | path

Searched refs:AUTOLOAD (Results 1 - 25 of 33) sorted by relevance

12

/third_party/cups-filters/scripting/perl/
H A DCUPS.pm56 sub AUTOLOAD { subroutine
57 # This AUTOLOAD is used to 'autoload' constants from the constant()
59 # to the AUTOLOAD in AutoLoader.
62 our $AUTOLOAD;
63 ($constname = $AUTOLOAD) =~ s/.*:://;
68 $AutoLoader::AUTOLOAD = $AUTOLOAD;
69 goto &AutoLoader::AUTOLOAD;
79 *$AUTOLOAD = sub () { $val };
82 *$AUTOLOAD
[all...]
/third_party/node/deps/openssl/openssl/crypto/perlasm/
H A Dx86asm.pl20 # AUTOLOAD is this context has quite unpleasant side effect, namely
24 sub ::AUTOLOAD
25 { my $opcode = $AUTOLOAD;
33 &generic($opcode,@_) or die "undefined subroutine \&$AUTOLOAD";
H A Ds390x.pm21 our @EXPORT_OK=qw(AUTOLOAD LABEL INCLUDE stfle stck);
109 our $AUTOLOAD;
131 sub AUTOLOAD { subroutine
134 for ($AUTOLOAD) {
/third_party/openssl/crypto/perlasm/
H A Dx86asm.pl20 # AUTOLOAD is this context has quite unpleasant side effect, namely
24 sub ::AUTOLOAD
25 { my $opcode = $AUTOLOAD;
33 &generic($opcode,@_) or die "undefined subroutine \&$AUTOLOAD";
H A Ds390x.pm21 our @EXPORT_OK=qw(AUTOLOAD LABEL INCLUDE stfle stck);
109 our $AUTOLOAD;
131 sub AUTOLOAD { subroutine
134 for ($AUTOLOAD) {
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A DOrdinals.pm891 our $AUTOLOAD;
894 sub AUTOLOAD { subroutine
896 my $funcname = $AUTOLOAD;
/third_party/openssl/util/perl/OpenSSL/
H A DOrdinals.pm891 our $AUTOLOAD;
894 sub AUTOLOAD { subroutine
896 my $funcname = $AUTOLOAD;
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha1-armv4-large.pl340 sub AUTOLOAD() # thunk [simplified] x86-style perlasm subroutine
341 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H A Dsha256-armv4.pl319 sub AUTOLOAD() # thunk [simplified] x86-style perlasm subroutine
320 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H A Dsha512-armv8.pl455 sub AUTOLOAD() # thunk [simplified] x86-style perlasm subroutine
456 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H A Dsha1-x86_64.pl576 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm subroutine
577 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
/third_party/openssl/crypto/sha/asm/
H A Dsha256-armv4.pl319 sub AUTOLOAD() # thunk [simplified] x86-style perlasm subroutine
320 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H A Dsha1-armv4-large.pl340 sub AUTOLOAD() # thunk [simplified] x86-style perlasm subroutine
341 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H A Dsha512-armv8.pl461 sub AUTOLOAD() # thunk [simplified] x86-style perlasm subroutine
462 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H A Dsha1-x86_64.pl576 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm subroutine
577 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daesni-sha1-x86_64.pl184 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm subroutine
185 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
H A Daesni-sha256-x86_64.pl291 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm subroutine
292 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
/third_party/node/deps/openssl/openssl/crypto/chacha/asm/
H A Dchacha-ppc.pl81 sub AUTOLOAD() # thunk [simplified] x86-style perlasm subroutine
82 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H A Dchacha-armv8.pl61 sub AUTOLOAD() # thunk [simplified] x86-style perlasm subroutine
62 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H A Dchacha-armv4.pl54 sub AUTOLOAD() # thunk [simplified] x86-style perlasm subroutine
55 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
/third_party/openssl/crypto/aes/asm/
H A Daesni-sha1-x86_64.pl184 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm subroutine
185 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
H A Daesni-sha256-x86_64.pl291 sub AUTOLOAD() # thunk [simplified] 32-bit style perlasm subroutine
292 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://;
/third_party/openssl/crypto/chacha/asm/
H A Dchacha-ppc.pl81 sub AUTOLOAD() # thunk [simplified] x86-style perlasm subroutine
82 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H A Dchacha-armv8.pl61 sub AUTOLOAD() # thunk [simplified] x86-style perlasm subroutine
62 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;
H A Dchacha-armv4.pl54 sub AUTOLOAD() # thunk [simplified] x86-style perlasm subroutine
55 { my $opcode = $AUTOLOAD; $opcode =~ s/.*:://; $opcode =~ s/_/\./;

Completed in 32 milliseconds

12