Home
last modified time | relevance | path

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

12345678910>>...25

/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/grpc/third_party/upb/tests/
Dtest_cpp.cc95 typedef StringBufTesterVoidMethodNoHandlerDataNoHandle ME; typedef in StringBufTesterVoidMethodNoHandlerDataNoHandle
98 ASSERT(h.SetStringHandler(f, UpbMakeHandler(&ME::Handler))); in Register()
113 typedef StringBufTesterVoidMethodNoHandlerDataWithHandle ME; typedef in StringBufTesterVoidMethodNoHandlerDataWithHandle
116 ASSERT(h.SetStringHandler(f, UpbMakeHandler(&ME::Handler))); in Register()
132 typedef StringBufTesterVoidMethodWithHandlerDataNoHandle ME; typedef in StringBufTesterVoidMethodWithHandlerDataNoHandle
136 f, UpbBind(&ME::Handler, new int(kExpectedHandlerData)))); in Register()
151 typedef StringBufTesterVoidMethodWithHandlerDataWithHandle ME; typedef in StringBufTesterVoidMethodWithHandlerDataWithHandle
155 f, UpbBind(&ME::Handler, new int(kExpectedHandlerData)))); in Register()
172 typedef StringBufTesterVoidFunctionNoHandlerDataNoHandle ME; typedef in StringBufTesterVoidFunctionNoHandlerDataNoHandle
175 ASSERT(h.SetStringHandler(f, UpbMakeHandler(&ME::Handler))); in Register()
[all …]
/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/glib/gio/tests/
Ddbus-launch.c31 #define ME "GDBus mock version of dbus-launch" macro
46 g_error ("%s: write: EOF", ME); in write_all()
53 g_error ("%s: write: %s", ME, g_strerror (errsv)); in write_all()
58 g_error ("%s: wrote too many bytes?", ME); in write_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/f2fs-tools/tools/sg_write_buffer/
Dsg_write_buffer.c41 #define ME "sg_write_buffer: " macro
318 pr2serr(ME "version: %s\n", version_str); in main()
370 pr2serr(ME "open error: %s: %s\n", device_name, in main()
378 pr2serr(ME "out of memory\n"); in main()
395 ME "could not open %s for reading", file_name); in main()
403 snprintf(ebuff, EBUFF_SZ, ME "couldn't skip to " in main()
414 snprintf(ebuff, EBUFF_SZ, ME "couldn't read from %s", in main()
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c54 #define ME "scsimain: " macro
672 snprintf(ebuff, EBUFF_SZ, ME "Error closing %s ", in run_sg_scan_tests()
674 perror(ME "close error"); in run_sg_scan_tests()
695 ME "Error opening %s ", fname); in run_sg_scan_tests()
704 ME "device %s failed on scsi ioctl, skip", in run_sg_scan_tests()
712 snprintf(ebuff, EBUFF_SZ, ME "device %s failed on scsi " in run_sg_scan_tests()
722 ME "device %s failed on sg ioctl(3), skip", in run_sg_scan_tests()
746 ME "device %s ioctls(4), skip", fname); in run_sg_scan_tests()
784 snprintf(ebuff, EBUFF_SZ, ME "device %s writing, skip", in run_sg_scan_tests()
792 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/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/flutter/skia/third_party/externals/icu/source/config/
Dicu-config-bottom20 ME=`basename "$0"`
73 echo "usage: ${ME} " `allflags | cut -c-25 | sed -e 's%.*%[ & ]%'`
79 echo "${ME}: icu-config: ICU configuration helper script"
103 echo "### $ME: Can't find ${ICUUC_FILE} - ICU prefix is wrong." 1>&2
107 echo "### $ME: Exitting." 1>&2
165 echo "### $ME: Error: --noverify must be the first argument." 1>&2
283 echo ${ME}: ERROR: the old layout engine has been removed. use HarfBuzz.
292 HERE=`echo $0 | sed -e "s/$ME//g"`
393 echo ${ME}: ERROR Unknown Option $arg 1>&2
396 echo "### $ME: Exitting." 1>&2
/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/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/boost/boost/numeric/ublas/detail/
Dconcepts.hpp365 template<class ME>
367 typedef ME matrix_expression_type;
368 typedef typename ME::type_category type_category;
369 typedef typename ME::size_type size_type;
370 typedef typename ME::value_type value_type;
371 typedef typename ME::const_iterator1 const_subiterator1_type;
372 typedef typename ME::const_iterator2 const_subiterator2_type;
373 typedef typename ME::const_reverse_iterator1 const_reverse_subiterator1_type;
374 typedef typename ME::const_reverse_iterator2 const_reverse_subiterator2_type;
418 template<class ME>
[all …]
/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/libuv/
DBUILD.gn40 # error in debug version, FIX ME
56 # error in debug version, FIX ME
185 # error in debug version, FIX ME
204 # error in debug version, FIX ME
230 # error in debug version, FIX ME
/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/boost/boost/numeric/ublas/
Dio.hpp148 template<class E, class T, class ME>
151 const matrix_expression<ME> &m) { in operator <<()
152 typedef typename ME::size_type size_type; in operator <<()
/third_party/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/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()

12345678910>>...25