HomeSort by relevance Sort by last modified time
    Searched defs:MaxValue (Results 1 - 18 of 18) sorted by null

  /art/runtime/
atomic.h 314 static T MaxValue() {
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTDecompress.cpp 537 PVRTuint32 MaxValue=YPos;
553 MaxValue = XPos;
575 MaxValue >>= ShiftCount;
576 Twiddled |= (MaxValue << (2*ShiftCount));
    [all...]
  /art/compiler/optimizing/
induction_var_range_test.cc 302 Value MaxValue(Value v1, Value v2) { return range_.MergeVal(v1, v2, false); }
695 TEST_F(InductionVarRangeTest, MaxValue) {
696 ExpectEqual(Value(100), MaxValue(Value(10), Value(100)));
697 ExpectEqual(Value(x_, 1, -1), MaxValue(Value(x_, 1, -4), Value(x_, 1, -1)));
698 ExpectEqual(Value(x_, 4, -1), MaxValue(Value(x_, 4, -4), Value(x_, 4, -1)));
699 ExpectEqual(Value(), MaxValue(Value(x_, 1, 5), Value(y_, 1, -7)))
    [all...]
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInstrInfo.cpp 486 int MaxValue = HexagonMCInstrInfo::getMaxValue(MCII, MCI);
487 return (MinValue > Value || Value > MaxValue);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxva2api.h 283 DXVA2_Fixed32 MaxValue;
    [all...]
vmr9.h     [all...]
ndr64types.h 135 NDR64_INT64 MaxValue;
569 NDR64_UINT32 MaxValue;
netmon.h 1183 DWORD MaxValue;
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrFormPkg.h 462 mMinMaxStepData->u64.MaxValue = 0;
468 VOID SetMinMaxStepData (IN UINT64 MinValue, IN UINT64 MaxValue, IN UINT64 Step) {
471 mMinMaxStepData->u64.MaxValue = MaxValue;
477 if (MaxValue > mMinMaxStepData->u64.MaxValue) {
478 mMinMaxStepData->u64.MaxValue = MaxValue;
484 VOID SetMinMaxStepData (IN UINT32 MinValue, IN UINT32 MaxValue, IN UINT32 Step) {
487 mMinMaxStepData->u32.MaxValue = MaxValue;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrFormPkg.h 386 mMinMaxStepData->u64.MaxValue = 0;
392 VOID SetMinMaxStepData (IN UINT64 MinValue, IN UINT64 MaxValue, IN UINT64 Step) {
395 mMinMaxStepData->u64.MaxValue = MaxValue;
401 if (MaxValue > mMinMaxStepData->u64.MaxValue) {
402 mMinMaxStepData->u64.MaxValue = MaxValue;
408 VOID SetMinMaxStepData (IN UINT32 MinValue, IN UINT32 MaxValue, IN UINT32 Step) {
411 mMinMaxStepData->u32.MaxValue = MaxValue;
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp     [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
UefiInternalFormRepresentation.h 910 UINT8 MaxValue;
915 UINT16 MaxValue;
920 UINT32 MaxValue;
925 UINT64 MaxValue;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiHii.h 847 UINT8 MaxValue;
852 UINT16 MaxValue;
857 UINT32 MaxValue;
862 UINT64 MaxValue;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiInternalFormRepresentation.h 1017 UINT8 MaxValue;
1022 UINT16 MaxValue;
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiInternalFormRepresentation.h 931 UINT8 MaxValue;
936 UINT16 MaxValue;
941 UINT32 MaxValue;
946 UINT64 MaxValue;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 

Completed in 405 milliseconds