/external/clang/lib/Headers/ |
D | limits.h | 42 #undef SCHAR_MIN 65 #define SCHAR_MIN (-__SCHAR_MAX__-1) macro 85 #define CHAR_MIN SCHAR_MIN
|
D | opencl-c.h | 261 #define SCHAR_MIN (-128) macro 264 #define CHAR_MIN SCHAR_MIN
|
/external/arm-trusted-firmware/include/lib/libc/aarch64/ |
D | limits_.h | 8 #define SCHAR_MIN (-SCHAR_MIN - 1) macro
|
/external/arm-trusted-firmware/include/lib/libc/aarch32/ |
D | limits_.h | 8 #define SCHAR_MIN (-SCHAR_MIN - 1) macro
|
/external/clang/test/Headers/ |
D | limits.cpp | 8 _Static_assert(SCHAR_MAX == -(SCHAR_MIN+1), ""); 18 _Static_assert(SCHAR_MIN == -SCHAR_MAX-1, "");
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/language.support/support.limits/c.limits/ |
D | climits.pass.cpp | 19 #ifndef SCHAR_MIN 20 #error SCHAR_MIN not defined
|
/external/libcxx/test/std/language.support/support.limits/c.limits/ |
D | climits.pass.cpp | 18 #ifndef SCHAR_MIN 19 #error SCHAR_MIN not defined
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | limits_h.pass.cpp | 18 #ifndef SCHAR_MIN 19 #error SCHAR_MIN not defined
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/ |
D | limits_h.compile.pass.cpp | 17 #ifndef SCHAR_MIN 18 #error SCHAR_MIN not defined
|
/external/libcxx/include/ |
D | climits | 20 SCHAR_MIN
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/language.support/support.limits/limits/numeric.limits.members/ |
D | lowest.pass.cpp | 42 test<signed char>(SCHAR_MIN); in main()
|
D | min.pass.cpp | 42 test<signed char>(SCHAR_MIN); in main()
|
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/ |
D | lowest.pass.cpp | 40 test<signed char>(SCHAR_MIN); in main()
|
D | min.pass.cpp | 40 test<signed char>(SCHAR_MIN); in main()
|
/external/python/cpython2/Lib/plat-beos5/ |
D | IN.py | 96 SCHAR_MIN = (-127-1) variable 98 CHAR_MIN = SCHAR_MIN
|
/external/musl/include/ |
D | limits.h | 19 #define SCHAR_MIN (-128) macro
|
/external/cronet/buildtools/third_party/libc++/trunk/include/ |
D | climits | 19 SCHAR_MIN
|
/external/python/cpython2/Lib/plat-atheos/ |
D | IN.py | 116 SCHAR_MIN = (-128) variable 196 SCHAR_MIN = (-128) variable 201 CHAR_MIN = SCHAR_MIN
|
/external/python/cpython2/Lib/plat-linux2/ |
D | IN.py | 230 SCHAR_MIN = (-128) variable 235 CHAR_MIN = SCHAR_MIN
|
/external/harfbuzz_ng/src/ |
D | hb-meta.hh | 176 template <> struct hb_int_min<signed char> : hb_integral_constant<signed char, SCHAR_MIN> {};
|
/external/toybox/toys/posix/ |
D | getconf.c | 155 CONF(SCHAR_MIN), CONF(SHRT_MAX), CONF(SHRT_MIN), CONF(SSIZE_MAX),
|
/external/mdnsresponder/mDNSShared/ |
D | CommonServices.h | 748 #define INT8_MIN SCHAR_MIN
|
/external/python/cpython3/Objects/ |
D | memoryobject.c | 1797 if (ld < SCHAR_MIN || ld > SCHAR_MAX) goto err_range; in pack_single()
|