/external/llvm/include/llvm/Support/ |
D | DataTypes.h | 89 #define UINT16_MAX 65535 macro 130 #ifndef UINT16_MAX 131 # define UINT16_MAX 65535 macro
|
/external/mesa3d/include/c99/ |
D | stdint.h | 141 #define UINT16_MAX _UI16_MAX macro 155 #define UINT_LEAST16_MAX UINT16_MAX 169 #define UINT_FAST16_MAX UINT16_MAX
|
/external/chromium_org/third_party/mesa/src/include/c99/ |
D | stdint.h | 141 #define UINT16_MAX _UI16_MAX macro 155 #define UINT_LEAST16_MAX UINT16_MAX 169 #define UINT_FAST16_MAX UINT16_MAX
|
/external/chromium_org/third_party/re2/mswin/ |
D | stdint.h | 141 #define UINT16_MAX _UI16_MAX macro 155 #define UINT_LEAST16_MAX UINT16_MAX 169 #define UINT_FAST16_MAX UINT16_MAX
|
/external/chromium_org/third_party/libusb/src/msvc/ |
D | stdint.h | 138 #define UINT16_MAX 65535 macro 154 #define UINT_LEAST16_MAX UINT16_MAX 170 #define UINT_FAST16_MAX UINT16_MAX
|
/external/bison/lib/ |
D | bitrotate.h | 95 return ((x << n) | (x >> (16 - n))) & UINT16_MAX; in rotl16() 106 return ((x >> n) | (x << (16 - n))) & UINT16_MAX; in rotr16()
|
D | inttypes.in.h | 125 # ifdef UINT16_MAX 131 # ifdef UINT16_MAX 137 # ifdef UINT16_MAX 143 # ifdef UINT16_MAX 630 # ifdef UINT16_MAX 636 # ifdef UINT16_MAX 642 # ifdef UINT16_MAX
|
D | stdint.in.h | 361 #undef UINT16_MAX 364 #define UINT16_MAX 65535 402 #define UINT_LEAST16_MAX UINT16_MAX
|
/external/icu4c/common/unicode/ |
D | umachine.h | 153 #ifndef UINT16_MAX 155 # define UINT16_MAX ((uint16_t)(65535U)) macro
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | umachine.h | 172 #ifndef UINT16_MAX 174 # define UINT16_MAX ((uint16_t)(65535U)) macro
|
/external/iptables/extensions/ |
D | libxt_TCPMSS.c | 42 .min = 0, .max = UINT16_MAX - sizeof(struct iphdr), 50 .min = 0, .max = UINT16_MAX - sizeof(struct ip6_hdr),
|
D | libipt_MASQUERADE.c | 49 if (!xtables_strtoui(arg, &end, &port, 0, UINT16_MAX)) in parse_ports() 59 if (!xtables_strtoui(end + 1, NULL, &maxport, 0, UINT16_MAX)) in parse_ports()
|
D | libipt_REDIRECT.c | 48 if (!xtables_strtoui(arg, &end, &port, 0, UINT16_MAX) && in parse_ports() 59 if (!xtables_strtoui(end + 1, NULL, &maxport, 0, UINT16_MAX) && in parse_ports()
|
/external/llvm/include/llvm/MC/ |
D | MCSchedule.h | 97 static const unsigned short InvalidNumMicroOps = UINT16_MAX; 98 static const unsigned short VariantNumMicroOps = UINT16_MAX - 1;
|
/external/chromium_org/third_party/smhasher/src/ |
D | pstdint.h | 330 #ifndef UINT16_MAX 331 # define UINT16_MAX 0xffff macro 334 #if (UINT_MAX == UINT16_MAX) || defined (S_SPLINT_S) 340 #elif (USHRT_MAX == UINT16_MAX) 590 # define UINT_LEAST16_MAX UINT16_MAX
|
/external/bison/linux-lib/ |
D | inttypes.h | 437 # ifdef UINT16_MAX 443 # ifdef UINT16_MAX 449 # ifdef UINT16_MAX 455 # ifdef UINT16_MAX 942 # ifdef UINT16_MAX 948 # ifdef UINT16_MAX 954 # ifdef UINT16_MAX
|
/external/bison/darwin-lib/ |
D | inttypes.h | 437 # ifdef UINT16_MAX 443 # ifdef UINT16_MAX 449 # ifdef UINT16_MAX 455 # ifdef UINT16_MAX 942 # ifdef UINT16_MAX 948 # ifdef UINT16_MAX 954 # ifdef UINT16_MAX
|
D | stdint.h | 362 #undef UINT16_MAX 365 #define UINT16_MAX 65535 macro 403 #define UINT_LEAST16_MAX UINT16_MAX
|
/external/chromium_org/build/ |
D | intsafe_workaround.h | 21 #undef UINT16_MAX
|
/external/bison/m4/ |
D | stdint.m4 | 102 #ifdef UINT16_MAX 103 uint16_t b2 = UINT16_MAX; 191 #ifdef UINT16_MAX 192 int check_uint16: (uint16_t) -1 == UINT16_MAX ? 1 : -1; 246 #ifdef UINT16_MAX 247 MVAL (UINT16_MAX),
|
/external/clang/test/Preprocessor/ |
D | stdint.c | 1009 UINT16_MAX_ UINT16_MAX
|
/external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/ |
D | basictypes.h | 34 const uint16 kuint16max = UINT16_MAX;
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/ |
D | basictypes.h | 34 const uint16 kuint16max = UINT16_MAX;
|
/external/clang/lib/Headers/ |
D | stdint.h | 616 #define UINT16_MAX UINT16_C(65535) macro 619 # define __UINT_LEAST16_MAX UINT16_MAX 622 # define __UINT_LEAST8_MAX UINT16_MAX
|
/external/bison/src/ |
D | system.h | 33 # undef UINT16_MAX
|