Home
last modified time | relevance | path

Searched defs:EP (Results 1 – 15 of 15) sorted by relevance

/external/u-boot/drivers/usb/gadget/
Ddwc2_udc_otg_priv.h90 #define ep_is_in(EP) (((EP)->bEndpointAddress&USB_DIR_IN) == USB_DIR_IN) argument
91 #define ep_index(EP) ((EP)->bEndpointAddress&0xF) argument
92 #define ep_maxpacket(EP) ((EP)->ep.maxpacket) argument
/external/u-boot/arch/arm/mach-at91/include/mach/
Datmel_usba_udc.h12 #define EP(nam, idx, maxpkt, maxbk, dma, isoc) \ macro
/external/spirv-llvm/lib/SPIRV/
DTransOCLMD.cpp148 auto EP = B.addNamedMD(kSPIRVMD::EntryPoint); in visit() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DLiveRangeCalc.cpp251 auto EP = LR.extendInBlock(Undefs, Indexes->getMBBStartIdx(UseMBB), Use); in extend() local
403 auto EP = LR.extendInBlock(Undefs, Start, End); in findReachingDefs() local
DMachinePipeliner.cpp1468 for (SUnit::pred_iterator IP = SU->Preds.begin(), EP = SU->Preds.end(); in swapAntiDependences() local
1655 EP = SU->Preds.end(); in computeNodeFunctions() local
/external/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp62 ARCRuntimeEntryPoints EP; member in __anon665ce40e0111::ObjCARCContract
DObjCARCOpts.cpp473 ARCRuntimeEntryPoints EP; member in __anon26f503160211::ObjCARCOpt
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp63 ARCRuntimeEntryPoints EP; member in __anondcd635660111::ObjCARCContract
DObjCARCOpts.cpp475 ARCRuntimeEntryPoints EP; member in __anon988b686e0211::ObjCARCOpt
/external/clang/lib/StaticAnalyzer/Core/
DHTMLDiagnostics.cpp583 if (PathDiagnosticEventPiece *EP = dyn_cast<PathDiagnosticEventPiece>(*I)) { in ProcessMacroPiece() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp482 EndPrecompRecord &EP) { in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp1370 ErrorPolicy EP = HandleError(createError( in DWARFObjInMemory() local
1467 ErrorPolicy EP = HandleError( in DWARFObjInMemory() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp590 EndPrecompRecord EP(TypeRecordKind::EndPrecomp); in TEST_F() local
/external/llvm/lib/CodeGen/
DMachinePipeliner.cpp1375 for (SUnit::pred_iterator IP = SU->Preds.begin(), EP = SU->Preds.end(); in swapAntiDependences() local
1543 EP = SU->Preds.end(); in computeNodeFunctions() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp3136 } else if (GetElementPtrInst *EP = dyn_cast<GetElementPtrInst>(V)) { in findAllocaForValue() local