HomeSort by relevance Sort by last modified time
    Searched refs:FL (Results 1 - 15 of 15) sorted by null

  /external/netcat/
stupidh 365 # FL must be named something.c, so STUPID gcc recognized it as a non-object!!
366 ( FL=st00pid.c
368 cp stupid.h $FL
377 echo "#ifdef ${xx}" >> $FL
378 echo "\"${xx}\" = ${xx}" >> $FL
379 echo "#endif" >> $FL
380 echo "#ifdef _${xx}" >> $FL
381 echo "\"_${xx}\" = _${xx}" >> $FL
382 echo "#endif" >> $FL
383 echo "#ifdef _${xx}_" >> $FL
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/
kasumi.c 125 static ulong32 FL( ulong32 in, int round_no, symmetric_key *key )
131 /* do the FL() operations */
154 temp = FL(left, n, skey);
158 temp = FL(temp, n++, skey);
182 temp = FL(temp, n--, skey);
184 temp = FL(left, n, skey);
  /external/clang/lib/Lex/
PTHLexer.cpp 491 llvm::OwningPtr<PTHFileLookup> FL(PTHFileLookup::Create(FileTable, BufBeg));
495 if (FL->isEmpty())
550 return new PTHManager(File.take(), FL.take(), IData, PerIDCache,
678 PTHStatCache(PTHFileLookup &FL) :
679 Cache(FL.getNumBuckets(), FL.getNumEntries(), FL.getBuckets(),
680 FL.getBase()) {}
  /external/llvm/include/llvm/
Metadata.h 117 FunctionLocalness FL, bool Insert = true);
  /external/opencv/cvaux/src/
cvsegment.cpp 51 short fl; member in struct:Seg
58 #define PUSH(Y,IL,IR,IPL,IPR,FL) { stack[StIn].y=(ushort)(Y); \
63 stack[StIn].fl=(short)(FL); \
66 #define POP(Y,IL,IR,IPL,IPR,FL) { StIn--; \
72 FL=stack[StIn].fl; }
  /external/llvm/lib/VMCore/
Metadata.cpp 188 FunctionLocalness FL, bool Insert) {
206 switch (FL) {
Constants.cpp 136 APFloat FL = APFloat::getAllOnesValue(Ty->getPrimitiveSizeInBits(),
138 return ConstantFP::get(Ty->getContext(), FL);
    [all...]
  /external/clang/include/clang/AST/
StmtCXX.h 139 SourceLocation FL, SourceLocation CL, SourceLocation RPL);
Stmt.h     [all...]
  /external/clang/lib/AST/
Stmt.cpp 578 Stmt *Body, SourceLocation FL,
580 : Stmt(CXXForRangeStmtClass), ForLoc(FL), ColonLoc(CL), RParenLoc(RPL) {
640 Expr *Inc, Stmt *Body, SourceLocation FL, SourceLocation LP,
642 : Stmt(ForStmtClass), ForLoc(FL), LParenLoc(LP), RParenLoc(RP)
ItaniumMangle.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 585 if (const FloatingLiteral *FL = dyn_cast<FloatingLiteral>(E))
586 return FL->getValue().isPosZero();
    [all...]
  /external/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 398 .macro build_constants RFL, RLI, RTH, FL, LI, TH
400 lvx \FL, 0, \RFL ;# flimit
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
reiserfs_fs.h     [all...]

Completed in 885 milliseconds