/external/angle/doc/ |
D | ResourceLimits.md | 19 GL\_MAX\_VERTEX\_ATTRIBS | 8 | 16 | | | 20 GL\_MAX\_VERTEX\_UNIFORM\_VECTORS | 128 | 254 | | | 21 GL\_MAX\_VERTEX\_TEXTURE\_IMAGE\_UNITS | 0 | (fn1) | 0 | 0 |… 22 GL\_MAX\_VARYING\_VECTORS | 8 | (fn1) | 8 | 10 |… 23 GL\_MAX\_FRAGMENT\_UNIFORM\_VECTORS | 16 | (fn1) | 29 | 221 |… 24 GL\_MAX\_TEXTURE\_IMAGE\_UNITS | 8 | 16 | | | 25 GL\_MAX\_TEXTURE\_SIZE | 64 | 2048-16384 (fn1) | | | 26 GL\_MAX\_CUBE\_MAP\_SIZE | 16 | 2048-16384 (fn1) | | | 27 GL\_MAX\_RENDERBUFFER\_SIZE | 1 | 2048-16384 (fn1) | | |
|
/external/pigweed/pw_minimal_cpp_stdlib/public/internal/ |
D | limits.h | 43 signed type, true, true, sname##_MIN, sname##_MAX); \ 44 _PW_LIMITS_SPECIALIZATION(unsigned type, false, true, 0u, uname##_MAX)
|
/external/protobuf/python/google/protobuf/internal/ |
D | type_checkers.py | 139 if not self._MIN <= int(proposed_value) <= self._MAX: 211 _MAX = 2147483647 variable in Int32ValueChecker 217 _MAX = (1 << 32) - 1 variable in Uint32ValueChecker 223 _MAX = (1 << 63) - 1 variable in Int64ValueChecker 229 _MAX = (1 << 64) - 1 variable in Uint64ValueChecker
|
/external/pigweed/pw_minimal_cpp_stdlib/public/ |
D | limits | 43 signed type, true, true, sname##_MIN, sname##_MAX); \ 44 _PW_LIMITS_SPECIALIZATION(unsigned type, false, true, 0u, uname##_MAX)
|
/external/protobuf/src/google/protobuf/stubs/ |
D | mathlimits.cc | 69 const Type MathLimits<Type>::kPosMax = PREFIX##_MAX; \
|
/external/llvm-project/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/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/llvm-project/clang/lib/Headers/ |
D | stdint.h | 640 #define __INTN_MAX(n) __stdint_join3( INT, n, _MAX) 641 #define __UINTN_MAX(n) __stdint_join3(UINT, n, _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/usrsctp/usrsctplib/netinet/ |
D | sctp_sysctl.c | 1156 (new > prefix##_MAX)) { \ 1179 (new > prefix##_MAX)) { \ 1203 (new > prefix##_MAX)) { \ 1230 (new > prefix##_MAX)) { \
|
/external/usrsctp/usrsctplib/ |
D | user_socket.c | 3598 (value > __prefix##_MAX)) { \ 3615 (value > __prefix##_MAX)) { \
|
/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/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_unittest.inc | 1121 // Make sure we can take the address of _MIN, _MAX and _ARRAYSIZE. 1131 // Make sure we can use _MIN and _MAX as switch cases.
|
/external/usrsctp/ |
D | Manual.tex | 473 SCTP\_MAX\_BURST&struct sctp\_assoc\_value&r/w\tabularnewline \hline
|
/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…
|