/third_party/python/Lib/test/test_capi/ |
H A D | test_structmembers.py | 9 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 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) 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 D | values.h | 14 #define MINSHORT SHRT_MIN
|
H A D | limits.h | 24 #define SHRT_MIN (-1-0x7fff) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
H A D | values.h | 14 #define MINSHORT SHRT_MIN
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | values.h | 14 #define MINSHORT SHRT_MIN
|
H A D | limits.h | 24 #define SHRT_MIN (-1-0x7fff) macro
|
/third_party/musl/include/ |
H A D | values.h | 14 #define MINSHORT SHRT_MIN
|
H A D | limits.h | 22 #define SHRT_MIN (-1-0x7fff) macro
|
/third_party/musl/porting/liteos_a/user/include/ |
H A D | limits.h | 22 #define SHRT_MIN (-1-0x7fff) macro
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | limits.h | 22 #define SHRT_MIN (-1-0x7fff) macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | limits.h | 55 #define SHRT_MIN (-1-0x7fff) macro
|
/third_party/musl/libc-test/src/api/ |
H A D | limits.c | 81 C(SHRT_MIN) in f()
|
/third_party/python/Python/ |
H A D | structmember.c | 168 if ((long_val > SHRT_MAX) || (long_val < SHRT_MIN)) in PyMember_SetOne()
|
H A D | getargs.c | 710 else if (ival < SHRT_MIN) { in convertsimple()
|
/third_party/skia/third_party/externals/libpng/ |
H A D | pngconf.h | 488 #elif SHRT_MIN == -32768 && SHRT_MAX == 32767
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-meta.hh | 194 template <> struct hb_int_min<signed short> : hb_integral_constant<signed short, SHRT_MIN> {};
|
/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 | 844 signed char: SCHAR_MIN, short: SHRT_MIN, \
|
/third_party/python/Lib/test/ |
H A D | test_clinic.py | 938 from _testcapi import SHRT_MIN, SHRT_MAX namespace 940 ac_tester.short_converter(SHRT_MIN - 1)
|
/third_party/python/Modules/ |
H A D | _struct.c | 593 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 D | double64.c | 502 dest [i] = SHRT_MIN ; in d2s_clip_array()
|
H A D | float32.c | 453 dest [i] = SHRT_MIN ; in f2s_clip_array()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | Constant.cpp | 273 if (rightUnionArray[i].getIConst() == -1 && leftUnionArray[i].getIConst() == SHRT_MIN) { in fold()
|
/third_party/popt/src/ |
H A D | popt.c | 1155 rc = !(aNUM < (long long)SHRT_MIN || aNUM > (long long)SHRT_MAX) in poptSaveArg()
|