Searched defs:MaxValue (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInst.cpp96 int MaxValue = getMaxValue(); local
113 return (ImmValue < MinValue || ImmValue > MaxValue);
/external/chromium_org/third_party/WebKit/Source/platform/
H A DCheckedInt.h240 struct MaxValue struct in namespace:blink::detail
322 return x <= MaxValue<T>::value && x >= MinValue<T>::value;
331 return x <= MaxValue<T>::value;
340 return sizeof(T) > sizeof(U) || x <= U(MaxValue<T>::value);
351 : x >= 0 && x <= U(MaxValue<T>::value);
418 const T max = MaxValue<T>::value;
442 return y == 0 || x <= MaxValue<T>::value / y;
/external/webrtc/src/modules/audio_processing/test/
H A Dunit_test.cc154 T MaxValue(T a, T b) { function in namespace:__anon33503
174 max = MaxValue(max, AbsValue(frame._payloadData[i]));
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_ax_object_proxy.cc492 .SetProperty("maxValue", &WebAXObjectProxy::MaxValue)
666 int WebAXObjectProxy::MaxValue() { function in class:content::WebAXObjectProxy
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1706 int MaxValue = getMaxValue(MI); local
1709 return (ImmValue < MinValue || ImmValue > MaxValue);
/external/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp23 // Return true if Expr is in the range [MinValue, MaxValue].
24 static bool inRange(const MCExpr *Expr, int64_t MinValue, int64_t MaxValue) { argument
27 return Value >= MinValue && Value <= MaxValue;
195 bool isImm(int64_t MinValue, int64_t MaxValue) const {
196 return Kind == KindImm && inRange(Imm, MinValue, MaxValue);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 113 milliseconds