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

1 2 3

  /external/clang/test/Headers/
wchar_limits.cpp 8 int max_test[WCHAR_MAX == (swchar ? -(WCHAR_MIN+1) : (wchar_t)-1)];
9 int min_test[WCHAR_MIN == (swchar ? 0 : -WCHAR_MAX-1)];
  /prebuilt/sdk/14/renderscript/clang-include/
limits.h 55 #undef WCHAR_MIN
97 #define WCHAR_MIN 0
99 #define WCHAR_MIN (-__WCHAR_MAX__-1)
stdint.h 648 #ifndef WCHAR_MIN
650 # define WCHAR_MIN __INTN_MIN(__WCHAR_WIDTH__)
652 # define WCHAR_MIN __UINTN_C(__WCHAR_WIDTH__, 0)
  /external/stlport/stlport/stl/
_cwchar.h 44 # include <stdint.h> // WCHAR_MIN, WCHAR_MAX
117 # ifndef WCHAR_MIN
118 # define WCHAR_MIN 0
127 /* Compilers that do not define WCHAR_MIN and WCHAR_MAX to be testable at
129 # undef WCHAR_MIN
130 # define WCHAR_MIN 0
135 /* Definition of WCHAR_MIN and MAX are wrong for alpha platform
136 * as gcc consider wchar_t as an unsigned type but WCHAR_MIN is defined as
143 /* Check that WCHAR_MIN value hasn't been fixed */
144 _STLP_STATIC_ASSERT((WCHAR_MIN < 0)
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 44 # include <stdint.h> // WCHAR_MIN, WCHAR_MAX
117 # ifndef WCHAR_MIN
118 # define WCHAR_MIN 0
127 /* Compilers that do not define WCHAR_MIN and WCHAR_MAX to be testable at
129 # undef WCHAR_MIN
130 # define WCHAR_MIN 0
135 /* Definition of WCHAR_MIN and MAX are wrong for alpha platform
136 * as gcc consider wchar_t as an unsigned type but WCHAR_MIN is defined as
143 /* Check that WCHAR_MIN value hasn't been fixed */
144 _STLP_STATIC_ASSERT((WCHAR_MIN < 0)
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 44 # include <stdint.h> // WCHAR_MIN, WCHAR_MAX
117 # ifndef WCHAR_MIN
118 # define WCHAR_MIN 0
127 /* Compilers that do not define WCHAR_MIN and WCHAR_MAX to be testable at
129 # undef WCHAR_MIN
130 # define WCHAR_MIN 0
135 /* Definition of WCHAR_MIN and MAX are wrong for alpha platform
136 * as gcc consider wchar_t as an unsigned type but WCHAR_MIN is defined as
143 /* Check that WCHAR_MIN value hasn't been fixed */
144 _STLP_STATIC_ASSERT((WCHAR_MIN < 0)
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 44 # include <stdint.h> // WCHAR_MIN, WCHAR_MAX
117 # ifndef WCHAR_MIN
118 # define WCHAR_MIN 0
127 /* Compilers that do not define WCHAR_MIN and WCHAR_MAX to be testable at
129 # undef WCHAR_MIN
130 # define WCHAR_MIN 0
135 /* Definition of WCHAR_MIN and MAX are wrong for alpha platform
136 * as gcc consider wchar_t as an unsigned type but WCHAR_MIN is defined as
143 /* Check that WCHAR_MIN value hasn't been fixed */
144 _STLP_STATIC_ASSERT((WCHAR_MIN < 0)
    [all...]
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_cwchar.h 44 # include <stdint.h> // WCHAR_MIN, WCHAR_MAX
117 # ifndef WCHAR_MIN
118 # define WCHAR_MIN 0
127 /* Compilers that do not define WCHAR_MIN and WCHAR_MAX to be testable at
129 # undef WCHAR_MIN
130 # define WCHAR_MIN 0
135 /* Definition of WCHAR_MIN and MAX are wrong for alpha platform
136 * as gcc consider wchar_t as an unsigned type but WCHAR_MIN is defined as
143 /* Check that WCHAR_MIN value hasn't been fixed */
144 _STLP_STATIC_ASSERT((WCHAR_MIN < 0)
    [all...]
  /external/stlport/test/unit/
macro_checks.cpp 73 #if !defined (WCHAR_MIN)
74 # error Missing WCHAR_MIN definition.
81 #if !(WCHAR_MIN < WCHAR_MAX)
82 # error Weird WCHAR_MIN or WCHAR_MAX macro value.
  /ndk/tests/device/test-gnustl-full/unit/
macro_checks.cpp 73 #if !defined (WCHAR_MIN)
74 # error Missing WCHAR_MIN definition.
81 #if !(WCHAR_MIN < WCHAR_MAX)
82 # error Weird WCHAR_MIN or WCHAR_MAX macro value.
  /ndk/tests/device/test-stlport/unit/
macro_checks.cpp 73 #if !defined (WCHAR_MIN)
74 # error Missing WCHAR_MIN definition.
81 #if !(WCHAR_MIN < WCHAR_MAX)
82 # error Weird WCHAR_MIN or WCHAR_MAX macro value.
  /external/clang/test/Preprocessor/
stdint.c     [all...]
  /external/mesa3d/include/c99/
stdint.h 210 // WCHAR_MIN and WCHAR_MAX are also defined in <wchar.h>
211 #ifndef WCHAR_MIN // [
212 # define WCHAR_MIN 0
213 #endif // WCHAR_MIN ]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdint.h 272 # ifndef WCHAR_MIN
274 # define WCHAR_MIN __WCHAR_MIN
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdint.in.h 478 /* Get WCHAR_MIN, WCHAR_MAX.
482 #if ! (defined WCHAR_MIN && defined WCHAR_MAX)
487 #undef WCHAR_MIN
489 #define WCHAR_MIN \
  /external/clang/lib/Headers/
stdint.h 648 #ifndef WCHAR_MIN
650 # define WCHAR_MIN __INTN_MIN(__WCHAR_WIDTH__)
652 # define WCHAR_MIN __UINTN_C(__WCHAR_WIDTH__, 0)
  /prebuilt/sdk/15/renderscript/clang-include/
stdint.h 648 #ifndef WCHAR_MIN
650 # define WCHAR_MIN __INTN_MIN(__WCHAR_WIDTH__)
652 # define WCHAR_MIN __UINTN_C(__WCHAR_WIDTH__, 0)
  /bionic/libc/include/
wchar.h 74 #define WCHAR_MIN INT_MIN
  /development/ndk/platforms/android-3/include/
wchar.h 74 #define WCHAR_MIN 0
  /development/ndk/platforms/android-8/include/
wchar.h 74 #define WCHAR_MIN 0
  /development/ndk/platforms/android-9/include/
wchar.h 74 #define WCHAR_MIN INT_MIN
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
wchar.h 74 #define WCHAR_MIN 0
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
wchar.h 74 #define WCHAR_MIN 0
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
wchar.h 74 #define WCHAR_MIN 0
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
wchar.h 74 #define WCHAR_MIN 0

Completed in 67 milliseconds

1 2 3