HomeSort by: relevance | last modified time | path
    Searched refs:CPU_VERSION (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/
config 752 CPU_VERSION=`(getconf CPU_VERSION) 2>/dev/null`
753 CPU_VERSION=${CPU_VERSION:-0}
754 # See <sys/unistd.h> for further info on CPU_VERSION.
755 if [ $CPU_VERSION -ge 768 ]; then # IA-64 CPU
761 elif [ $CPU_VERSION -ge 532 ]; then # PA-RISC 2.x CPU
775 elif [ $CPU_VERSION -ge 528 ]; then # PA-RISC 1.1+ CPU
777 elif [ $CPU_VERSION -ge 523 ]; then # PA-RISC 1.0 CPU
  /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
config.pm 868 # See <sys/unistd.h> for further info on CPU_VERSION.
869 my $CPU_VERSION = `getconf CPU_VERSION 2>/dev/null` // 0;
870 if ( $CPU_VERSION >= 768 ) {
878 if ( $CPU_VERSION >= 532 ) {
899 %common_return } if $CPU_VERSION >= 528;
902 %common_return } if $CPU_VERSION >= 523;
  /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
config.pm 849 # See <sys/unistd.h> for further info on CPU_VERSION.
850 my $CPU_VERSION = `getconf CPU_VERSION 2>/dev/null` // 0;
851 if ( $CPU_VERSION >= 768 ) {
859 if ( $CPU_VERSION >= 532 ) {
880 %common_return } if $CPU_VERSION >= 528;
883 %common_return } if $CPU_VERSION >= 523;

Completed in 25 milliseconds