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

  /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/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) { }
77 const ConstantInt* CI2 = cast<const ConstantInt>(C2.High);
120 O << *B->Low << " -" << *B->High;
148 << cast<ConstantInt>(Pivot.High)->getValue() << "\n");
186 if (Leaf.Low == Leaf.High) {
194 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_SLE, Val, Leaf.High,
198 Comp = new ICmpInst(*NewLeaf, ICmpInst::ICMP_ULE, Val, Leaf.High,
    [all...]
  /frameworks/base/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/base/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/
InlineAsm.h 232 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data");
245 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data");
283 unsigned High = Flag >> 16;
286 if (!High)
288 RC = High - 1;
  /external/llvm/lib/Target/X86/
X86RegisterInfo.h 134 unsigned getX86SubSuperRegister(unsigned, EVT, bool High=false);
X86RegisterInfo.cpp 662 unsigned getX86SubSuperRegister(unsigned Reg, EVT VT, bool High) {
666 if (High) {
  /external/openssl/crypto/bn/asm/x86/
mul.pl 12 $High="edx";
mul_add.pl 12 $High="edx";
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 133 Constant* High;
137 Case() : Low(0), High(0), BB(0), ExtraWeight(0) { }
138 Case(Constant* low, Constant* high, MachineBasicBlock* bb,
139 uint32_t extraweight) : Low(low), High(high), BB(bb),
143 const APInt &rHigh = cast<ConstantInt>(High)->getValue();
187 assert(isa<ConstantInt>(C1.Low) && isa<ConstantInt>(C2.High));
189 const ConstantInt* CI2 = cast<const ConstantInt>(C2.High);
SelectionDAGBuilder.cpp 79 // MaxParallelChains default is arbitrarily high to avoid affecting
    [all...]
LegalizeVectorTypes.cpp 841 // The low and high parts of the original input give four input vectors.
    [all...]
  /external/llvm/lib/CodeGen/
RenderMachineFunction.h 261 typedef enum { Zero, Low, High } PressureState;
RenderMachineFunction.cpp 612 return High;
709 << indent + s(4) << "<td>High Pressure</td>"
750 psStrs[High] = "p-h";
    [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 514 unsigned High = PluralNumber(Start, End);
517 return Low <= Val && Val <= High;
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 425 // ldw high, base[(offset >> 2) + 1]
427 // shl high_shifted, high, 32 - (offset & 0x3) * 8
439 SDValue High = DAG.getLoad(getPointerTy(), DL, Chain,
442 SDValue HighShifted = DAG.getNode(ISD::SHL, DL, MVT::i32, High, HighShift);
445 High.getValue(1));
456 SDValue High = DAG.getExtLoad(ISD::EXTLOAD, DL, MVT::i32, Chain,
461 SDValue HighShifted = DAG.getNode(ISD::SHL, DL, MVT::i32, High,
465 High.getValue(1));
514 SDValue High = DAG.getNode(ISD::SRL, dl, MVT::i32, Value,
522 SDValue StoreHigh = DAG.getTruncStore(Chain, dl, High, HighAddr
    [all...]
  /external/openssl/crypto/bn/asm/
bn-586.pl 140 $High="edx";
256 $High="edx";
  /external/freetype/src/raster/
ftraster.c 648 /* High :: Set to True for high precision (typically for ppem < 18), */
652 Set_High_Precision( RAS_ARGS Int High )
662 * while for the high accuracy case we have
676 if ( High )
689 FT_TRACE6(( "Set_High_Precision(%s)\n", High ? "true" : "false" ));
    [all...]
  /external/webrtc/src/modules/audio_processing/aecm/main/matlab/matlab/
AECMobile.m 249 %title(['\gamma | In = ',int2str(aecmStructNew.muStruct.countInInterval),' | Out High = ',int2str(aecmStructNew.muStruct.countOutHighInterval),' | Out Low = ',int2str(aecmStructNew.muStruct.countOutLowInterval)])
  /external/mesa3d/docs/
MESA_texture_array.spec 48 1. High dynamic range textures. The application stores several
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 150 StringRef Op, int Low, int High);
    [all...]
  /external/qemu-pc-bios/vgabios/
clext.c 778 mov al, #0x01 ;; High Refresh 75Hz

Completed in 774 milliseconds