Home
last modified time | relevance | path

Searched refs:SHRT_MAX (Results 1 - 25 of 41) sorted by relevance

12

/third_party/python/Lib/test/test_capi/
H A Dtest_structmembers.py9 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 Dtest_getargs.py19 # > 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 Dftimage.h353 #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 Dffi.h103 #if SHRT_MAX == 32767
106 #elif SHRT_MAX == 2147483647
/third_party/musl/porting/liteos_m/kernel/include/
H A Dvalues.h18 #define MAXSHORT SHRT_MAX
H A Dlimits.h25 #define SHRT_MAX 0x7fff macro
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A Dfopen.c29 if (fd > SHRT_MAX) { in fopen()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dfopen.c27 if (fd > SHRT_MAX) { in fopen()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dvalues.h18 #define MAXSHORT SHRT_MAX
/third_party/musl/porting/uniproton/kernel/include/
H A Dvalues.h18 #define MAXSHORT SHRT_MAX
H A Dlimits.h25 #define SHRT_MAX 0x7fff macro
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Dfopen.c27 if (fd > SHRT_MAX) { in fopen()
/third_party/musl/include/
H A Dvalues.h18 #define MAXSHORT SHRT_MAX
H A Dlimits.h23 #define SHRT_MAX 0x7fff macro
/third_party/musl/porting/liteos_a/user/include/
H A Dlimits.h23 #define SHRT_MAX 0x7fff macro
/third_party/musl/porting/liteos_m/user/include/
H A Dlimits.h23 #define SHRT_MAX 0x7fff macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dlimits.h56 #define SHRT_MAX 0x7fff macro
/third_party/musl/libc-test/src/api/
H A Dlimits.c80 C(SHRT_MAX) in f()
/third_party/python/Python/
H A Dstructmember.c168 if ((long_val > SHRT_MAX) || (long_val < SHRT_MIN)) in PyMember_SetOne()
/third_party/skia/third_party/externals/libpng/
H A Dpngconf.h488 #elif SHRT_MIN == -32768 && SHRT_MAX == 32767
/third_party/ltp/testcases/kernel/syscalls/epoll/
H A Depoll-ltp.c261 fd_set_size = abs(rand() + SHRT_MAX) % INT_MAX; in test_epoll_create()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-meta.hh208 template <> struct hb_int_max<signed short> : hb_integral_constant<signed short, SHRT_MAX> {};
/third_party/toybox/toys/posix/
H A Dgetconf.c155 CONF(SCHAR_MIN), CONF(SHRT_MAX), CONF(SHRT_MIN), CONF(SSIZE_MAX),
/third_party/tzdata/
H A Dprivate.h850 signed char: SCHAR_MAX, short: SHRT_MAX, \
/third_party/python/Lib/test/
H A Dtest_clinic.py938 from _testcapi import SHRT_MIN, SHRT_MAX namespace
942 ac_tester.short_converter(SHRT_MAX + 1)

Completed in 16 milliseconds

12