Searched refs:_MAX (Results 1 – 10 of 10) sorted by relevance
/external/protobuf/python/google/protobuf/internal/ |
D | type_checkers.py | 133 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/ |
D | southcluster.asl | 135 CreateDwordField(MCRS, ^PMEM._MAX, PMAX) 150 CreateQwordField(MCRS, ^UMEM._MAX, UMAX)
|
/external/llvm/docs/HistoricalNotes/ |
D | 2003-01-23-CygwinNotes.txt | 8 1. Cygwin doesn't have <inttypes.h> or <stdint.h>, so all the INT*_MAX
|
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/ |
D | 2003-01-23-CygwinNotes.txt | 8 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/ |
D | 2003-01-23-CygwinNotes.txt | 8 1. Cygwin doesn't have <inttypes.h> or <stdint.h>, so all the INT*_MAX
|
/external/protobuf/src/google/protobuf/stubs/ |
D | mathlimits.cc | 106 const Type MathLimits<Type>::kPosMax = PREFIX##_MAX; \
|
/external/clang/lib/Headers/ |
D | stdint.h | 654 #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/ |
D | southcluster.asl | 126 CreateDwordField(MCRS, ^PMEM._MAX, PMAX)
|
/external/antlr/tool/src/main/resources/org/antlr/codegen/templates/Delphi/ |
D | Delphi.stg | 1376 DFA<dfa.decisionNumber>_MAX = '<dfa.javaCompressedMax; wrap="'+\n '">'; 1388 Max := TDFA.UnpackEncodedStringToUnsignedChars(DFA<dfa.decisionNumber>_MAX);
|
/external/libevent/ |
D | ChangeLog-2.0 | 892 …o Add EV_*_MAX macros to event2/util.h to expose limits for ev_* types. (aba1fff) o Functions to v…
|