/external/strace/tests-mx32/ |
fadvise64.c | 45 # if (LONG_MAX > INT_MAX) \ 56 # else /* LONG_MAX == INT_MAX && !X32 && !LINUX_MIPSN32 */ 67 # endif /* LONG_MAX == INT_MAX && !X32 && !LINUX_MIPSN32 */
|
fadvise64_64.c | 52 # if (LONG_MAX > INT_MAX) \
|
/external/tensorflow/tensorflow/stream_executor/ |
rng.h | 44 static const int kMaxSeedBytes = INT_MAX;
|
/external/v8/src/interpreter/ |
bytecode-array-random-iterator.h | 58 DCHECK_LT(offsets_.size() - 1, static_cast<size_t>(INT_MAX));
|
/external/libavc/encoder/ |
ih264e_intra_modes_eval.c | 332 WORD32 i4_mb_distortion = INT_MAX, i4_mb_distortion_least = INT_MAX; 338 WORD32 i4_mb_cost= INT_MAX, i4_mb_cost_least = INT_MAX; 524 WORD32 i4_partition_distortion, i4_partition_distortion_least = INT_MAX, i4_total_distortion = 0; 626 i4_partition_cost_least = INT_MAX; 776 WORD32 i4_partition_distortion_least = INT_MAX, i4_total_distortion = 0; [all...] |
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Cipher/ |
CryptArc4.c | 118 if (Arc4Context == NULL || Input == NULL || Output == NULL || InputSize > INT_MAX) {
164 if (Arc4Context == NULL || Input == NULL || Output == NULL || InputSize > INT_MAX) {
|
/external/curl/tests/libtest/ |
lib591.c | 115 int itimeout = (timeout > (long)INT_MAX) ? INT_MAX : (int)timeout;
|
/external/grpc-grpc/test/core/channel/ |
channel_stack_builder_test.cc | 124 grpc_channel_init_register_stage(GRPC_CLIENT_CHANNEL, INT_MAX, 127 grpc_channel_init_register_stage(GRPC_CLIENT_CHANNEL, INT_MAX,
|
/external/libchrome/base/process/ |
process_metrics_posix.cc | 68 if (max_fds > INT_MAX) 69 max_fds = INT_MAX;
|
/external/libevent/ |
evutil_rand.c | 200 n>(size_t)INT_MAX ? INT_MAX : (int)n);
|
/external/tensorflow/tensorflow/core/lib/strings/ |
proto_serialization.cc | 33 DCHECK_LE(size, static_cast<size_t>(INT_MAX)); 41 DCHECK(msg.ByteSizeLong() == size && size <= static_cast<size_t>(INT_MAX));
|
/external/toybox/toys/other/ |
vconfig.c | 72 request.u.skb_priority = atolx_range(toys.optargs[2], 0, INT_MAX); 77 request.u.skb_priority = atolx_range(toys.optargs[2], 0, INT_MAX);
|
i2ctools.c | 186 i2cdetect_dash_F(atolx_range(*toys.optargs, 0, INT_MAX)); 196 bus = atolx_range(*toys.optargs, 0, INT_MAX); 235 int bus = atolx_range(toys.optargs[0], 0, INT_MAX); 261 int bus = atolx_range(toys.optargs[0], 0, INT_MAX); 280 int bus = atolx_range(toys.optargs[0], 0, INT_MAX);
|
/external/toybox/toys/pending/ |
groupadd.c | 43 if (TT.gid > INT_MAX) error_exit("gid should be less than '%d' ", INT_MAX);
|
/art/runtime/ |
reflection_test.cc | 188 args[0].i = INT_MAX; 190 EXPECT_EQ(INT_MAX, result.GetI()); 240 args[0].i = INT_MAX; 245 args[0].i = INT_MAX; 246 args[1].i = INT_MAX; 277 args[0].i = INT_MAX; 279 args[2].i = INT_MAX; 283 args[0].i = INT_MAX; 284 args[1].i = INT_MAX; 285 args[2].i = INT_MAX; [all...] |
/external/google-breakpad/src/processor/ |
static_address_map_unittest.cc | 119 target = INT_MAX; 161 target = INT_MAX; 180 target = INT_MAX; 199 target = INT_MAX; 218 target = INT_MAX;
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
tensor_coding.cc | 85 input.SetTotalBytesLimit(INT_MAX, INT_MAX); // Unlimited 125 if (input->ReadVarint64(&v) && v <= static_cast<uint64>(INT_MAX)) { 221 input.SetTotalBytesLimit(INT_MAX, INT_MAX); // Unlimited
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_structmembers.py | 4 INT_MAX, INT_MIN, UINT_MAX, \
40 ts.T_INT = INT_MAX
41 self.assertEqual(ts.T_INT, INT_MAX)
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/ |
CryptDh.c | 95 if (DhContext == NULL || Prime == NULL || PrimeLength > INT_MAX) {
149 if (DhContext == NULL || Prime == NULL || PrimeLength > INT_MAX) {
309 if (PeerPublicKeySize > INT_MAX) {
|
/external/mesa3d/src/mesa/main/ |
convolve.c | 125 _mesa_GetnConvolutionFilterARB(target, format, type, INT_MAX, image); 163 _mesa_GetnSeparableFilterARB(target, format, type, INT_MAX, row, 164 INT_MAX, column, span);
|
/external/python/cpython2/Lib/test/ |
test_fcntl.py | 102 from _testcapi import INT_MAX, INT_MIN 105 fcntl.fcntl(INT_MAX + 1, fcntl.F_SETFL, os.O_NONBLOCK) 107 fcntl.fcntl(BadFile(INT_MAX + 1), fcntl.F_SETFL, os.O_NONBLOCK)
|
test_structmembers.py | 9 INT_MAX, INT_MIN, UINT_MAX, \ 42 ts.T_INT = INT_MAX 43 self.assertEqual(ts.T_INT, INT_MAX)
|
test_ucn.py | 16 from _testcapi import INT_MAX, PY_SSIZE_T_MAX, UINT_MAX 18 INT_MAX = PY_SSIZE_T_MAX = UINT_MAX = 2**64 - 1 147 @unittest.skipUnless(INT_MAX < PY_SSIZE_T_MAX, "needs UINT_MAX < SIZE_MAX")
|
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/ |
ffi.h | 105 #if INT_MAX == 32767 108 #elif INT_MAX == 2147483647 111 #elif INT_MAX == 9223372036854775807
|
/external/python/cpython2/Modules/_ctypes/libffi_msvc/ |
ffi.h | 105 #if INT_MAX == 32767 108 #elif INT_MAX == 2147483647 111 #elif INT_MAX == 9223372036854775807
|