Home
last modified time | relevance | path

Searched refs:_MIN (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
Dtype_checkers.py133 if not self._MIN <= proposed_value <= self._MAX:
196 _MIN = -2147483648 variable in Int32ValueChecker
202 _MIN = 0 variable in Uint32ValueChecker
208 _MIN = -(1 << 63) variable in Int64ValueChecker
214 _MIN = 0 variable in Uint64ValueChecker
/external/u-boot/arch/x86/include/asm/arch-baytrail/acpi/
Dsouthcluster.asl134 CreateDwordField(MCRS, ^PMEM._MIN, PMIN)
149 CreateQwordField(MCRS, ^UMEM._MIN, UMIN)
/external/protobuf/src/google/protobuf/stubs/
Dmathlimits.cc105 const Type MathLimits<Type>::kPosMin = PREFIX##_MIN; \
/external/u-boot/arch/x86/include/asm/arch-quark/acpi/
Dsouthcluster.asl125 CreateDwordField(MCRS, ^PMEM._MIN, PMIN)
/external/clang/lib/Headers/
Dstdint.h653 #define __INTN_MIN(n) __stdint_join3( INT, n, _MIN)
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DDelphi.stg1375 DFA<dfa.decisionNumber>_MIN = '<dfa.javaCompressedMin; wrap="'+\n '">';
1387 Min := TDFA.UnpackEncodedStringToUnsignedChars(DFA<dfa.decisionNumber>_MIN);