/external/clang/lib/AST/ |
TemplateName.cpp | 163 LangOptions LO; 164 LO.CPlusPlus = true; 165 LO.Bool = true; 167 N.print(OS, PrintingPolicy(LO)); 174 LangOptions LO; // FIXME! 175 LO.CPlusPlus = true; 176 LO.Bool = true; 177 print(OS, PrintingPolicy(LO));
|
TypePrinter.cpp | [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
Environment.cpp | 238 LangOptions LO; // FIXME. 239 S->printPretty(Out, 0, PrintingPolicy(LO));
|
ExprEngine.cpp | [all...] |
/external/llvm/lib/Analysis/ |
ScalarEvolutionNormalization.cpp | 183 const SCEV *LO = X->getLHS(); 185 const SCEV *LN = TransformSubExpr(LO, User, OperandValToReplace); 187 if (LO != LN || RO != RN)
|
/external/eigen/blas/ |
common.h | 31 #define LO 1 48 : ((X)=='L' || (X)=='l') ? LO \
|
/external/openssl/crypto/aes/asm/ |
aes-x86_64.pl | 65 sub lo() { my $r=shift; $r =~ s/%[er]([a-d])x/%\1l/; subroutine 68 sub LO() { my $r=shift; $r =~ s/%r([a-z]+)/%e\1/; 95 movzb `&lo("$s0")`,$acc0 96 movzb `&lo("$s1")`,$acc1 97 movzb `&lo("$s2")`,$acc2 104 movzb `&lo("$s3")`,$acc2 120 movzb `&lo("$s2")`,$acc0 121 movzb `&lo("$s3")`,$acc1 122 movzb `&lo("$s0")`,$acc2 129 movzb `&lo("$s1")`,$acc [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_blit_1.c | 72 #define LO 0 75 #define LO 1 124 (map[src[HI]]<<16)|(map[src[LO]]); 128 (map[src[HI]]<<16)|(map[src[LO]]); 139 (map[src[HI]]<<16)|(map[src[LO]]); 156 (map[src[HI]]<<16)|(map[src[LO]]); 160 (map[src[HI]]<<16)|(map[src[LO]]); 171 (map[src[HI]]<<16)|(map[src[LO]]);
|
SDL_blit_N.c | 847 #define LO 0 850 #define LO 1 980 (((src[LO])&0x00F80000)>>9)| \ 981 (((src[LO])&0x0000F800)>>6)| \ 982 (((src[LO])&0x000000F8)>>3); \ [all...] |
/external/libffi/src/powerpc/ |
darwin_closure.S | 301 bcl 20,31,LO$ffi_closure_helper_DARWIN 302 LO$ffi_closure_helper_DARWIN: 304 addis r11,r11,ha16(L_ffi_closure_helper_DARWIN$lazy_ptr - LO$ffi_closure_helper_DARWIN) 306 lgu r12,lo16(L_ffi_closure_helper_DARWIN$lazy_ptr - LO$ffi_closure_helper_DARWIN)(r11)
|
/external/llvm/tools/llvm-diff/ |
DifferenceEngine.cpp | 356 Value *LO = L->getOperand(I), *RO = R->getOperand(I); 357 if (!equivalentAsOperands(LO, RO)) { 358 if (Complain) Engine.logf("operands %l and %r differ") << LO << RO;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeVectorOps.cpp | 450 SDValue Lo, Hi, ShAmt; 454 Lo = DAG.getNode(ISD::SRL, dl, WideVT, LoadVals[WideIdx], ShAmt); 455 Lo = DAG.getNode(ISD::AND, dl, WideVT, Lo, SrcEltBitMask); 471 Lo = DAG.getNode(ISD::OR, dl, WideVT, Lo, Hi); 476 Lo = DAG.getAnyExtOrTrunc(Lo, dl, DstEltVT); 479 Lo = DAG.getZExtOrTrunc(Lo, dl, DstEltVT) [all...] |
/system/core/libpixelflinger/codeflinger/ |
ARMAssemblerInterface.h | 37 LO = CC
|
/external/aac/libSBRenc/src/ |
sbr_def.h | 154 #define LO 0
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
ARMBaseInfo.h | 33 LO, // Carry clear Less than 52 case HS: return LO; 53 case LO: return HS; 73 case ARMCC::LO: return "lo";
|
/external/v8/src/mips/ |
simulator-mips.h | 157 // LO, HI, and pc. 158 LO,
|
/external/clang/lib/Analysis/ |
CFG.cpp | [all...] |
/external/clang/lib/CodeGen/ |
CGDebugInfo.cpp | 323 const LangOptions &LO = CGM.getLangOpts(); 324 if (LO.CPlusPlus) { 325 if (LO.ObjC1) 329 } else if (LO.ObjC1) { 331 } else if (LO.C99) { 341 if (LO.ObjC1) 342 RuntimeVers = LO.ObjCRuntime.isNonFragile() ? 2 : 1; 346 Producer, LO.Optimize, [all...] |
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.cpp | 102 SDValue Lo = getTargetNode(Op, DAG, MipsII::MO_ABS_LO); 105 DAG.getNode(MipsISD::Lo, DL, Ty, Lo)); 119 SDValue Lo = DAG.getNode(MipsISD::Lo, DL, Ty, getTargetNode(Op, DAG, LoFlag)); 120 return DAG.getNode(ISD::ADD, DL, Ty, Load, Lo); 151 case MipsISD::Lo: return "MipsISD::Lo"; 415 // multHi/Lo: product of multiplication 416 // Lo0: initial value of Lo registe [all...] |
/external/qemu/target-mips/ |
cpu.h | 144 target_ulong LO[MIPS_DSP_ACC];
|
/external/llvm/lib/Target/AArch64/Utils/ |
AArch64BaseInfo.h | 34 LO, // Unsigned lower or same Less than 60 case A64CC::LO: return "lo"; 83 .Case("lo", A64CC::LO) 84 .Case("cc", A64CC::LO)
|