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

  /external/clang/test/Index/
complete-type-factors.m 8 Low,
32 [A method:Red priority:Low];
44 // CHECK-CC1: EnumConstantDecl:{ResultType enum Priority}{TypedText Low} (32)
59 // CHECK-CC2: EnumConstantDecl:{ResultType enum Priority}{TypedText Low} (65)
75 // CHECK-CC3: EnumConstantDecl:{ResultType enum Priority}{TypedText Low} (16)
91 // CHECK-CC4: EnumConstantDecl:{ResultType enum Priority}{TypedText Low} (65)
109 // CHECK-CC6: EnumConstantDecl:{ResultType enum Priority}{TypedText Low} (65)
123 // CHECK-CC7: EnumConstantDecl:{ResultType enum Priority}{TypedText Low} (65)
135 // CHECK-CC8: EnumConstantDecl:{ResultType enum Priority}{TypedText Low} (16)
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 50 Constant* Low;
54 CaseRange(Constant *low = 0, Constant *high = 0, BasicBlock *bb = 0) :
55 Low(low), High(high), BB(bb) { }
76 const ConstantInt* CI1 = cast<const ConstantInt>(C1.Low);
120 O << *B->Low << " -" << *B->High;
147 << cast<ConstantInt>(Pivot.Low)->getValue() << " -"
163 Val, Pivot.Low, "Pivot");
186 if (Leaf.Low == Leaf.High) {
189 Leaf.Low, "SwitchLeaf")
    [all...]
  /external/libvpx/vp8/common/x86/
boolcoder.cxx 218 uint32 L = Low;
224 "Writing a %d, B %x Low %x Range %x s %x blag %d ...\n",
225 value? 1:0, B-Bstart, Low, Range, s, bit_lag
245 Low = L;
249 "...done, B %x Low %x Range %x blag %d \n",
250 B-Bstart, Low, Range, bit_lag
258 uint32 L = Low;
285 int i = 4; do { Low <<= 8; Low |= *B++;} while( --i);
292 uint32 L = Low;
    [all...]
  /external/llvm/lib/Transforms/IPO/
ArgumentPromotion.cpp 258 std::set<ArgPromotion::IndicesVector>::iterator Low;
259 Low = Set.upper_bound(Indices);
260 if (Low != Set.begin())
261 Low--;
262 // Low is now the last element smaller than or equal to Indices. This means
267 return Low != Set.end() && IsPrefix(*Low, Indices);
277 std::set<ArgPromotion::IndicesVector>::iterator Low;
278 Low = Safe.upper_bound(ToMark);
280 if (Low != Safe.begin()
    [all...]
  /external/openssl/crypto/bn/asm/x86/
mul.pl 11 $Low="eax";
mul_add.pl 11 $Low="eax";
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 132 Constant* Low;
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),
144 const APInt &rLow = cast<ConstantInt>(Low)->getValue();
187 assert(isa<ConstantInt>(C1.Low) && isa<ConstantInt>(C2.High));
188 const ConstantInt* CI1 = cast<const ConstantInt>(C1.Low);
SelectionDAGBuilder.cpp 61 /// LimitFloatPrecision - Generate low-precision inline sequences for
67 cl::desc("Generate low-precision inline sequences "
    [all...]
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 107 Low RN 2
293 RSB Low,High,#0 ;// Low = -32*scaleFactor
298 CMP diffMVdx,Low ;// If diffMVdx<Low
312 CMP diffMVdx,Low
313 ADDLT diffMVdx,diffMVdx,Range ;// If diffMVdy<Low diffMVdy+=Range
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 107 Low RN 2
293 RSB Low,High,#0 ;// Low = -32*scaleFactor
298 CMP diffMVdx,Low ;// If diffMVdx<Low
312 CMP diffMVdx,Low
313 ADDLT diffMVdx,diffMVdx,Range ;// If diffMVdy<Low diffMVdy+=Range
  /external/llvm/lib/CodeGen/
RenderMachineFunction.h 261 typedef enum { Zero, Low, High } PressureState;
RenderMachineFunction.cpp 614 return Low;
704 << indent + s(4) << "<td>Low Pressure</td>"
749 psStrs[Low] = "p-l";
    [all...]
  /external/clang/lib/Basic/
Diagnostic.cpp 511 unsigned Low = PluralNumber(Start, End);
517 return Low <= Val && Val <= High;
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 424 // ldw low, base[offset >> 2]
426 // shr low_shifted, low, (offset & 0x3) * 8
437 SDValue Low = DAG.getLoad(getPointerTy(), DL, Chain,
441 SDValue LowShifted = DAG.getNode(ISD::SRL, DL, MVT::i32, Low, LowShift);
444 Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Low.getValue(1),
451 SDValue Low = DAG.getExtLoad(ISD::ZEXTLOAD, DL, MVT::i32, Chain,
463 SDValue Result = DAG.getNode(ISD::OR, DL, MVT::i32, Low, HighShifted);
464 Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Low.getValue(1),
513 SDValue Low = Value;
516 SDValue StoreLow = DAG.getTruncStore(Chain, dl, Low, BasePtr
    [all...]
  /external/openssl/crypto/bn/asm/
bn-586.pl 139 $Low="eax";
255 $Low="eax";
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 426 // Otherwise, if Mask is 0+1+0+, and if B is known to have the low 0+
798 // Check that the low bits are zero.
799 APInt Low = APInt::getLowBitsSet(BigBitSize, SmallBitSize);
800 if ((Low & AndCst->getValue()) == 0 && (Low & BigCst->getValue()) == 0) {
801 Value *NewAnd = Builder->CreateAnd(V, Low | AndCst->getValue());
    [all...]
  /external/oprofile/events/mips/34K/
events 69 event:0x2f counters:0 um:zero minimum:500 name:RELAX_STALLS : 47-0 Low power stall cycles (operations) as requested by the policy manager
  /external/oprofile/events/mips/1004K/
events 70 event:0x2f counters:0 um:zero minimum:500 name:RELAX_STALLS : 47-0 Low power stall cycles (operations) as requested by the policy manager
  /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/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 150 StringRef Op, int Low, int High);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 348 // (low) operations are left as Legal, as there are single-result
350 // when both high and low results are needed must be arranged by dagcombine.
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 628 milliseconds