Home
last modified time | relevance | path

Searched refs:WCHAR_MIN (Results 1 – 19 of 19) sorted by relevance

/external/clang/test/Headers/
Dwchar_limits.cpp9 int max_test[WCHAR_MAX == (swchar ? -(WCHAR_MIN+1) : (wchar_t)-1)];
10 int min_test[WCHAR_MIN == (swchar ? 0 : -WCHAR_MAX-1)];
/external/python/cpython3/Modules/_decimal/libmpdec/
Dvcstdint.h196 #ifndef WCHAR_MIN // [
197 # define WCHAR_MIN 0 macro
/external/libvncserver/compat/msvc/
Dstdint.h211 #ifndef WCHAR_MIN // [
212 # define WCHAR_MIN 0 macro
/external/libusb/msvc/
Dstdint.h211 #ifndef WCHAR_MIN /* also in wchar.h */
212 #define WCHAR_MIN 0U macro
/external/jemalloc/include/msvc_compat/C99/
Dstdint.h211 #ifndef WCHAR_MIN // [
212 # define WCHAR_MIN 0 macro
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dlowest.pass.cpp40 test<wchar_t>(WCHAR_MIN); in main()
Dmin.pass.cpp40 test<wchar_t>(WCHAR_MIN); in main()
/external/clang/lib/Headers/
Dstdint.h694 #ifndef WCHAR_MIN
696 # define WCHAR_MIN __INTN_MIN(__WCHAR_WIDTH__) macro
698 # define WCHAR_MIN __UINTN_C(__WCHAR_WIDTH__, 0) macro
/external/clang/test/Preprocessor/
Dstdint.c1483 WCHAR_MIN_ WCHAR_MIN
/external/libcxx/test/std/depr/depr.c.headers/
Dwchar_h.pass.cpp24 #ifndef WCHAR_MIN
25 #error WCHAR_MIN not defined
Dinttypes_h.pass.cpp203 #ifndef WCHAR_MIN
204 #error WCHAR_MIN not defined
Dstdint_h.pass.cpp241 assert(WCHAR_MIN == std::numeric_limits<wchar_t>::min()); in main()
/external/libcxx/test/std/strings/c.strings/
Dcwchar.pass.cpp24 #ifndef WCHAR_MIN
25 #error WCHAR_MIN not defined
/external/libcxx/include/
Dcstdint81 WCHAR_MIN
Dcwchar21 WCHAR_MIN
/external/libcxx/test/std/input.output/file.streams/c.files/
Dcinttypes.pass.cpp203 #ifndef WCHAR_MIN
204 #error WCHAR_MIN not defined
/external/libcxx/test/std/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp242 assert(WCHAR_MIN == std::numeric_limits<wchar_t>::min()); in main()
/external/python/cpython2/Lib/plat-linux2/
DIN.py143 WCHAR_MIN = __WCHAR_MIN variable
/external/python/cpython2/Lib/plat-atheos/
DIN.py271 WCHAR_MIN = (-2147483647-1) variable