Home
last modified time | relevance | path

Searched refs:SHRT_MIN (Results 1 - 25 of 30) sorted by relevance

12

/third_party/python/Lib/test/test_capi/
H A Dtest_structmembers.py9 SHRT_MAX, SHRT_MIN, USHRT_MAX, \
50 ts.T_SHORT = SHRT_MIN
51 self.assertEqual(ts.T_SHORT, SHRT_MIN)
137 ts.T_SHORT = SHRT_MIN-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)
297 self.assertRaises(OverflowError, getargs_h, SHRT_MIN-1)
298 self.assertEqual(SHRT_MIN, getargs_h(SHRT_MIN))
/third_party/musl/porting/liteos_m/kernel/include/
H A Dvalues.h14 #define MINSHORT SHRT_MIN
H A Dlimits.h24 #define SHRT_MIN (-1-0x7fff) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dvalues.h14 #define MINSHORT SHRT_MIN
/third_party/musl/porting/uniproton/kernel/include/
H A Dvalues.h14 #define MINSHORT SHRT_MIN
H A Dlimits.h24 #define SHRT_MIN (-1-0x7fff) macro
/third_party/musl/include/
H A Dvalues.h14 #define MINSHORT SHRT_MIN
H A Dlimits.h22 #define SHRT_MIN (-1-0x7fff) macro
/third_party/musl/porting/liteos_a/user/include/
H A Dlimits.h22 #define SHRT_MIN (-1-0x7fff) macro
/third_party/musl/porting/liteos_m/user/include/
H A Dlimits.h22 #define SHRT_MIN (-1-0x7fff) macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dlimits.h55 #define SHRT_MIN (-1-0x7fff) macro
/third_party/musl/libc-test/src/api/
H A Dlimits.c81 C(SHRT_MIN) in f()
/third_party/python/Python/
H A Dstructmember.c168 if ((long_val > SHRT_MAX) || (long_val < SHRT_MIN)) in PyMember_SetOne()
H A Dgetargs.c710 else if (ival < SHRT_MIN) { in convertsimple()
/third_party/skia/third_party/externals/libpng/
H A Dpngconf.h488 #elif SHRT_MIN == -32768 && SHRT_MAX == 32767
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-meta.hh194 template <> struct hb_int_min<signed short> : hb_integral_constant<signed short, SHRT_MIN> {};
/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.h844 signed char: SCHAR_MIN, short: SHRT_MIN, \
/third_party/python/Lib/test/
H A Dtest_clinic.py938 from _testcapi import SHRT_MIN, SHRT_MAX namespace
940 ac_tester.short_converter(SHRT_MIN - 1)
/third_party/python/Modules/
H A D_struct.c593 if (x < SHRT_MIN || x > SHRT_MAX) { in np_short()
596 (int)SHRT_MIN, (int)SHRT_MAX); in np_short()
/third_party/libsnd/src/
H A Ddouble64.c502 dest [i] = SHRT_MIN ; in d2s_clip_array()
H A Dfloat32.c453 dest [i] = SHRT_MIN ; in f2s_clip_array()
/third_party/glslang/glslang/MachineIndependent/
H A DConstant.cpp273 if (rightUnionArray[i].getIConst() == -1 && leftUnionArray[i].getIConst() == SHRT_MIN) { in fold()
/third_party/popt/src/
H A Dpopt.c1155 rc = !(aNUM < (long long)SHRT_MIN || aNUM > (long long)SHRT_MAX) in poptSaveArg()

Completed in 25 milliseconds

12