/external/eigen/bench/ |
D | basicbenchmark.cpp | 15 #define _GENERATE_HEADER(R,ARG,EL) << BOOST_PP_STRINGIZE(BOOST_PP_SEQ_HEAD(EL)) << "-" \ in main() argument 23 #define _RUN_BENCH(R,ARG,EL) \ in main() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/LineEditor/ |
D | LineEditor.cpp | 103 EditLine *EL; member 113 const char *ElGetPromptFn(EditLine *EL) { in ElGetPromptFn() 124 unsigned char ElCompletionFn(EditLine *EL, int ch) { in ElCompletionFn()
|
/external/llvm/lib/LineEditor/ |
D | LineEditor.cpp | 103 EditLine *EL; member 113 const char *ElGetPromptFn(EditLine *EL) { in ElGetPromptFn() 124 unsigned char ElCompletionFn(EditLine *EL, int ch) { in ElCompletionFn()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/ |
D | xray-graph-diff.cpp | 318 GraphDiffRenderer::StatType EL) { in getLabel() 356 GraphDiffRenderer::StatType EL) { in getLineWidth()
|
/external/python/cpython2/Lib/ |
D | telnetlib.py | 66 EL = chr(248) # Erase Line variable
|
/external/python/cpython3/Lib/ |
D | telnetlib.py | 65 EL = bytes([248]) # Erase Line variable
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolution.cpp | 4246 ExitLimit EL = ComputeExitLimit(L, ExitingBlocks[i]); in ComputeBackedgeTakenCount() local 4486 ExitLimit EL = HowFarToZero(getMinusSCEV(LHS, RHS), L); in ComputeExitLimitFromICmp() local 4492 ExitLimit EL = HowFarToNonZero(getMinusSCEV(LHS, RHS), L); in ComputeExitLimitFromICmp() local 4497 ExitLimit EL = HowManyLessThans(LHS, RHS, L, true); in ComputeExitLimitFromICmp() local 4502 ExitLimit EL = HowManyLessThans(getNotSCEV(LHS), in ComputeExitLimitFromICmp() local 4508 ExitLimit EL = HowManyLessThans(LHS, RHS, L, false); in ComputeExitLimitFromICmp() local 4513 ExitLimit EL = HowManyLessThans(getNotSCEV(LHS), in ComputeExitLimitFromICmp() local
|
/external/tcpdump/ |
D | print-telnet.c | 77 #define EL 248 /* erase the current line */ macro
|
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
D | rfc2217.py | 100 EL = to_bytes([248]) # Erase Line variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 6981 const ExitLimit &EL = EEI.second; in BackedgeTakenInfo() local 7021 ExitLimit EL = computeExitLimit(L, ExitBB, AllowPredicates); in computeBackedgeTakenCount() local 7141 const ExitLimit &EL) { in insert() 7160 ExitLimit EL = computeExitLimitFromCondImpl(Cache, L, ExitCond, ExitIfTrue, in computeExitLimitFromCondCached() local 7263 ExitLimit EL = in computeExitLimitFromCondImpl() local 7347 ExitLimit EL = howFarToZero(getMinusSCEV(LHS, RHS), L, ControlsExit, in computeExitLimitFromICmp() local 7354 ExitLimit EL = howFarToNonZero(getMinusSCEV(LHS, RHS), L); in computeExitLimitFromICmp() local 7361 ExitLimit EL = howManyLessThans(LHS, RHS, L, IsSigned, ControlsExit, in computeExitLimitFromICmp() local 7369 ExitLimit EL = in computeExitLimitFromICmp() local 7406 ExitLimit EL = howFarToZero(getMinusSCEV(LHS, RHS), L, ControlsExit); in computeExitLimitFromSingleExitSwitch() local
|
/external/clang/lib/Frontend/ |
D | ASTUnit.cpp | 2557 SourceLocation EL = FileLoc.getLocWithOffset(Range.second); in TranslateStoredDiagnostics() local 2568 SourceLocation EL = FileLoc.getLocWithOffset(FixIt.RemoveRange.second); in TranslateStoredDiagnostics() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.cpp | 1617 for (MachineBasicBlock::iterator EL = CmpInstr.getParent()->end(); I != EL; in optimizeCompareInstr() local
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 5677 ExitLimit EL = computeExitLimit(L, ExitBB, AllowPredicates); in computeBackedgeTakenCount() local 5903 ExitLimit EL = in computeExitLimitFromCond() local 5988 ExitLimit EL = howFarToZero(getMinusSCEV(LHS, RHS), L, ControlsExit, in computeExitLimitFromICmp() local 5995 ExitLimit EL = howFarToNonZero(getMinusSCEV(LHS, RHS), L); in computeExitLimitFromICmp() local 6002 ExitLimit EL = howManyLessThans(LHS, RHS, L, IsSigned, ControlsExit, in computeExitLimitFromICmp() local 6010 ExitLimit EL = in computeExitLimitFromICmp() local 6047 ExitLimit EL = howFarToZero(getMinusSCEV(LHS, RHS), L, ControlsExit); in computeExitLimitFromSingleExitSwitch() local
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 768 SourceLocation EL, Stmt *elsev) in IfStmt()
|
/external/clang/tools/libclang/ |
D | CXIndexDataConsumer.cpp | 382 if (ElaboratedTypeLoc EL = TL.getAs<ElaboratedTypeLoc>()) in getBaseLoc() local
|
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/ |
D | AsmParser.cpp | 1422 MacroInstantiation::MacroInstantiation(const Macro *M, SMLoc IL, SMLoc EL, in MacroInstantiation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.cpp | 1704 for (MachineBasicBlock::iterator EL = CmpInstr.getParent()->end(); I != EL; in optimizeCompareInstr() local
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonGenInsert.cpp | 869 uint16_t EL = L-MinL; in findRecordInsertForms() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonGenInsert.cpp | 907 uint16_t EL = L-MinL; in findRecordInsertForms() local
|
/external/llvm/lib/Transforms/Vectorize/ |
D | BBVectorize.cpp | 1498 BasicBlock::iterator E = BB.end(), EL = in buildDepMap() local
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 2235 void setEllipsisLoc(SourceLocation EL) { EllipsisLoc = EL; } in setEllipsisLoc()
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 2149 MacroInstantiation::MacroInstantiation(SMLoc IL, int EB, SMLoc EL, in MacroInstantiation()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 2468 MacroInstantiation::MacroInstantiation(SMLoc IL, int EB, SMLoc EL, in MacroInstantiation()
|