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

1 2 3

  /external/chromium_org/content/browser/power_profiler/
power_data_provider.h 25 High,
power_data_provider_ia_win.h 23 virtual AccuracyLevel GetAccuracyLevel() OVERRIDE { return High; }
power_profiler_service.cc 52 case PowerDataProvider::High:
53 return "High";
power_profiler_service_unittest.cc 43 virtual AccuracyLevel GetAccuracyLevel() OVERRIDE { return High; }
  /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 55 Constant* High;
58 CaseRange(Constant *low = nullptr, Constant *high = nullptr,
60 Low(low), High(high), BB(bb) { }
84 const ConstantInt* CI2 = cast<const ConstantInt>(C2.High);
127 O << *B->Low << " -" << *B->High;
151 if (Begin->Low == LowerBound && Begin->High == UpperBound) {
166 << " -" << cast<ConstantInt>(Pivot.High)->getValue() << "\n");
185 NewUpperBound = cast<ConstantInt>(LastLHS->High);
239 if (Leaf.Low == Leaf.High) {
    [all...]
  /external/libvpx/libvpx/test/
register_state_check.h 27 return (lhs.Low == rhs.Low && lhs.High == rhs.High);
  /external/llvm/unittests/ADT/
VariadicFunctionTest.cpp 88 void CountInRangeImpl(int *NumInRange, int Low, int High,
92 if (Low <= *Args[i] && *Args[i] <= High)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
register_state_check.h 27 return (lhs.Low == rhs.Low && lhs.High == rhs.High);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 120 High RN 4
300 M_LDR High,pHigh ;// High=32*scaleFactor
307 RSB Low,High,#0 ;// Low = -32*scaleFactor
309 ADD Range,High,High ;// Range=64*ScaleFactor
310 SUB High,High,#1 ;// High= 32*scaleFactor-1
315 CMP diffMVdx,High
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP_s.s 120 High RN 4
300 M_LDR High,pHigh ;// High=32*scaleFactor
307 RSB Low,High,#0 ;// Low = -32*scaleFactor
309 ADD Range,High,High ;// Range=64*ScaleFactor
310 SUB High,High,#1 ;// High= 32*scaleFactor-1
315 CMP diffMVdx,High
    [all...]
  /external/llvm/include/llvm/IR/
InlineAsm.h 242 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data");
255 assert((InputFlag & ~0xffff) == 0 && "High bits already contain data");
293 unsigned High = Flag >> 16;
296 if (!High)
298 RC = High - 1;
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
register_state_check.h 41 return (lhs.Low == rhs.Low && lhs.High == rhs.High);
  /external/llvm/lib/Target/X86/
X86RegisterInfo.h 134 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/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 134 const Constant *High;
138 Case() : Low(nullptr), High(nullptr), BB(nullptr), ExtraWeight(0) { }
139 Case(const Constant *low, const Constant *high, MachineBasicBlock *bb,
140 uint32_t extraweight) : Low(low), High(high), BB(bb),
144 const APInt &rHigh = cast<ConstantInt>(High)->getValue();
190 assert(isa<ConstantInt>(C1.Low) && isa<ConstantInt>(C2.High));
192 const ConstantInt* CI2 = cast<const ConstantInt>(C2.High);
297 /// *NOTE* The following is a high level documentation of SelectionDAG Stack
301 /// High Level Overview of SelectionDAG Stack Protector Generation
    [all...]
  /external/llvm/lib/IR/
Metadata.cpp 429 ConstantInt *High) {
430 ConstantRange NewRange(Low->getValue(), High->getValue());
437 Type *Ty = High->getType();
446 ConstantInt *High) {
448 if (tryMergeRange(EndPoints, Low, High))
452 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/chromium_org/ui/accessibility/extensions/highcontrast/
popup.js 21 $('title').innerText = 'High Contrast is Enabled';
26 $('title').innerText = 'High Contrast is Disabled';
background.js 96 chrome.browserAction.setTitle({'title': 'High Contrast (Cmd+Shift+F11)'});
  /external/skia/src/sfnt/
SkPanose.h 98 ((High, 8))
285 ((High, 8))
355 ((High, 5))
426 ((High, 8))
  /external/vixl/test/examples/
test-examples.cc 366 #define CHECKBOUNDS_DOTEST(Value, Low, High) \
371 simulator.set_xreg(2, High); \
373 assert(regs.xreg(0) == ((Low <= Value) && (Value <= High))); \
  /external/chromium_org/third_party/lzma_sdk/
7z.h 91 UInt32 High;
  /external/lzma/C/
7z.h 91 UInt32 High;

Completed in 732 milliseconds

1 2 3