HomeSort by relevance Sort by last modified time
    Searched refs:UINT16_MAX (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/llvm/include/llvm/Support/
DataTypes.h 89 #define UINT16_MAX 65535
130 #ifndef UINT16_MAX
131 # define UINT16_MAX 65535
  /external/bison/lib/
bitrotate.h 95 return ((x << n) | (x >> (16 - n))) & UINT16_MAX;
106 return ((x >> n) | (x << (16 - n))) & UINT16_MAX;
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
stdint.in.h 361 #undef UINT16_MAX
364 #define UINT16_MAX 65535
402 #define UINT_LEAST16_MAX UINT16_MAX
  /external/chromium_org/third_party/icu/source/common/unicode/
umachine.h 153 #ifndef UINT16_MAX
155 # define UINT16_MAX ((uint16_t)(65535U))
  /external/icu/icu4c/source/common/unicode/
umachine.h 153 #ifndef UINT16_MAX
155 # define UINT16_MAX ((uint16_t)(65535U))
  /external/chromium_org/third_party/libusb/src/msvc/
stdint.h 138 #define UINT16_MAX 65535
154 #define UINT_LEAST16_MAX UINT16_MAX
170 #define UINT_FAST16_MAX UINT16_MAX
  /external/chromium_org/third_party/mesa/src/include/c99/
stdint.h 141 #define UINT16_MAX _UI16_MAX
155 #define UINT_LEAST16_MAX UINT16_MAX
169 #define UINT_FAST16_MAX UINT16_MAX
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 141 #define UINT16_MAX _UI16_MAX
155 #define UINT_LEAST16_MAX UINT16_MAX
169 #define UINT_FAST16_MAX UINT16_MAX
  /external/mesa3d/include/c99/
stdint.h 141 #define UINT16_MAX _UI16_MAX
155 #define UINT_LEAST16_MAX UINT16_MAX
169 #define UINT_FAST16_MAX UINT16_MAX
  /external/iptables/extensions/
libxt_TCPMSS.c 42 .min = 0, .max = UINT16_MAX - sizeof(struct iphdr),
50 .min = 0, .max = UINT16_MAX - SIZEOF_STRUCT_IP6_HDR,
libip6t_MASQUERADE.c 48 if (!xtables_strtoui(arg, &end, &port, 0, UINT16_MAX))
58 if (!xtables_strtoui(end + 1, NULL, &maxport, 0, UINT16_MAX))
libip6t_REDIRECT.c 47 if (!xtables_strtoui(arg, &end, &port, 0, UINT16_MAX) &&
58 if (!xtables_strtoui(end + 1, NULL, &maxport, 0, UINT16_MAX) &&
libipt_MASQUERADE.c 49 if (!xtables_strtoui(arg, &end, &port, 0, UINT16_MAX))
59 if (!xtables_strtoui(end + 1, NULL, &maxport, 0, UINT16_MAX))
libipt_REDIRECT.c 48 if (!xtables_strtoui(arg, &end, &port, 0, UINT16_MAX) &&
59 if (!xtables_strtoui(end + 1, NULL, &maxport, 0, UINT16_MAX) &&
  /external/llvm/include/llvm/MC/
MCSchedule.h 102 static const unsigned short InvalidNumMicroOps = UINT16_MAX;
103 static const unsigned short VariantNumMicroOps = UINT16_MAX - 1;
  /external/chromium_org/third_party/libaddressinput/src/cpp/include/libaddressinput/util/
basictypes.h 45 const uint16 kuint16max = UINT16_MAX;
  /development/ndk/platforms/android-3/include/
stdint.h 102 # define UINT16_MAX (65535)
103 # define UINT_LEAST16_MAX UINT16_MAX
  /external/clang/test/Preprocessor/
stdint.c     [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
basictypes.h 34 const uint16 kuint16max = UINT16_MAX;
  /external/chromium_org/third_party/smhasher/src/
pstdint.h 330 #ifndef UINT16_MAX
331 # define UINT16_MAX 0xffff
334 #if (UINT_MAX == UINT16_MAX) || defined (S_SPLINT_S)
340 #elif (USHRT_MAX == UINT16_MAX)
594 # define UINT_LEAST16_MAX UINT16_MAX
  /external/bison/darwin-lib/
stdint.h 362 #undef UINT16_MAX
365 #define UINT16_MAX 65535
403 #define UINT_LEAST16_MAX UINT16_MAX
  /external/bison/src/
system.h 33 # undef UINT16_MAX
  /bionic/libc/include/
stdint.h 171 #define UINT16_MAX (65535)
172 #define UINT_LEAST16_MAX UINT16_MAX
  /development/ndk/platforms/android-L/include/
stdint.h 171 #define UINT16_MAX (65535)
172 #define UINT_LEAST16_MAX UINT16_MAX

Completed in 1004 milliseconds

1 2 3 4