/freebsd/contrib/libdivsufsort/lib/ |
H A D | trsort.c | 264 tr_copy(saidx_t *ISA, const saidx_t *SA, in tr_copy() argument 274 if((0 <= (s = *c - depth)) && (ISA[s] == v)) { in tr_copy() 276 ISA[s] = d - SA; in tr_copy() 280 if((0 <= (s = *c - depth)) && (ISA[s] == v)) { in tr_copy() 282 ISA[s] = d - SA; in tr_copy() 289 tr_partialcopy(saidx_t *ISA, const saidx_t *SA, in tr_partialcopy() argument 299 if((0 <= (s = *c - depth)) && (ISA[s] == v)) { in tr_partialcopy() 301 rank = ISA[s + depth]; in tr_partialcopy() 303 ISA[s] = newrank; in tr_partialcopy() 309 rank = ISA[*e]; in tr_partialcopy() [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68k.td | 23 "Is M68000 ISA supported">; 27 "Is M68010 ISA supported", 32 "Is M68020 ISA supported", 37 "Is M68030 ISA supported", 42 "Is M68881 (FPU) ISA supported">; 46 "Is M68882 (FPU) ISA supported", 51 "Is M68040 ISA supported", 56 "Is M68060 ISA supported",
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TargetParser/ |
H A D | PPCTargetParser.def | 116 PPC_LNX_FEATURE("arch_2_05","CPU supports ISA 205 (eg, POWER6)",PPCF_ARCH205,0x00001000,PPC_FAWORD_… 117 PPC_LNX_FEATURE("arch_2_06","CPU supports ISA 206 (eg, POWER7)",PPCF_ARCH206,0x00000100,PPC_FAWORD_… 118 PPC_LNX_FEATURE("arch_2_07","CPU supports ISA 207 (eg, POWER8)",PPCF_ARCH207,0x80000000,PPC_FAWORD_… 119 PPC_LNX_FEATURE("arch_3_00","CPU supports ISA 30 (eg, POWER9)",PPCF_ARCH30,0x00800000,PPC_FAWORD_HW… 120 PPC_LNX_FEATURE("arch_3_1","CPU supports ISA 31 (eg, POWER10)",PPCF_ARCH31,0x00040000,PPC_FAWORD_HW… 122 PPC_LNX_FEATURE("booke","CPU supports the Embedded ISA category",PPCF_BOOKE,0x00008000,PPC_FAWORD_H… 140 PPC_LNX_FEATURE("pa6t","CPU supports the PA Semi 6T CORE ISA",PPCF_PA6T,0x00000800,PPC_FAWORD_HWCAP) 141 PPC_LNX_FEATURE("power4","CPU supports ISA 200 (eg, POWER4)",PPCF_POWER4,0x00080000,PPC_FAWORD_HWCA… 142 PPC_LNX_FEATURE("power5","CPU supports ISA 202 (eg, POWER5)",PPCF_POWER5,0x00040000,PPC_FAWORD_HWCA… 143 PPC_LNX_FEATURE("power5+","CPU supports ISA 203 (eg, POWER5+)",PPCF_POWER5P,0x00020000,PPC_FAWORD_H… [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | Mips.td | 32 // Predicates for the instruction group membership such as ISA's. 84 "Mips I ISA Support [highly experimental]">; 86 "Mips II ISA Support [highly experimental]", 95 "MIPS III ISA Support [highly experimental]", 106 "Mips4", "MIPS IV ISA Support", 113 "MIPS V ISA Support [highly experimental]", 116 "Mips32 ISA Support", 120 "Mips32r2", "Mips32r2 ISA Support", 124 "Mips32r3", "Mips32r3 ISA Support", 127 "Mips32r5", "Mips32r5 ISA Support", [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/arm/hisilicon/ |
H A D | hisilicon-low-pin-count.txt | 3 provides I/O access to some legacy ISA devices. 12 - #address-cells: must be 2 which stick to the ISA/EISA binding doc. 13 - #size-cells: must be 1 which stick to the ISA/EISA binding doc. 18 ISA/EISA binding specification.
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | VFABIDemangling.cpp |
|
/freebsd/crypto/openssl/Configurations/platform/Windows/ |
H A D | cppbuilder.pm | 3 use vars qw(@ISA); 6 @ISA = qw(platform::Windows::MSVC);
|
H A D | MSVC.pm | 7 use vars qw(@ISA); 10 @ISA = qw(platform::Windows);
|
/freebsd/crypto/openssl/Configurations/ |
H A D | platform.pm | 5 use vars qw(@ISA); 14 @ISA = ("platform::$module");
|
/freebsd/sys/contrib/zstd/lib/dictBuilder/ |
H A D | divsufsort.c | 1112 tr_copy(int *ISA, const int *SA, in tr_copy() argument 1122 if((0 <= (s = *c - depth)) && (ISA[s] == v)) { in tr_copy() 1124 ISA[s] = d - SA; in tr_copy() 1128 if((0 <= (s = *c - depth)) && (ISA[s] == v)) { in tr_copy() 1130 ISA[s] = d - SA; in tr_copy() 1137 tr_partialcopy(int *ISA, const int *SA, in tr_partialcopy() argument 1147 if((0 <= (s = *c - depth)) && (ISA[s] == v)) { in tr_partialcopy() 1149 rank = ISA[s + depth]; in tr_partialcopy() 1151 ISA[s] = newrank; in tr_partialcopy() 1157 rank = ISA[*e]; in tr_partialcopy() [all …]
|
/freebsd/crypto/openssl/util/perl/OpenSSL/ |
H A D | Glob.pm | 9 use vars qw($VERSION @ISA @EXPORT); 12 @ISA = qw(Exporter);
|
H A D | OID.pm | 19 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); 20 @ISA = qw(Exporter);
|
/freebsd/crypto/openssl/Configurations/platform/ |
H A D | Cygwin.pm | 7 use vars qw(@ISA); 10 @ISA = qw(platform::mingw);
|
H A D | AIX.pm | 7 use vars qw(@ISA); 10 @ISA = qw(platform::Unix);
|
H A D | mingw.pm | 7 use vars qw(@ISA); 10 @ISA = qw(platform::Unix);
|
H A D | Windows.pm | 7 use vars qw(@ISA); 10 @ISA = qw(platform::BASE);
|
H A D | VMS.pm | 7 use vars qw(@ISA); 10 @ISA = qw(platform::BASE);
|
H A D | Unix.pm | 7 use vars qw(@ISA); 10 @ISA = qw(platform::BASE);
|
/freebsd/crypto/openssl/util/perl/OpenSSL/Test/ |
H A D | Simple.pm | 14 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); 16 @ISA = qw(Exporter);
|
H A D | Utils.pm | 14 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); 16 @ISA = qw(Exporter);
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | riscv,cpu-intc.txt | 10 The RISC-V supervisor ISA manual specifies three interrupt sources that are 18 All RISC-V systems that conform to the supervisor ISA specification are 20 interrupt map is defined by the ISA it's not listed in the HLIC's device tree 29 RISC-V supervisor ISA manual, with only the following three interrupts being
|
/freebsd/crypto/openssl/external/perl/Text-Template-1.56/t/ |
H A D | strict.t | 12 @Emptyclass1::ISA = 'Text::Template'; 13 @Emptyclass2::ISA = 'Text::Template';
|
H A D | prepend.t | 12 @Emptyclass1::ISA = 'Text::Template'; 13 @Emptyclass2::ISA = 'Text::Template';
|
/freebsd/crypto/openssl/util/perl/OpenSSL/Util/ |
H A D | Pod.pm | 14 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS); 16 @ISA = qw(Exporter);
|
/freebsd/crypto/openssl/test/ |
H A D | generate_ssl_tests.pl | 40 use vars qw/@ISA/; 41 push (@ISA, qw/Text::Template/);
|