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

1 2

  /external/webkit/JavaScriptCore/icu/unicode/
umachine.h 188 #ifndef UINT16_MAX
190 # define UINT16_MAX ((uint16_t)(65535U))
  /external/webkit/JavaScriptGlue/icu/unicode/
umachine.h 188 #ifndef UINT16_MAX
190 # define UINT16_MAX ((uint16_t)(65535U))
  /external/webkit/WebCore/icu/unicode/
umachine.h 188 #ifndef UINT16_MAX
190 # define UINT16_MAX ((uint16_t)(65535U))
  /external/webkit/WebKit/mac/icu/unicode/
umachine.h 188 #ifndef UINT16_MAX
190 # define UINT16_MAX ((uint16_t)(65535U))
  /external/chromium/third_party/icu/public/common/unicode/
umachine.h 165 #ifndef UINT16_MAX
167 # define UINT16_MAX ((uint16_t)(65535U))
  /external/icu4c/common/unicode/
umachine.h 172 #ifndef UINT16_MAX
174 # define UINT16_MAX ((uint16_t)(65535U))
  /bionic/libc/include/
stdint.h 116 # define UINT16_MAX (65535U)
117 # define UINT_LEAST16_MAX UINT16_MAX
  /development/ndk/platforms/android-3/include/
stdint.h 116 # define UINT16_MAX (65535U)
117 # define UINT_LEAST16_MAX UINT16_MAX
  /prebuilt/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
  /prebuilt/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
  /prebuilt/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
  /prebuilt/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
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdint.h 116 # define UINT16_MAX (65535U)
117 # define UINT_LEAST16_MAX UINT16_MAX
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdint.h 116 # define UINT16_MAX (65535U)
117 # define UINT_LEAST16_MAX UINT16_MAX
  /external/bison/src/
system.h 35 # undef UINT16_MAX
scan-skel.c 89 #ifndef UINT16_MAX
90 #define UINT16_MAX (65535U)
    [all...]
  /external/iproute2/tc/
tc_core.c 173 if ((sz >> s->size_log) > UINT16_MAX) {
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdint.h 172 # define UINT16_MAX (65535)
  /system/core/sh/
init.c 153 #undef UINT16_MAX
154 #define UINT16_MAX (65535U)
445 #undef UINT16_MAX
446 #define UINT16_MAX (65535U)
737 #undef UINT16_MAX
738 #define UINT16_MAX (65535U)
  /external/chromium/third_party/icu/source/io/
uscanf_p.c 401 *(int16_t*)(args[0].ptrValue) = (int16_t)(UINT16_MAX & info->fWidth);
675 *(int16_t*)num = (int16_t)(UINT16_MAX & result);
1030 *(int16_t*)num = (int16_t)(UINT16_MAX & result);
1077 *(int16_t*)num = (int16_t)(UINT16_MAX & result);
    [all...]
uprntf_p.c 426 num &= UINT16_MAX;
461 num &= UINT16_MAX;
497 num &= UINT16_MAX;
    [all...]
  /external/icu4c/io/
uscanf_p.c 401 *(int16_t*)(args[0].ptrValue) = (int16_t)(UINT16_MAX & info->fWidth);
675 *(int16_t*)num = (int16_t)(UINT16_MAX & result);
1030 *(int16_t*)num = (int16_t)(UINT16_MAX & result);
1077 *(int16_t*)num = (int16_t)(UINT16_MAX & result);
    [all...]
uprntf_p.c 426 num &= UINT16_MAX;
461 num &= UINT16_MAX;
497 num &= UINT16_MAX;
    [all...]
  /external/bluetooth/bluez/tools/
lexer.c 72 #ifndef UINT16_MAX
73 #define UINT16_MAX (65535U)
    [all...]
  /external/chromium/third_party/icu/source/tools/gencnval/
gencnval.c 822 *tagNum = UINT16_MAX;
823 *converterNum = UINT16_MAX;
    [all...]

Completed in 5198 milliseconds

1 2