Searched
refs:INT_MAX (Results
251 -
275 of
1033) sorted by null
<<11121314151617181920>>
/external/python/cpython2/darwin_x86_64/libffi/ |
ffi.h | 138 #if INT_MAX == 32767 141 #elif INT_MAX == 2147483647 144 #elif INT_MAX == 9223372036854775807
|
/external/python/cpython2/linux_x86_64/libffi/ |
ffi.h | 139 #if INT_MAX == 32767 142 #elif INT_MAX == 2147483647 145 #elif INT_MAX == 9223372036854775807
|
/external/python/cpython3/Lib/test/ |
test_structmembers.py | 9 INT_MAX, INT_MIN, UINT_MAX, \ 55 ts.T_INT = INT_MAX 56 self.assertEqual(ts.T_INT, INT_MAX)
|
test_ucn.py | 18 from _testcapi import INT_MAX, PY_SSIZE_T_MAX, UINT_MAX 20 INT_MAX = PY_SSIZE_T_MAX = UINT_MAX = 2**64 - 1 224 @unittest.skipUnless(INT_MAX < PY_SSIZE_T_MAX, "needs UINT_MAX < SIZE_MAX")
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/ |
CryptTs.c | 377 (TokenSize > INT_MAX) || (CertSize > INT_MAX) || (DataSize > INT_MAX)) {
549 if ((DataSize > INT_MAX) || (CertSize > INT_MAX)) {
|
/external/linux-kselftest/tools/testing/selftests/sysctl/ |
sysctl.sh | 91 if [ -z $INT_MAX ]; then 92 INT_MAX=$(getconf INT_MAX) 332 echo -n "Testing INT_MAX works ..." 334 TEST_STR="$INT_MAX" 345 echo -n "Testing INT_MAX + 1 will fail as expected..." 347 let TEST_STR=$INT_MAX+1
|
/external/pdfium/core/fpdfapi/page/ |
cpdf_streamparser.cpp | 153 if (bpc && pitch > INT_MAX / bpc) 157 if (nComponents && pitch > INT_MAX / nComponents) 161 if (pitch > INT_MAX - 7) 168 if (width > INT_MAX - 7) 173 if (height && OrigSize > INT_MAX / height)
|
/external/python/cpython2/Lib/plat-linux2/ |
IN.py | 240 INT_MAX = 2147483647 340 NL_MSGMAX = INT_MAX 341 NL_NMAX = INT_MAX 342 NL_SETMAX = INT_MAX 343 NL_TEXTMAX = INT_MAX
|
/external/libpcap/ |
sockutils.c | 62 #define INT_MAX 2147483647 653 if (size > INT_MAX) 659 INT_MAX); 854 if (size > INT_MAX) 860 INT_MAX); 945 if (size > INT_MAX) 951 INT_MAX); [all...] |
/external/python/cpython2/Lib/test/ |
test_tcl.py | 16 from _testcapi import INT_MAX, PY_SSIZE_T_MAX 18 INT_MAX = PY_SSIZE_T_MAX = sys.maxsize 710 @unittest.skipUnless(INT_MAX < PY_SSIZE_T_MAX, "needs UINT_MAX < SIZE_MAX") 711 @test_support.precisionbigmemtest(size=INT_MAX + 1, memuse=5, dry_run=False) 718 @unittest.skipUnless(INT_MAX < PY_SSIZE_T_MAX, "needs UINT_MAX < SIZE_MAX") 719 @test_support.precisionbigmemtest(size=INT_MAX + 1, 728 @unittest.skipUnless(INT_MAX < PY_SSIZE_T_MAX, "needs UINT_MAX < SIZE_MAX") 729 @test_support.precisionbigmemtest(size=INT_MAX + 1, memuse=9, dry_run=False) 736 @unittest.skipUnless(INT_MAX < PY_SSIZE_T_MAX, "needs UINT_MAX < SIZE_MAX") 737 @test_support.precisionbigmemtest(size=INT_MAX + 1 [all...] |
test_format.py | 361 from _testcapi import INT_MAX 365 format(f, ".%sf" % (INT_MAX + 1)) 369 format(c, ".%sf" % (INT_MAX + 1))
|
/external/boringssl/src/crypto/bio/ |
bio.c | 184 int ret = BIO_write(bio, data_u8, len > INT_MAX ? INT_MAX : (int)len); 459 assert(todo < INT_MAX); 494 int todo = len <= INT_MAX ? (int)len : INT_MAX; 595 len > INT_MAX) {
|
/external/libffi/include/ |
ffi.h.in | 138 #if INT_MAX == 32767 141 #elif INT_MAX == 2147483647 144 #elif INT_MAX == 9223372036854775807
|
/external/mesa3d/src/mesa/main/ |
pixel.c | 198 GL_FLOAT, INT_MAX, values)) { 239 GL_UNSIGNED_INT, INT_MAX, values)) { 294 GL_UNSIGNED_SHORT, INT_MAX, values)) { 373 _mesa_GetnPixelMapfvARB(map, INT_MAX, values); 422 _mesa_GetnPixelMapuivARB(map, INT_MAX, values); 479 _mesa_GetnPixelMapusvARB(map, INT_MAX, values);
|
/external/python/cpython2/Modules/_ctypes/libffi/include/ |
ffi.h.in | 138 #if INT_MAX == 32767 141 #elif INT_MAX == 2147483647 144 #elif INT_MAX == 9223372036854775807
|
/external/swiftshader/src/OpenGL/compiler/preprocessor/ |
Tokenizer.l | 130 if (yylineno == INT_MAX) 263 if (yylineno == INT_MAX) 297 if (yylineno == INT_MAX) {
|
/external/autotest/server/site_tests/firmware_ECThermal/ |
firmware_ECThermal.py | 34 # Pseudo INT_MAX. Used as infinity when comparing temperature readings 35 INT_MAX = 10000 378 lower_bound = -self.INT_MAX 382 upper_bound = self.INT_MAX
|
/external/boringssl/src/crypto/asn1/ |
asn1_lib.c | 134 if (l > (INT_MAX >> 7L)) 212 if (ret > INT_MAX / 2) 305 if (ret >= INT_MAX - length)
|
/external/grpc-grpc/src/core/lib/iomgr/ |
socket_utils_common_posix.cc | 270 &channel_args->args[i], grpc_integer_options{0, 1, INT_MAX}); 275 /* Disable if value is INT_MAX */ 276 enable = value != INT_MAX; 280 &channel_args->args[i], grpc_integer_options{0, 1, INT_MAX});
|
/external/grpc-grpc/test/core/end2end/tests/ |
filter_latency.cc | 329 grpc_channel_init_register_stage(GRPC_CLIENT_CHANNEL, INT_MAX, 332 grpc_channel_init_register_stage(GRPC_CLIENT_DIRECT_CHANNEL, INT_MAX, 335 grpc_channel_init_register_stage(GRPC_SERVER_CHANNEL, INT_MAX,
|
/external/libaom/libaom/stats/ |
rate_hist.c | 57 hist->bucket[i].low = INT_MAX; 119 int small_bucket = 0, merge_bucket = INT_MAX, big_bucket = 0; 264 if (hist->bucket[i].low == INT_MAX) continue;
|
/external/libvpx/libvpx/ |
rate_hist.c | 62 hist->bucket[i].low = INT_MAX; 128 int small_bucket = 0, merge_bucket = INT_MAX, big_bucket = 0; 282 if (hist->bucket[i].low == INT_MAX) continue;
|
/external/tcpdump/ |
print-resp.c | 491 if (result > (INT_MAX / 10)) { 496 if (result == ((INT_MAX / 10) * 10) && c > (INT_MAX % 10)) {
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
mktemp.c | 74 tries = INT_MAX;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/ |
myreadline.c | 146 if (incr > INT_MAX) {
|
Completed in 1219 milliseconds
<<11121314151617181920>>