Searched refs:SYSTEM (Results 1 - 8 of 8) sorted by relevance
| /third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
| H A D | config.pm | 33 my $SYSTEM; 74 # Pattern matches against "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" 160 [ 'machten:.*', '${MACHINE}-tenon-${SYSTEM}' ], 162 [ 'ConvexOS:.*?:11\.0:.*', '${MACHINE}-v11-${SYSTEM}' ], 253 ($SYSTEM, undef, $RELEASE, $VERSION, $MACHINE) = POSIX::uname(); 254 my $sys = "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}"; 277 return "${MACHINE}-whatever-${SYSTEM}"; 324 $v =~ s/[^.]*.0*// if $SYSTEM eq 'HP-UX'; 355 if ( $SYSTEM eq 'OpenVMS' ) { 379 if ( ${SYSTEM} e [all...] |
| /third_party/openssl/util/perl/OpenSSL/ |
| H A D | config.pm | 33 my $SYSTEM; 74 # Pattern matches against "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" 160 [ 'machten:.*', '${MACHINE}-tenon-${SYSTEM}' ], 162 [ 'ConvexOS:.*?:11\.0:.*', '${MACHINE}-v11-${SYSTEM}' ], 253 ($SYSTEM, undef, $RELEASE, $VERSION, $MACHINE) = POSIX::uname(); 254 my $sys = "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}"; 277 return "${MACHINE}-whatever-${SYSTEM}"; 354 if ( $SYSTEM eq 'OpenVMS' ) { 371 if ( ${SYSTEM} eq 'AIX' ) { 380 if ( $SYSTEM e [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
| H A D | SIMemoryLegalizer.cpp | 76 SYSTEM 124 SIAtomicScope Scope = SIAtomicScope::SYSTEM; 131 SIAtomicScope Scope = SIAtomicScope::SYSTEM, in SIMemOpInfo() 455 return std::make_tuple(SIAtomicScope::SYSTEM, in toSIAtomicScope() 475 return std::make_tuple(SIAtomicScope::SYSTEM, in toSIAtomicScope() 677 case SIAtomicScope::SYSTEM: in enableLoadCacheBypass() 727 case SIAtomicScope::SYSTEM: in insertCacheInvalidate() 774 case SIAtomicScope::SYSTEM: in insertWait() 791 case SIAtomicScope::SYSTEM: in insertWait() 814 case SIAtomicScope::SYSTEM in insertWait() [all...] |
| /third_party/libexif/contrib/watcom/ |
| H A D | Makefile | 23 #SYSTEM=DOS 24 #SYSTEM=OS2 25 SYSTEM=NT macro 53 !ifeq SYSTEM DOS 55 !else ifeq SYSTEM OS2 57 !else ifeq SYSTEM NT
|
| /third_party/skia/modules/skparagraph/src/ |
| H A D | Run.cpp | 46 SYSTEM, // system font, need to be compressed. enumerator 71 return typeface->IsCustomTypeface() ? FontCompressionStatus::CUSTOM : FontCompressionStatus::SYSTEM; in getFontCompressionStatus() 85 return typeface->isCustomTypeface() ? FontCompressionStatus::CUSTOM : FontCompressionStatus::SYSTEM; in getFontCompressionStatus() 106 if (fontCompressionStatus != FontCompressionStatus::SYSTEM) { in findCompressionConfigWithFont() 139 if (fontCompressionStatus == FontCompressionStatus::SYSTEM && in metricsIncludeFontPadding() 150 if (fontCompressionStatus == FontCompressionStatus::SYSTEM) { in metricsIncludeFontPadding()
|
| /third_party/node/deps/v8/src/codegen/riscv64/ |
| H A D | constants-riscv64.h | 400 SYSTEM = 0b1110011, // I form: ECALL EBREAK Zicsr ext 450 RO_ECALL = SYSTEM | (0b000 << kFunct3Shift), 451 // RO_EBREAK = SYSTEM | (0b000 << kFunct3Shift), // Same as ECALL, use imm12 471 RO_CSRRW = SYSTEM | (0b001 << kFunct3Shift), 472 RO_CSRRS = SYSTEM | (0b010 << kFunct3Shift), 473 RO_CSRRC = SYSTEM | (0b011 << kFunct3Shift), 474 RO_CSRRWI = SYSTEM | (0b101 << kFunct3Shift), 475 RO_CSRRSI = SYSTEM | (0b110 << kFunct3Shift), 476 RO_CSRRCI = SYSTEM | (0b111 << kFunct3Shift), 1324 const Instr rtCallRedirInstr = SYSTEM; // Al [all...] |
| H A D | constants-riscv64.cc | 233 case SYSTEM: in InstructionType()
|
| H A D | assembler-riscv64.cc | 1318 GenInstrI(funct3, SYSTEM, rd, rs1, csr); in GenInstrCSR_ir() 1323 GenInstrI(funct3, SYSTEM, rd, ToRegister(imm5), csr); in GenInstrCSR_ii() 1337 GenInstrR(funct7, 0b000, SYSTEM, ToRegister(0), rs1, rs2); in GenInstrPriv() 1691 GenInstrI(0b000, SYSTEM, ToRegister(0), ToRegister(0), 0); in ecall() 1695 GenInstrI(0b000, SYSTEM, ToRegister(0), ToRegister(0), 1); in ebreak() 1702 GenInstrI(0b001, SYSTEM, ToRegister(0), ToRegister(0), 0b110000000000); in unimp() 3197 GenInstrR(0b0001001, 0b000, SYSTEM, ToRegister(0), rs1, rs2); in sfence_vma()
|
Completed in 16 milliseconds