HomeSort by relevance Sort by last modified time
    Searched refs:UINT16_MAX (Results 1 - 25 of 80) 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
DataTypes.h.cmake 88 #define UINT16_MAX 65535
132 #ifndef UINT16_MAX
133 # define UINT16_MAX 65535
DataTypes.h.in 88 #define UINT16_MAX 65535
129 #ifndef UINT16_MAX
130 # define UINT16_MAX 65535
  /external/webkit/Source/JavaScriptCore/icu/unicode/
umachine.h 188 #ifndef UINT16_MAX
190 # define UINT16_MAX ((uint16_t)(65535U))
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
umachine.h 188 #ifndef UINT16_MAX
190 # define UINT16_MAX ((uint16_t)(65535U))
  /external/webkit/Source/WebCore/icu/unicode/
umachine.h 188 #ifndef UINT16_MAX
190 # define UINT16_MAX ((uint16_t)(65535U))
  /external/webkit/Source/WebKit/mac/icu/unicode/
umachine.h 188 #ifndef UINT16_MAX
190 # define UINT16_MAX ((uint16_t)(65535U))
  /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/icu4c/common/unicode/
umachine.h 181 #ifndef UINT16_MAX
183 # 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),
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 48 #ifdef UINT16_MAX
49 #error UINT16_MAX defined!
test_constant_macros.cpp 49 #ifdef UINT16_MAX
50 #error UINT16_MAX is defined!
  /bionic/libc/include/
stdint.h 111 # define UINT16_MAX (65535U)
112 # define UINT_LEAST16_MAX UINT16_MAX
  /development/ndk/platforms/android-3/include/
stdint.h 111 # define UINT16_MAX (65535U)
112 # define UINT_LEAST16_MAX UINT16_MAX
  /external/clang/test/Preprocessor/
stdint.c 902 UINT16_MAX_ UINT16_MAX
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
stdint.h 111 # define UINT16_MAX (65535U)
112 # define UINT_LEAST16_MAX UINT16_MAX
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
stdint.h 111 # define UINT16_MAX (65535U)
112 # define UINT_LEAST16_MAX UINT16_MAX
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdint.h 116 # define UINT16_MAX (65535U)
117 # define UINT_LEAST16_MAX UINT16_MAX
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdint.h 116 # define UINT16_MAX (65535U)
117 # define UINT_LEAST16_MAX UINT16_MAX
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdint.h 116 # define UINT16_MAX (65535U)
117 # define UINT_LEAST16_MAX UINT16_MAX
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdint.h 116 # define UINT16_MAX (65535U)
117 # define UINT_LEAST16_MAX UINT16_MAX

Completed in 1225 milliseconds

1 2 3 4