/external/clang/test/Index/ |
complete-type-factors.m | 9 High 31 [a method:Red priority:High]; 41 // CHECK-CC1: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (32) 56 // CHECK-CC2: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (65) 72 // CHECK-CC3: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (16) 88 // CHECK-CC4: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (65) 106 // CHECK-CC6: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (65) 122 // CHECK-CC7: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (65) 134 // CHECK-CC8: EnumConstantDecl:{ResultType enum Priority}{TypedText High} (16)
|
/external/llvm/include/llvm/Support/ |
IntegersSubset.h | 182 IntType High; 192 Low(RHS.Low), High(RHS.High), 195 Low(C), High(C), IsEmpty(false), IsSingleNumber(true) {} 197 IntRange(const IntType &L, const IntType &H) : Low(L), High(H), 198 IsEmpty(false), IsSingleNumber(Low == High) {} 209 return High; 216 if (High > RHS.High) 228 return Low == RHS.Low && High == RHS.High [all...] |
IntegersSubsetMapping.h | 319 const IntTy *High = &OldItems.begin()->first.getHigh(); 327 if (*CurHigh > *High) 328 High = CurHigh; 330 RangeEx R(*Low, *High, Weight); 333 High = &j->first.getHigh(); 338 RangeEx R(*Low, *High, Weight); 351 void add(const IntTy &Low, const IntTy &High, SuccessorClass *S = 0) { 352 RangeTy R(Low, High);
|
/external/libvpx/libvpx/test/ |
register_state_check.h | 26 return (lhs.Low == rhs.Low && lhs.High == rhs.High);
|
/external/llvm/lib/Transforms/Utils/ |
LowerSwitch.cpp | 51 Constant* High; 54 CaseRange(Constant *low = 0, Constant *high = 0, BasicBlock *bb = 0) : 55 Low(low), High(high), BB(bb) { } 108 O << *B->Low << " -" << *B->High; 136 << cast<ConstantInt>(Pivot.High)->getValue() << "\n"); 174 if (Leaf.Low == Leaf.High) { 182 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_SLE, Val, Leaf.High, 186 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Val, Leaf.High, 194 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); [all...] |
/external/llvm/unittests/ADT/ |
VariadicFunctionTest.cpp | 88 void CountInRangeImpl(int *NumInRange, int Low, int High, 92 if (Low <= *Args[i] && *Args[i] <= High)
|
/frameworks/compile/slang/BitWriter_2_9/ |
BitcodeWriterPass.cpp | 80 const APInt &High = r.getHigh(); 82 for (APInt V = Low; V != High; V++) {
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
BitcodeWriterPass.cpp | 80 const APInt &High = r.getHigh(); 82 for (APInt V = Low; V != High; V++) {
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
omxVCM4P2_DecodePadMV_PVOP_s.s | 106 High RN 4 286 M_LDR High,pHigh ;// High=32*scaleFactor 293 RSB Low,High,#0 ;// Low = -32*scaleFactor 295 ADD Range,High,High ;// Range=64*ScaleFactor 296 SUB High,High,#1 ;// High= 32*scaleFactor-1 301 CMP diffMVdx,High [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_DecodePadMV_PVOP_s.s | 106 High RN 4 286 M_LDR High,pHigh ;// High=32*scaleFactor 293 RSB Low,High,#0 ;// Low = -32*scaleFactor 295 ADD Range,High,High ;// Range=64*ScaleFactor 296 SUB High,High,#1 ;// High= 32*scaleFactor-1 301 CMP diffMVdx,High [all...] |
/external/llvm/include/llvm/IR/ |
InlineAsm.h | 245 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data"); 258 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data"); 296 unsigned High = Flag >> 16; 299 if (!High) 301 RC = High - 1;
|
/external/jmonkeyengine/engine/src/test/jme3test/network/ |
TestSerialization.java | 66 High, 116 status1 = Status.High;
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/x86/ |
mul.pl | 12 $High="edx";
|
mul_add.pl | 12 $High="edx";
|
/external/llvm/lib/Target/X86/ |
X86RegisterInfo.h | 138 unsigned getX86SubSuperRegister(unsigned, MVT::SimpleValueType, bool High=false);
|
/external/openssl/crypto/bn/asm/x86/ |
mul.pl | 12 $High="edx";
|
mul_add.pl | 12 $High="edx";
|
/external/llvm/lib/IR/ |
Metadata.cpp | 426 ConstantInt *High) { 427 ConstantRange NewRange(Low->getValue(), High->getValue()); 434 Type *Ty = High->getType(); 443 ConstantInt *High) { 445 if (tryMergeRange(EndPoints, Low, High)) 449 EndPoints.push_back(High);
|
/external/chromium_org/third_party/skia/src/sfnt/ |
SkPanose.h | 98 ((High, 8)) 285 ((High, 8)) 355 ((High, 5)) 426 ((High, 8))
|
/external/skia/src/sfnt/ |
SkPanose.h | 98 ((High, 8)) 285 ((High, 8)) 355 ((High, 5)) 426 ((High, 8))
|
/external/chromium_org/third_party/lzma_sdk/ |
7z.h | 91 UInt32 High;
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGBuilder.h | 133 const Constant *High; 137 Case() : Low(0), High(0), BB(0), ExtraWeight(0) { } 138 Case(const Constant *low, const Constant *high, MachineBasicBlock *bb, 139 uint32_t extraweight) : Low(low), High(high), BB(bb), 143 const APInt &rHigh = cast<ConstantInt>(High)->getValue();
|
/external/lzma/C/ |
7z.h | 91 UInt32 High;
|
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
bn-586.pl | 140 $High="edx"; 256 $High="edx";
|
/external/llvm/lib/Target/XCore/ |
XCoreISelLowering.cpp | 354 SDValue High = DAG.getLoad(getPointerTy(), DL, Chain, 358 SDValue HighShifted = DAG.getNode(ISD::SHL, DL, MVT::i32, High, HighShift); 361 High.getValue(1)); 418 SDValue High = DAG.getExtLoad(ISD::EXTLOAD, DL, MVT::i32, Chain, 423 SDValue HighShifted = DAG.getNode(ISD::SHL, DL, MVT::i32, High, 427 High.getValue(1)); 476 SDValue High = DAG.getNode(ISD::SRL, dl, MVT::i32, Value, 484 SDValue StoreHigh = DAG.getTruncStore(Chain, dl, High, HighAddr, [all...] |