Searched
refs:INT_MAX (Results
451 -
475 of
1033) sorted by null
<<11121314151617181920>>
/device/linaro/bootloader/edk2/CryptoPkg/Include/ |
OpenSslSupport.h | 77 #define INT_MAX 2147483647 /* max value for an int */
|
/external/boringssl/src/crypto/asn1/ |
a_bitstr.c | 143 if (len > INT_MAX) {
|
a_int.c | 199 * This function can handle lengths up to INT_MAX - 1, but the rest of the 203 if (len < 0 || len > INT_MAX / 2) {
|
a_mbstr.c | 269 data_len > INT_MAX) {
|
a_object.c | 169 if (len <= 0 || len > INT_MAX || pp == NULL || (p = *pp) == NULL || 174 /* Now 0 < len <= INT_MAX, so the cast is safe. */
|
/external/boringssl/src/crypto/fipsmodule/bn/ |
random.c | 144 if (bits > INT_MAX - (BN_BITS2 - 1)) {
|
/external/boringssl/src/crypto/fipsmodule/rsa/ |
rsa.c | 277 if (out_len > INT_MAX) { 301 if (out_len > INT_MAX) { 325 if (out_len > INT_MAX) { 340 if (out_len > INT_MAX) {
|
/external/boringssl/src/ssl/ |
ssl_buffer.cc | 34 static_assert(0xffff <= INT_MAX, "uint16_t does not fit in int");
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/include/ |
cext.h | 200 #define PY_SSIZE_T_MAX ((Py_ssize_t)INT_MAX)
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
TensorDeviceCuda.h | 186 explicit GpuDevice(const StreamInterface* stream) : stream_(stream), max_blocks_(INT_MAX) {
|
/external/epid-sdk/epid/common/math/src/ |
ecdsa_sign.c | 67 if (buf_len > INT_MAX) {
|
/external/google-breakpad/src/client/ |
minidump_file_writer.cc | 167 length = INT_MAX;
|
/external/grpc-grpc/src/core/lib/iomgr/ |
tcp_server_utils_posix_common.cc | 60 if (i > 0 && i <= INT_MAX && end && *end == '\n') {
|
/external/icu/icu4c/source/tools/tzcode/ |
private.h | 163 # if INT_MAX >> 31 == 0
|
/external/libaom/libaom/third_party/libwebm/common/ |
hdr_util.cc | 17 const int Vp9CodecFeatures::kValueNotPresent = INT_MAX;
|
/external/libchrome/base/metrics/ |
histogram_base.cc | 71 const HistogramBase::Sample HistogramBase::kSampleType_MAX = INT_MAX;
|
/external/libchrome/base/ |
sync_socket_posix.cc | 30 // we clamp message lengths, which are size_t, to no more than INT_MAX. 31 const size_t kMaxMessageLength = static_cast<size_t>(INT_MAX);
|
/external/libvpx/libvpx/third_party/libwebm/common/ |
hdr_util.cc | 17 const int Vp9CodecFeatures::kValueNotPresent = INT_MAX;
|
/external/libvpx/libvpx/vp8/encoder/ |
mr_dissim.c | 85 int dissim = INT_MAX;
|
ratectrl.c | [all...] |
/external/linux-kselftest/tools/testing/selftests/x86/ |
test_vdso.c | 270 test_one_clock_gettime(INT_MAX, "invalid");
|
/external/ltp/testcases/kernel/syscalls/readahead/ |
readahead02.c | 370 testfile_size = SAFE_STRTOL(opt_fsizestr, 1, INT_MAX);
|
/external/lua/src/ |
lutf8lib.c | 110 if (pose - posi >= INT_MAX) /* (lua_Integer -> int) overflow? */
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
intel_pixel_bitmap.c | 74 INT_MAX, (const GLvoid *) bitmap)) {
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
intel_pixel_bitmap.c | 71 INT_MAX, (const GLvoid *) bitmap)) {
|
Completed in 905 milliseconds
<<11121314151617181920>>