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

1 2 3 4 5 6 7

  /art/compiler/
compiler.cc 49 if (code_item.insns_size_in_code_units_ >= UINT16_MAX / 4) {
55 if (code_item.registers_size_ >= UINT16_MAX / 4) {
  /external/llvm/include/llvm/Support/
DataTypes.h 89 #define UINT16_MAX 65535
130 #ifndef UINT16_MAX
131 # define UINT16_MAX 65535
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdint.h 87 #define UINT16_MAX 65535
103 #define UINT_LEAST16_MAX UINT16_MAX
119 #define UINT_FAST16_MAX UINT16_MAX
  /external/bison/lib/
bitrotate.h 95 return ((x << n) | (x >> (16 - n))) & UINT16_MAX;
106 return ((x >> n) | (x << (16 - n))) & 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/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
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h 136 #define UINT16_MAX 65535
152 #define UINT_LEAST16_MAX UINT16_MAX
168 #define UINT_FAST16_MAX UINT16_MAX
  /external/icu/icu4c/source/common/unicode/
umachine.h 187 #ifndef UINT16_MAX
189 # define UINT16_MAX ((uint16_t)(65535U))
  /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) &&
  /ndk/tests/build/stdint-c++/jni/
test_all_macros.cpp 50 #ifndef UINT16_MAX
51 #error UINT16_MAX defined!
test_c.c 48 #ifndef UINT16_MAX
49 #error UINT16_MAX defined!
test_no_macros.cpp 50 #ifdef UINT16_MAX
51 #error UINT16_MAX defined!
  /frameworks/av/media/img_utils/include/img_utils/
TiffHelpers.h 53 MAX_IFD_ENTRIES = 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...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stdint.h 116 # define UINT16_MAX (65535U)
117 # define UINT_LEAST16_MAX UINT16_MAX
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stdint.h 116 # define UINT16_MAX (65535U)
117 # define UINT_LEAST16_MAX UINT16_MAX
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stdint.h 116 # define UINT16_MAX (65535U)
117 # define UINT_LEAST16_MAX UINT16_MAX
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
stdint.h 116 # define UINT16_MAX (65535U)
117 # define UINT_LEAST16_MAX UINT16_MAX
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
stdint.h 116 # define UINT16_MAX (65535U)
117 # define UINT_LEAST16_MAX UINT16_MAX

Completed in 518 milliseconds

1 2 3 4 5 6 7