/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_atom_framebuffer.c | 64 assert(surface->width < USHRT_MAX); in update_framebuffer_size() 65 assert(surface->height < USHRT_MAX); in update_framebuffer_size() 210 if (framebuffer.width == USHRT_MAX) in st_update_framebuffer_state() 212 if (framebuffer.height == USHRT_MAX) in st_update_framebuffer_state()
|
/third_party/python/Lib/test/test_capi/ |
H A D | test_structmembers.py | 9 SHRT_MAX, SHRT_MIN, USHRT_MAX, \ 52 ts.T_USHORT = USHRT_MAX 53 self.assertEqual(ts.T_USHORT, USHRT_MAX) 141 ts.T_USHORT = USHRT_MAX+1 13 PY_SSIZE_T_MAX, PY_SSIZE_T_MIN global() namespace
|
H A D | test_getargs.py | 46 from _testcapi import UCHAR_MAX, USHRT_MAX, UINT_MAX, ULONG_MAX, INT_MAX, \ 221 self.assertEqual(USHRT_MAX, getargs_H(-1)) 223 self.assertEqual(USHRT_MAX, getargs_H(USHRT_MAX)) 224 self.assertEqual(0, getargs_H(USHRT_MAX+1)) 228 self.assertEqual(VERY_LARGE & USHRT_MAX, getargs_H(VERY_LARGE)) 48 SHRT_MIN, SHRT_MAX, FLT_MIN, FLT_MAX, DBL_MIN, DBL_MAX global() namespace
|
/third_party/python/Lib/test/ |
H A D | test_devpoll.py | 132 from _testcapi import USHRT_MAX namespace 137 self.assertRaises(OverflowError, pollster.register, 0, USHRT_MAX + 1) 138 self.assertRaises(OverflowError, pollster.modify, 1, USHRT_MAX + 1)
|
H A D | test_poll.py | 174 from _testcapi import USHRT_MAX, INT_MAX, UINT_MAX namespace 179 self.assertRaises(OverflowError, pollster.register, 0, USHRT_MAX + 1) 180 self.assertRaises(OverflowError, pollster.modify, 1, USHRT_MAX + 1)
|
H A D | test_clinic.py | 949 from _testcapi import USHRT_MAX namespace 953 ac_tester.unsigned_short_converter(USHRT_MAX + 1) 955 ac_tester.unsigned_short_converter(0, USHRT_MAX + 1) 959 self.assertEqual(ac_tester.unsigned_short_converter(0, 0, USHRT_MAX + 1), (0, 0, 0)) 960 self.assertEqual(ac_tester.unsigned_short_converter(0, 0, (USHRT_MAX + 1) * 3 + 123), (0, 0, 123))
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/shm_h/ |
H A D | 5-1-buildonly.c | 17 /* The minimun acceptable value for USHRT_MAX */ 21 static shmatt_t tmax = USHRT_MAX;
|
/third_party/musl/src/ipc/ |
H A D | semget.c | 15 if (n > USHRT_MAX) return __syscall_ret(-EINVAL); in semget()
|
/third_party/musl/porting/liteos_a/user/src/ipc/ |
H A D | semget.c | 16 if (n > USHRT_MAX) return __syscall_ret(-EINVAL); in semget()
|
/third_party/skia/third_party/externals/angle2/src/common/third_party/smhasher/src/ |
H A D | PMurHash.h | 31 # if (USHRT_MAX == 0xffffffffUL)
|
/third_party/backends/include/ |
H A D | md5.h | 59 # if USHRT_MAX == UINT_MAX_32_BITS
|
/third_party/skia/third_party/externals/freetype/include/freetype/config/ |
H A D | ftstdlib.h | 63 #define FT_USHORT_MAX USHRT_MAX
|
/third_party/musl/porting/liteos_a/user/include/ |
H A D | limits.h | 24 #define USHRT_MAX 0xffff macro
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | limits.h | 24 #define USHRT_MAX 0xffff macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | limits.h | 26 #define USHRT_MAX 0xffff macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | limits.h | 26 #define USHRT_MAX 0xffff macro
|
/third_party/musl/include/ |
H A D | limits.h | 24 #define USHRT_MAX 0xffff macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | limits.h | 57 #define USHRT_MAX 0xffff macro
|
/third_party/ltp/testcases/kernel/security/integrity/ima/src/ |
H A D | ima_boot_aggregate.c | 96 #if MAX_EVENT_DATA_SIZE < USHRT_MAX in do_test()
|
/third_party/musl/libc-test/src/api/ |
H A D | limits.c | 87 C(USHRT_MAX) in f()
|
/third_party/ltp/lib/ |
H A D | tst_rtnetlink.c | 325 if (list[i].len > USHRT_MAX) { in tst_rtnl_add_attr_list() 349 if (ctx->datalen - offset > USHRT_MAX) { in tst_rtnl_add_attr_list()
|
/third_party/toybox/toys/pending/ |
H A D | stty.c | 344 else if (!strcmp(arg, "rows")) set_size(1, get_arg(&i, 0, USHRT_MAX)); in do_stty() 346 set_size(0, get_arg(&i, 0, USHRT_MAX)); in do_stty()
|
/third_party/python/Python/ |
H A D | structmember.c | 177 if ((long_val > USHRT_MAX) || (long_val < 0)) in PyMember_SetOne()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | ContinuationRecordBuilder.cpp | 151 assert(OffEnd - OffBegin <= USHRT_MAX); in createSegmentRecord()
|
/third_party/skia/third_party/externals/libpng/ |
H A D | pngconf.h | 496 #elif USHRT_MAX == 65535
|