OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISA64
(Results
1 - 11
of
11
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
config.pm
497
my $
ISA64
= `sysctl -n hw.optional.64bitops 2>/dev/null`;
498
if ( $
ISA64
== 1 && $KERNEL_BITS eq '' ) {
506
if $
ISA64
== 1 && $KERNEL_BITS eq '64';
513
my $
ISA64
= `sysctl -n hw.optional.x86_64 2>/dev/null`;
514
if ( $
ISA64
== 1 && $KERNEL_BITS eq '' ) {
522
if $
ISA64
== 1 && $KERNEL_BITS eq '64';
740
my $
ISA64
= `isainfo 2>/dev/null | grep sparcv9`;
742
if ( $
ISA64
ne "" && $KB eq '64' ) {
770
if $
ISA64
ne "" && $KB eq '64';
780
my $
ISA64
= `isainfo 2>/dev/null | grep amd64`
[
all
...]
/src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
config.pm
496
my $
ISA64
= `sysctl -n hw.optional.64bitops 2>/dev/null`;
497
if ( $
ISA64
== 1 && $KERNEL_BITS eq '' ) {
505
if $
ISA64
== 1 && $KERNEL_BITS eq '64';
512
my $
ISA64
= `sysctl -n hw.optional.x86_64 2>/dev/null`;
513
if ( $
ISA64
== 1 && $KERNEL_BITS eq '' ) {
521
if $
ISA64
== 1 && $KERNEL_BITS eq '64';
728
my $
ISA64
= `isainfo 2>/dev/null | grep sparcv9`;
730
if ( $
ISA64
ne "" && $KB eq '64' ) {
758
if $
ISA64
ne "" && $KB eq '64';
768
my $
ISA64
= `isainfo 2>/dev/null | grep amd64`
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/
config
462
ISA64
=`(sysctl -n hw.optional.64bitops) 2>/dev/null`
463
if [ "$
ISA64
" = "1" -a -z "$KERNEL_BITS" ]; then
471
if [ "$
ISA64
" = "1" -a "$KERNEL_BITS" = "64" ]; then
477
ISA64
=`(sysctl -n hw.optional.x86_64) 2>/dev/null`
478
if [ "$
ISA64
" = "1" -a -z "$KERNEL_BITS" ]; then
486
if [ "$
ISA64
" = "1" -a "$KERNEL_BITS" = "64" ]; then
650
ISA64
=`(isainfo) 2>/dev/null | grep sparcv9`
651
if [ "$
ISA64
" != "" -a "$KERNEL_BITS" = "" ]; then
681
if [ "$
ISA64
" != "" -a "$KERNEL_BITS" = "64" ]; then
689
ISA64
=`(isainfo) 2>/dev/null | grep amd64
[
all
...]
/src/external/gpl3/gdb/dist/opcodes/
i386-opc.h
756
/*
ISA64
: Don't change the order without other code adjustments.
765
ISA64
,
821
unsigned int
isa64
:2;
member in struct:i386_opcode_modifier
i386-gen.c
500
BITFIELD (
ISA64
),
/src/external/gpl3/gdb.old/dist/opcodes/
i386-opc.h
736
/*
ISA64
: Don't change the order without other code adjustments.
745
ISA64
,
803
unsigned int
isa64
:2;
member in struct:i386_opcode_modifier
i386-gen.c
490
BITFIELD (
ISA64
),
/src/external/gpl3/binutils/dist/opcodes/
i386-opc.h
802
/*
ISA64
: Don't change the order without other code adjustments.
811
ISA64
,
867
unsigned int
isa64
:2;
member in struct:i386_opcode_modifier
i386-gen.c
549
BITFIELD (
ISA64
),
/src/external/gpl3/binutils.old/dist/opcodes/
i386-opc.h
789
/*
ISA64
: Don't change the order without other code adjustments.
798
ISA64
,
854
unsigned int
isa64
:2;
member in struct:i386_opcode_modifier
i386-gen.c
529
BITFIELD (
ISA64
),
Completed in 37 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026