Searched refs:ISA (Results 1 - 25 of 56) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A DDES.pm5 @ISA = qw(Exporter DynaLoader);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/
H A DDES.pm5 @ISA = qw(Exporter DynaLoader);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/des/
H A DDES.pm5 @ISA = qw(Exporter DynaLoader);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/ip2/
H A Dip2types.h31 #define ISA 0 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DHTTPTest.pm9 our @ISA = qw(WgetTest);
H A DFTPTest.pm9 our @ISA = qw(WgetTest);
H A DHTTPServer.pm11 our @ISA=qw(HTTP::Daemon);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/packaging/SGI/
H A Dmkrelease.sh15 ISA=-mips3
27 export SGI_ABI ISA CC
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/perl/Perf-Trace-Util/lib/Perf/Trace/
H A DContext.pm9 our @ISA = qw(Exporter);
H A DUtil.pm9 our @ISA = qw(Exporter);
H A DCore.pm9 our @ISA = qw(Exporter);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.pm17 use vars qw($VERSION @ISA @EXPORT $AUTOLOAD
33 @ISA = qw(DynaLoader);
37 @ISA = qw(Exporter DynaLoader);
874 use vars qw(@ISA) ;
875 @ISA = qw( BerkeleyDB::Common BerkeleyDB::_tiedHash ) ;
939 use vars qw(@ISA) ;
940 @ISA = qw( BerkeleyDB::Common BerkeleyDB::_tiedHash ) ;
998 use vars qw(@ISA) ;
999 @ISA = qw( BerkeleyDB::Common BerkeleyDB::_tiedArray ) ;
1064 use vars qw(@ISA) ;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/
H A Dserverhelp.pm34 @ISA
42 @ISA = qw(Exporter);
H A Dsshhelp.pm35 @ISA
63 @ISA = qw(Exporter);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/
H A Dconfig523 ISA=`awk '/cpu model/{print$4;exit(0);}' /proc/cpuinfo`
524 case ${ISA:-generic} in
529 case ${ISA:-generic} in
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/
H A Dconfig576 ISA=`awk '/cpu model/{print$4;exit(0);}' /proc/cpuinfo`
577 case ${ISA:-generic} in
582 case ${ISA:-generic} in
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/
H A Dconfig576 ISA=`awk '/cpu model/{print$4;exit(0);}' /proc/cpuinfo`
577 case ${ISA:-generic} in
582 case ${ISA:-generic} in
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Deata.c58 * + Added new options for selectively probing ISA, EISA and PCI bus:
80 * multiple ISA/EISA boards, all but the first one
223 * Improved detection of PCI boards using ISA base addresses.
292 * Added support for ISA EATA boards (DPT PM2011, DPT PM2021).
293 * The host->block flag is set for all the detected ISA boards.
330 * PM2011B/9X - Entry Level ISA
331 * PM2021A/9X - High Performance ISA
337 * PM3021 - SmartRAID Adapter for ISA
367 * Multiple ISA, EISA and PCI boards can be configured in the same system.
369 * the PCI boards on another IRQ level, while ISA board
535 #define ISA macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/
H A Dsmbldap_tools.pm54 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS);
58 @ISA = qw(Exporter);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/
H A DMakefile.in136 FLAGS = $(ISA) $(FLAGS5) -I$(srcdir)/lib -D_SAMBA_BUILD_=3
H A DMakefile136 FLAGS = $(ISA) $(FLAGS5) -I$(srcdir)/lib -D_SAMBA_BUILD_=3
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/modes/asm/
H A Dghash-armv4.pl243 bx lr @ interoperable with Thumb ISA:-)
320 bx lr @ interoperable with Thumb ISA:-)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/modes/asm/
H A Dghash-armv4.pl243 bx lr @ interoperable with Thumb ISA:-)
320 bx lr @ interoperable with Thumb ISA:-)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/sha/asm/
H A Dsha1-thumb.pl114 bx r3 @ switch to Thumb ISA
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Dhash.t659 use vars qw( @ISA @EXPORT) ;
663 @ISA=qw(BerkeleyDB BerkeleyDB::Hash);

Completed in 313 milliseconds

123