Searched defs:WCHAR_MIN (Results 1 - 8 of 8) sorted by relevance

/external/stlport/stlport/stl/
H A D_cwchar.h44 # include <stdint.h> // WCHAR_MIN, WCHAR_MAX
117 # ifndef WCHAR_MIN
118 # define WCHAR_MIN 0 macro
127 /* Compilers that do not define WCHAR_MIN and WCHAR_MAX to be testable at
129 # undef WCHAR_MIN macro
130 # define WCHAR_MIN 0 macro
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 <
145 # undef WCHAR_MIN macro
146 # define WCHAR_MIN macro
157 # undef WCHAR_MIN macro
158 # define WCHAR_MIN macro
[all...]
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h211 #ifndef WCHAR_MIN /* also in wchar.h */
212 #define WCHAR_MIN 0U macro
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdint.h210 // WCHAR_MIN and WCHAR_MAX are also defined in <wchar.h>
211 #ifndef WCHAR_MIN // [
212 # define WCHAR_MIN 0 macro
213 #endif // WCHAR_MIN ]
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h210 // WCHAR_MIN and WCHAR_MAX are also defined in <wchar.h>
211 #ifndef WCHAR_MIN // [
212 # define WCHAR_MIN 0 macro
213 #endif // WCHAR_MIN ]
/external/mesa3d/include/c99/
H A Dstdint.h210 // WCHAR_MIN and WCHAR_MAX are also defined in <wchar.h>
211 #ifndef WCHAR_MIN // [
212 # define WCHAR_MIN 0 macro
213 #endif // WCHAR_MIN ]
/external/bison/darwin-lib/
H A Dstdint.h543 /* Get WCHAR_MIN, WCHAR_MAX.
548 #if 1 && ! (defined WCHAR_MIN && defined WCHAR_MAX)
558 #undef WCHAR_MIN macro
560 #define WCHAR_MIN \ macro
/external/chromium_org/third_party/smhasher/src/
H A Dpstdint.h97 * WCHAR_MIN
655 # ifndef WCHAR_MIN
656 # define WCHAR_MIN 0 macro
/external/clang/lib/Headers/
H A Dstdint.h694 #ifndef WCHAR_MIN
696 # define WCHAR_MIN __INTN_MIN(__WCHAR_WIDTH__) macro
698 # define WCHAR_MIN __UINTN_C(__WCHAR_WIDTH__, 0) macro

Completed in 2643 milliseconds