HomeSort by relevance Sort by last modified time
    Searched refs:INT_MAX (Results 176 - 200 of 1033) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/python/cpython3/Lib/test/
test_fcntl.py 98 from _testcapi import INT_MAX, INT_MIN
101 fcntl.fcntl(INT_MAX + 1, fcntl.F_SETFL, os.O_NONBLOCK)
103 fcntl.fcntl(BadFile(INT_MAX + 1), fcntl.F_SETFL, os.O_NONBLOCK)
144 self.assertRaises(OverflowError, fcntl.flock, _testcapi.INT_MAX+1,
  /external/python/cpython3/Modules/_multiprocessing/
multiprocessing.h 51 # define SEM_VALUE_MAX INT_MAX
  /external/python/cpython3/Python/
mysnprintf.c 68 if (size > INT_MAX - _PyOS_vsnprintf_EXTRA_SPACE) {
  /external/sfntly/cpp/src/sfntly/data/
font_data.h 111 static const int32_t GROWABLE_SIZE = INT_MAX;
growable_memory_byte_array.cc 27 : ByteArray(0, INT_MAX, true) {
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
gmock-cardinalities.h 66 virtual int ConservativeUpperBound() const { return INT_MAX; }
  /external/tensorflow/tensorflow/compiler/xla/rpc/
grpc_service_main.cc 62 builder.SetMaxReceiveMessageSize(INT_MAX);
  /external/tensorflow/tensorflow/core/kernels/
bias_op.h 33 if (input.size() >= INT_MAX) {
  /external/webrtc/webrtc/base/
bandwidthsmoother.cc 60 if (increase_threshold_d > INT_MAX) {
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Pk/
CryptPkcs7Verify.c 278 (TrustedCert == NULL) || (CertLength == NULL) || (P7Length > INT_MAX)) {
297 if (SignedDataSize > INT_MAX) {
498 (UnchainCerts == NULL) || (UnchainLength == NULL) || (P7Length > INT_MAX)) {
511 if (!Status || (NewP7Length > INT_MAX)) {
769 P7Length > INT_MAX || CertLength > INT_MAX || DataLength > INT_MAX) {
810 if (SignedDataSize > INT_MAX) {
935 if ((P7Data == NULL) || (P7Length > INT_MAX) || (Content == NULL) || (ContentSize == NULL)) {
945 if (!Status || (SignedDataSize > INT_MAX)) {
    [all...]
CryptRsaBasic.c 100 if (RsaContext == NULL || BnSize > INT_MAX) {
302 if (SigSize > INT_MAX || SigSize == 0) {
CryptRsaExt.c 216 if (RsaContext == NULL || ModulusLength > INT_MAX || PublicExponentSize > INT_MAX) {
  /external/boringssl/src/crypto/base64/
base64.c 185 if (total > INT_MAX) {
206 assert(encoded <= INT_MAX);
370 if (bytes_out > INT_MAX) {
453 dst_len > INT_MAX ||
463 assert(dst_len <= INT_MAX);
  /external/ltp/testcases/kernel/syscalls/epoll/
epoll-ltp.c 54 fd == INT_MAX and that it will instead choose to allocate fds
231 /* Large set sizes -- try several less than or equal to INT_MAX by some
233 amount we'd like to go below INT_MAX). */
234 fd_set_size = INT_MAX;
261 fd_set_size = abs(rand() + SHRT_MAX) % INT_MAX;
389 int fds[] = { -1, INT_MAX };
390 int epoll_fds[] = { 0, -1, 0, INT_MAX };
395 EPOLL_CTL_DEL, EPOLL_CTL_MOD, EPOLL_CTL_DEL, INT_MAX, -1
  /external/libaom/libaom/av1/encoder/
mcomp.c 208 v = INT_MAX; \
231 v = INT_MAX; \
307 unsigned int besterr = INT_MAX; \
420 if (cost_list && cost_list[0] != INT_MAX && cost_list[1] != INT_MAX &&
421 cost_list[2] != INT_MAX && cost_list[3] != INT_MAX &&
422 cost_list[4] != INT_MAX && is_cost_list_wellbehaved(cost_list)) {
486 if (cost_list && cost_list[0] != INT_MAX && cost_list[1] != INT_MAX &
    [all...]
  /external/libxml2/
buf.c 61 if (buf->size < INT_MAX) buf->compat_size = buf->size; \
62 else buf->compat_size = INT_MAX; \
63 if (buf->use < INT_MAX) buf->compat_use = buf->use; \
64 else buf->compat_use = INT_MAX;
73 if (buf->compat_size < INT_MAX) \
76 if (buf->compat_use < INT_MAX) \
242 if (size < INT_MAX) {
246 ret->compat_use = INT_MAX;
247 ret->compat_size = INT_MAX;
1198 * than what an xmlBuffer can support on 64 bits (INT_MAX)
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 216 if (cpi->sf.thresh_mult[i] < INT_MAX) {
219 x->rd_threshes[i] = INT_MAX;
228 if (cpi->sf.thresh_mult[i] < (INT_MAX / q)) {
231 x->rd_threshes[i] = INT_MAX;
527 int best_rd = INT_MAX;
637 if (total_rd >= (int64_t)best_rd) return INT_MAX;
652 int best_rd = INT_MAX;
748 int best_rd = INT_MAX;
993 int best_label_rd = INT_MAX;
1019 int bestsme = INT_MAX;
    [all...]
  /bionic/libc/stdio/
vfprintf.cpp 167 if (m < 0 || m > INT_MAX - ret) goto overflow;
370 if (expt == INT_MAX) ox[1] = '\0';
405 if (expt == 9999) expt = INT_MAX;
409 if (expt == INT_MAX) { /* inf or nan */
506 if ((len = CHAR_TYPE_STRLEN(cp)) > INT_MAX) goto overflow;
665 if (width > INT_MAX - ret) goto overflow;
vfwprintf.cpp 156 if (m < 0 || m > INT_MAX - ret) goto overflow;
348 if (expt == INT_MAX) ox[1] = '\0';
387 if (expt == 9999) expt = INT_MAX;
395 if (expt == INT_MAX) { /* inf or nan */
495 if ((len = CHAR_TYPE_STRLEN(cp)) > INT_MAX) goto overflow;
654 if (width > INT_MAX - ret) goto overflow;
  /external/python/cpython3/Modules/
_hashopenssl.c 35 #define MUNCH_SIZE INT_MAX
654 if (password.len > INT_MAX) {
660 if (salt.len > INT_MAX) {
671 if (iterations > INT_MAX) {
690 if (dklen > INT_MAX) {
691 /* INT_MAX is always smaller than dkLen max (2^32 - 1) * hLen */
765 if (password->len > INT_MAX) {
776 if (salt->len > INT_MAX) {
808 if (maxmem < 0 || maxmem > INT_MAX) {
813 INT_MAX);
    [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Cipher/
CryptAes.c 248 if (Ivec == NULL || Output == NULL || InputSize > INT_MAX) {
310 if (Ivec == NULL || Output == NULL || InputSize > INT_MAX) {
CryptTdes.c 282 if (Ivec == NULL || Output == NULL || InputSize > INT_MAX) {
350 if (Ivec == NULL || Output == NULL || InputSize > INT_MAX) {
  /external/boringssl/src/crypto/
compiler_test.cc 79 EXPECT_LE(0x7fffffff, INT_MAX);
89 CheckRepresentation(static_cast<int>(INT_MAX));
constant_time_test.cc 92 32000, -32000, INT_MAX, INT_MIN, INT_MAX - 1, INT_MIN + 1};
  /external/boringssl/src/ssl/
d1_lib.cc 237 if (ret.tv_sec > INT_MAX) {
239 out->tv_sec = INT_MAX;

Completed in 1330 milliseconds

1 2 3 4 5 6 78 91011>>