Home
last modified time | relevance | path

Searched refs:ME (Results 1 – 25 of 436) sorted by relevance

12345678910>>...18

/third_party/mbedtls/tests/data_files/dir-maxpath/
Dlong.sh37 ME=$( printf "%02d" $i )
39 $OPENSSL ecparam -name prime256v1 -genkey -out ${ME}.key
40 $OPENSSL req -new -subj "/C=UK/O=mbed TLS/CN=CA${ME}" \
41 -key ${ME}.key -out ${ME}.csr
44 -in ${ME}.csr -out ${ME}.crt
46 cat ${ME}.crt c${UP}.pem > c${ME}.pem
48 rm ${ME}.csr
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonMCInstLower.cpp44 const MCExpr *ME; in GetSymbolRef() local
85 ME = MCSymbolRefExpr::create(Symbol, RelocationType, MC); in GetSymbolRef()
88 ME = MCBinaryExpr::createAdd(ME, MCConstantExpr::create(MO.getOffset(), MC), in GetSymbolRef()
91 ME = HexagonMCExpr::create(ME, MC); in GetSymbolRef()
92 HexagonMCInstrInfo::setMustExtend(*ME, MustExtend); in GetSymbolRef()
93 return MCOperand::createExpr(ME); in GetSymbolRef()
DBitTracker.cpp184 dbgs() << printReg(P.first, &ME.TRI) << " -> " << P.second << "\n"; in print_cells()
188 : ME(E), MF(F), MRI(F.getRegInfo()), Map(*new CellMapType), Trace(false) { in BitTracker()
806 uint16_t DefBW = ME.getRegBitWidth(DefRR); in visitPHI()
808 RegisterCell DefC = ME.getCell(DefRR, Map); in visitPHI()
827 RegisterCell ResC = ME.getCell(RU, Map); in visitPHI()
829 dbgs() << " input reg: " << printReg(RU.Reg, &ME.TRI, RU.Sub) in visitPHI()
836 dbgs() << "Output: " << printReg(DefRR.Reg, &ME.TRI, DefRR.Sub) in visitPHI()
838 ME.putCell(DefRR, DefC, Map); in visitPHI()
851 bool Eval = ME.evaluate(MI, Map, ResMap); in visitNonBranch()
859 dbgs() << " input reg: " << printReg(RU.Reg, &ME.TRI, RU.Sub) in visitNonBranch()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVMCInstLower.cpp77 const MCExpr *ME = in lowerSymbolOperand() local
81 ME = MCBinaryExpr::createAdd( in lowerSymbolOperand()
82 ME, MCConstantExpr::create(MO.getOffset(), Ctx), Ctx); in lowerSymbolOperand()
85 ME = RISCVMCExpr::create(ME, Kind, Ctx); in lowerSymbolOperand()
86 return MCOperand::createExpr(ME); in lowerSymbolOperand()
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c55 #define ME "scsimain: " macro
669 snprintf(ebuff, EBUFF_SZ, ME "Error closing %s ", in run_sg_scan_tests()
671 perror(ME "close error"); in run_sg_scan_tests()
692 ME "Error opening %s ", fname); in run_sg_scan_tests()
701 ME "device %s failed on scsi ioctl, skip", in run_sg_scan_tests()
709 snprintf(ebuff, EBUFF_SZ, ME "device %s failed on scsi " in run_sg_scan_tests()
719 ME "device %s failed on sg ioctl(3), skip", in run_sg_scan_tests()
743 ME "device %s ioctls(4), skip", fname); in run_sg_scan_tests()
781 snprintf(ebuff, EBUFF_SZ, ME "device %s writing, skip", in run_sg_scan_tests()
789 snprintf(ebuff, EBUFF_SZ, ME "device %s reading, skip", in run_sg_scan_tests()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.h61 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { in isRunOfOnes() argument
69 ME = countLeadingZeros((Val - 1) ^ Val); in isRunOfOnes()
75 ME = countLeadingZeros(Val) - 1; in isRunOfOnes()
85 static inline bool isRunOfOnes64(uint64_t Val, unsigned &MB, unsigned &ME) { in isRunOfOnes64() argument
93 ME = countLeadingZeros((Val - 1) ^ Val); in isRunOfOnes64()
99 ME = countLeadingZeros(Val) - 1; in isRunOfOnes64()
DPPCInstPrinter.cpp99 unsigned char ME = MI->getOperand(4).getImm(); in printInst() local
101 if (SH <= 31 && MB == 0 && ME == (31-SH)) { in printInst()
104 if (SH <= 31 && MB == (32-SH) && ME == 31) { in printInst()
132 unsigned char ME = MI->getOperand(3).getImm(); in printInst() local
134 if (63-SH == ME) { in printInst()
/third_party/mesa3d/src/freedreno/afuc/
DREADME.rst22 (Prefetch Parser) and "ME" (Micro Engine, also confusingly referred
24 PFP runs ahead of the ME, with some PM4 packets handled entirely
25 in the PFP. Between the PFP and ME is a FIFO ("MEQ"). In the
26 generations prior to Adreno 5xx, the PFP and ME had different
37 With Adreno 6xx, the separate PF and ME are replaced with a single
214 arranged so bit 11 is zero for bank 0 and 1 for bank 1. The ME fw (at
216 these registers from ME::
245 This seems to be only used by ME. If PFP were also using it, they would
277 used by ME for streaming reads (larger amounts of data). The DMA access
283 between PFP and ME??
[all …]
/third_party/skia/third_party/externals/icu/source/config/
Dicu-config-bottom26 ME=`basename "$0"`
79 echo "usage: ${ME} " `allflags | cut -c-25 | sed -e 's%.*%[ & ]%'`
85 echo "${ME}: icu-config: ICU configuration helper script"
109 echo "### $ME: Can't find ${ICUUC_FILE} - ICU prefix is wrong." 1>&2
113 echo "### $ME: Exitting." 1>&2
171 echo "### $ME: Error: --noverify must be the first argument." 1>&2
289 echo ${ME}: ERROR: the old layout engine has been removed. use HarfBuzz.
298 HERE=`echo $0 | sed -e "s/$ME//g"`
399 echo ${ME}: ERROR Unknown Option $arg 1>&2
402 echo "### $ME: Exitting." 1>&2
/third_party/icu/icu4c/source/config/
Dicu-config-bottom26 ME=`basename "$0"`
79 echo "usage: ${ME} " `allflags | cut -c-25 | sed -e 's%.*%[ & ]%'`
85 echo "${ME}: icu-config: ICU configuration helper script"
109 echo "### $ME: Can't find ${ICUUC_FILE} - ICU prefix is wrong." 1>&2
113 echo "### $ME: Exitting." 1>&2
171 echo "### $ME: Error: --noverify must be the first argument." 1>&2
289 echo ${ME}: ERROR: the old layout engine has been removed. use HarfBuzz.
298 HERE=`echo $0 | sed -e "s/$ME//g"`
399 echo ${ME}: ERROR Unknown Option $arg 1>&2
402 echo "### $ME: Exitting." 1>&2
/third_party/libunwind/libunwind/tests/
Dflush-cache.S47 # warning FIX ME!!
56 # warning IMPLEMENT ME FOR PPC64!!
66 # warning IMPLEMENT ME FOR PPC32!!
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVMCAsmInfo.cpp43 const MCExpr *ME = in getExprForFDESymbol() local
46 return RISCVMCExpr::create(ME, RISCVMCExpr::VK_RISCV_32_PCREL, Ctx); in getExprForFDESymbol()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCOptAddrMode.cpp392 MachineBasicBlock::const_iterator MI(To), ME(Ldst), in canHoistLoadStoreTo() local
396 for (; MI != ME && MI != End; ++MI) { in canHoistLoadStoreTo()
420 MachineBasicBlock::const_iterator MI(Ldst), ME(To), in canSinkLoadStoreTo() local
427 for (; MI != ME && MI != End; ++MI) { in canSinkLoadStoreTo()
470 for (auto MI = MBB.begin(), ME = MBB.end(); MI != ME; ++MI) { in processBasicBlock() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCCodeEmitter.cpp585 const MCOperand &MO, const MCExpr *ME, SmallVectorImpl<MCFixup> &Fixups, in getExprOpValue() argument
587 if (isa<HexagonMCExpr>(ME)) in getExprOpValue()
588 ME = &HexagonMCInstrInfo::getExpr(*ME); in getExprOpValue()
590 if (ME->evaluateAsAbsolute(Value)) { in getExprOpValue()
613 assert(ME->getKind() == MCExpr::SymbolRef || in getExprOpValue()
614 ME->getKind() == MCExpr::Binary); in getExprOpValue()
615 if (ME->getKind() == MCExpr::Binary) { in getExprOpValue()
616 MCBinaryExpr const *Binary = cast<MCBinaryExpr>(ME); in getExprOpValue()
623 const MCSymbolRefExpr *MCSRE = static_cast<const MCSymbolRefExpr *>(ME); in getExprOpValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCBranchCoalescing.cpp393 MachineBasicBlock::iterator ME = SourceMBB->getFirstNonPHI(); in moveAndUpdatePHIs() local
395 if (MI == ME) { in moveAndUpdatePHIs()
401 for (MachineBasicBlock::iterator Iter = MI; Iter != ME; Iter++) { in moveAndUpdatePHIs()
409 TargetMBB->splice(TargetMBB->begin(), SourceMBB, MI, ME); in moveAndUpdatePHIs()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp364 for (auto MI = ECs.member_begin(It), ME = ECs.member_end(); in validateAndTransform() local
365 MI != ME; ++MI) { in validateAndTransform()
428 for (auto MI = ECs.member_begin(It), ME = ECs.member_end(); in validateAndTransform() local
429 MI != ME; ++MI) in validateAndTransform()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterScavenging.cpp314 MachineBasicBlock::iterator ME = MBB->getFirstTerminator(); in findSurvivorReg() local
315 assert(StartMI != ME && "MI already at terminator"); in findSurvivorReg()
320 for (++MI; InstrLimit > 0 && MI != ME; ++MI, --InstrLimit) { in findSurvivorReg()
362 if (MI == ME) RestorePointMI = ME; in findSurvivorReg()
DGCRootLowering.cpp277 for (MachineBasicBlock::iterator MI = MBB.begin(), ME = MBB.end(); in FindSafePoints() local
278 MI != ME; ++MI) in FindSafePoints()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DObjCARCOpts.cpp378 for (auto MI = Other.top_down_ptr_begin(), ME = Other.top_down_ptr_end(); in MergePred() local
379 MI != ME; ++MI) { in MergePred()
387 for (auto MI = top_down_ptr_begin(), ME = top_down_ptr_end(); MI != ME; ++MI) in MergePred() local
421 for (auto MI = Other.bottom_up_ptr_begin(), ME = Other.bottom_up_ptr_end(); in MergeSucc() local
422 MI != ME; ++MI) { in MergeSucc()
430 for (auto MI = bottom_up_ptr_begin(), ME = bottom_up_ptr_end(); MI != ME; in MergeSucc() local
1370 ME = MyStates.bottom_up_ptr_end(); in VisitInstructionBottomUp() local
1371 MI != ME; ++MI) { in VisitInstructionBottomUp()
1506 ME = MyStates.top_down_ptr_end(); in VisitInstructionTopDown() local
1507 MI != ME; ++MI) { in VisitInstructionTopDown()
/third_party/libphonenumber/resources/geocoding/en/
D1.txt798 1207223|Winterport, ME
799 1207225|Turner, ME
800 1207230|Camden, ME
801 1207236|Camden, ME
802 1207244|Southwest Harbor, ME
803 1207247|Waterboro, ME
804 1207253|Portland, ME
805 1207255|Machias, ME
806 1207262|Bangor, ME
807 1207273|Warren, ME
[all …]
/third_party/libunwind/libunwind/src/hppa/
DGget_save_loc.c36 #warning FIX ME! in unw_get_save_loc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DVectorUtils.cpp474 for (auto MI = ECs.member_begin(I), ME = ECs.member_end(); MI != ME; ++MI) in computeMinimumValueSizes() local
488 for (auto MI = ECs.member_begin(I), ME = ECs.member_end(); MI != ME; ++MI) in computeMinimumValueSizes() local
496 for (auto MI = ECs.member_begin(I), ME = ECs.member_end(); MI != ME; ++MI) { in computeMinimumValueSizes() local
/third_party/mbedtls/tests/data_files/
Drsa_pkcs8_pbes2_pbkdf2_2048_3des_sha384.pem6 ME+pX+0kwJ4az87mYKyNUwK4U5d65Ic30pvRJc4unvFtRz6wtwqU+EV283pXHfyc
/third_party/icu/icu4c/source/data/region/
Dzh_Hant_HK.txt55 ME{"黑山"}
/third_party/skia/third_party/externals/icu/source/data/region/
Dzh_Hant_HK.txt55 ME{"黑山"}

12345678910>>...18