Searched defs:FL (Results 1 – 14 of 14) sorted by relevance
/external/opencv/cvaux/src/ |
D | cvsegment.cpp | 58 #define PUSH(Y,IL,IR,IPL,IPR,FL) { stack[StIn].y=(ushort)(Y); \ argument 66 #define POP(Y,IL,IR,IPL,IPR,FL) { StIn--; \ argument
|
/external/dropbear/libtomcrypt/src/ciphers/ |
D | kasumi.c | 125 static ulong32 FL( ulong32 in, int round_no, symmetric_key *key ) in FL() function
|
/external/clang/lib/Lex/ |
D | PTHLexer.cpp | 487 OwningPtr<PTHFileLookup> FL(PTHFileLookup::Create(FileTable, BufBeg)); in Create() local 680 PTHStatCache(PTHFileLookup &FL) : in PTHStatCache()
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/ |
D | kenny.c | 753 short FL; in main() local
|
/external/llvm/lib/IR/ |
D | Metadata.cpp | 216 FunctionLocalness FL, bool Insert) { in getMDNode()
|
D | Constants.cpp | 169 APFloat FL = APFloat::getAllOnesValue(Ty->getPrimitiveSizeInBits(), in getAllOnesValue() local
|
/external/clang/lib/Sema/ |
D | AnalysisBasedWarnings.cpp | 1282 ThreadSafetyReporter(Sema &S, SourceLocation FL, SourceLocation FEL) in ThreadSafetyReporter() 1597 SourceLocation FL = AC.getDecl()->getLocation(); in IssueWarnings() local
|
D | SemaChecking.cpp | 5048 void DiagnoseFloatingLiteralImpCast(Sema &S, FloatingLiteral *FL, QualType T, in DiagnoseFloatingLiteralImpCast() 5250 if (FloatingLiteral *FL = dyn_cast<FloatingLiteral>(InnerE)) { in CheckImplicitConversion() local
|
/external/clang/lib/AST/ |
D | Stmt.cpp | 792 Stmt *Body, SourceLocation FL, in CXXForRangeStmt() 854 Expr *Inc, Stmt *Body, SourceLocation FL, SourceLocation LP, in ForStmt()
|
D | ItaniumMangle.cpp | 3033 const FloatingLiteral *FL = cast<FloatingLiteral>(E); in mangleExpression() local
|
D | ExprConstant.cpp | 8342 if (const FloatingLiteral *FL in CheckICE() local
|
/external/clang/lib/CodeGen/ |
D | CGExprAgg.cpp | 994 if (const FloatingLiteral *FL = dyn_cast<FloatingLiteral>(E)) in isSimpleZero() local
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 1914 static bool isIncrementOrInitInForLoop(const Stmt *S, const Stmt *FL) { in isIncrementOrInitInForLoop()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 1134 LoadInst *FL = in speculateSelectInstLoads() local
|