/third_party/python/Lib/test/test_capi/ |
H A D | test_structmembers.py | 9 SHRT_MAX, SHRT_MIN, USHRT_MAX, \ 48 ts.T_SHORT = SHRT_MAX 49 self.assertEqual(ts.T_SHORT, SHRT_MAX) 133 ts.T_SHORT = SHRT_MAX+1 13 PY_SSIZE_T_MAX, PY_SSIZE_T_MIN global() namespace
|
H A D | test_getargs.py | 19 # > h signed short SHRT_MIN..SHRT_MAX 48 SHRT_MIN, SHRT_MAX, FLT_MIN, FLT_MAX, DBL_MIN, DBL_MAX namespace 283 # h returns 'short', and does range checking (SHRT_MIN ... SHRT_MAX) 299 self.assertEqual(SHRT_MAX, getargs_h(SHRT_MAX)) 300 self.assertRaises(OverflowError, getargs_h, SHRT_MAX+1)
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | ftimage.h | 353 #define FT_OUTLINE_CONTOURS_MAX SHRT_MAX 354 #define FT_OUTLINE_POINTS_MAX SHRT_MAX
|
/third_party/python/Modules/_ctypes/libffi_osx/include/ |
H A D | ffi.h | 103 #if SHRT_MAX == 32767 106 #elif SHRT_MAX == 2147483647
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | values.h | 18 #define MAXSHORT SHRT_MAX
|
H A D | limits.h | 25 #define SHRT_MAX 0x7fff macro
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
H A D | fopen.c | 29 if (fd > SHRT_MAX) { in fopen()
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | fopen.c | 27 if (fd > SHRT_MAX) {
in fopen()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | values.h | 18 #define MAXSHORT SHRT_MAX
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | values.h | 18 #define MAXSHORT SHRT_MAX
|
H A D | limits.h | 25 #define SHRT_MAX 0x7fff macro
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | fopen.c | 27 if (fd > SHRT_MAX) {
in fopen()
|
/third_party/musl/include/ |
H A D | values.h | 18 #define MAXSHORT SHRT_MAX
|
H A D | limits.h | 23 #define SHRT_MAX 0x7fff macro
|
/third_party/musl/porting/liteos_a/user/include/ |
H A D | limits.h | 23 #define SHRT_MAX 0x7fff macro
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | limits.h | 23 #define SHRT_MAX 0x7fff macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | limits.h | 56 #define SHRT_MAX 0x7fff macro
|
/third_party/musl/libc-test/src/api/ |
H A D | limits.c | 80 C(SHRT_MAX) in f()
|
/third_party/python/Python/ |
H A D | structmember.c | 168 if ((long_val > SHRT_MAX) || (long_val < SHRT_MIN)) in PyMember_SetOne()
|
/third_party/skia/third_party/externals/libpng/ |
H A D | pngconf.h | 488 #elif SHRT_MIN == -32768 && SHRT_MAX == 32767
|
/third_party/ltp/testcases/kernel/syscalls/epoll/ |
H A D | epoll-ltp.c | 261 fd_set_size = abs(rand() + SHRT_MAX) % INT_MAX; in test_epoll_create()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-meta.hh | 208 template <> struct hb_int_max<signed short> : hb_integral_constant<signed short, SHRT_MAX> {};
|
/third_party/toybox/toys/posix/ |
H A D | getconf.c | 155 CONF(SCHAR_MIN), CONF(SHRT_MAX), CONF(SHRT_MIN), CONF(SSIZE_MAX),
|
/third_party/tzdata/ |
H A D | private.h | 850 signed char: SCHAR_MAX, short: SHRT_MAX, \
|
/third_party/python/Lib/test/ |
H A D | test_clinic.py | 938 from _testcapi import SHRT_MIN, SHRT_MAX namespace 942 ac_tester.short_converter(SHRT_MAX + 1)
|