Home
last modified time | relevance | path

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

/external/angle/doc/
DResourceLimits.md19 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/
Dlimits.h43 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/
Dtype_checkers.py139 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/
Dlimits43 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/
Dmathlimits.cc69 const Type MathLimits<Type>::kPosMax = PREFIX##_MAX; \
/external/llvm-project/llvm/docs/HistoricalNotes/
D2003-01-23-CygwinNotes.txt8 1. Cygwin doesn't have <inttypes.h> or <stdint.h>, so all the INT*_MAX
/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/llvm-project/clang/lib/Headers/
Dstdint.h640 #define __INTN_MAX(n) __stdint_join3( INT, n, _MAX)
641 #define __UINTN_MAX(n) __stdint_join3(UINT, n, _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/usrsctp/usrsctplib/netinet/
Dsctp_sysctl.c1156 (new > prefix##_MAX)) { \
1179 (new > prefix##_MAX)) { \
1203 (new > prefix##_MAX)) { \
1230 (new > prefix##_MAX)) { \
/external/usrsctp/usrsctplib/
Duser_socket.c3598 (value > __prefix##_MAX)) { \
3615 (value > __prefix##_MAX)) { \
/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/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.inc1121 // 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/
DManual.tex473 SCTP\_MAX\_BURST&struct sctp\_assoc\_value&r/w\tabularnewline \hline
/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…