Home
last modified time | relevance | path

Searched refs:_MAX (Results 1 – 10 of 10) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
Dtype_checkers.py133 if not self._MIN <= proposed_value <= self._MAX:
197 _MAX = 2147483647 variable in Int32ValueChecker
203 _MAX = (1 << 32) - 1 variable in Uint32ValueChecker
209 _MAX = (1 << 63) - 1 variable in Int64ValueChecker
215 _MAX = (1 << 64) - 1 variable in Uint64ValueChecker
/external/u-boot/arch/x86/include/asm/arch-baytrail/acpi/
Dsouthcluster.asl135 CreateDwordField(MCRS, ^PMEM._MAX, PMAX)
150 CreateQwordField(MCRS, ^UMEM._MAX, UMAX)
/external/llvm/docs/HistoricalNotes/
D2003-01-23-CygwinNotes.txt8 1. Cygwin doesn't have <inttypes.h> or <stdint.h>, so all the INT*_MAX
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2003-01-23-CygwinNotes.txt8 1. Cygwin doesn't have <inttypes.h> or <stdint.h>, so all the INT*_MAX
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/
D2003-01-23-CygwinNotes.txt8 1. Cygwin doesn't have <inttypes.h> or <stdint.h>, so all the INT*_MAX
/external/protobuf/src/google/protobuf/stubs/
Dmathlimits.cc106 const Type MathLimits<Type>::kPosMax = PREFIX##_MAX; \
/external/clang/lib/Headers/
Dstdint.h654 #define __INTN_MAX(n) __stdint_join3( INT, n, _MAX)
655 #define __UINTN_MAX(n) __stdint_join3(UINT, n, _MAX)
/external/u-boot/arch/x86/include/asm/arch-quark/acpi/
Dsouthcluster.asl126 CreateDwordField(MCRS, ^PMEM._MAX, PMAX)
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/
DDelphi.stg1376 DFA<dfa.decisionNumber>_MAX = '<dfa.javaCompressedMax; wrap="'+\n '">';
1388 Max := TDFA.UnpackEncodedStringToUnsignedChars(DFA<dfa.decisionNumber>_MAX);
/external/libevent/
DChangeLog-2.0892 …o Add EV_*_MAX macros to event2/util.h to expose limits for ev_* types. (aba1fff) o Functions to v…