Searched
refs:INT_MAX (Results
376 -
400 of
1033) sorted by null
<<11121314151617181920>>
/external/python/cpython2/Modules/ |
shamodule.c | 442 if (n > INT_MAX) 443 nbytes = INT_MAX; 577 if (n > INT_MAX) 578 nbytes = INT_MAX;
|
/external/python/cpython3/Modules/_decimal/libmpdec/ |
vcstdint.h | 185 #define SIG_ATOMIC_MAX INT_MAX
|
/external/skia/tools/skqp/src/ |
skqp_model.cpp | 49 int error = INT_MAX;
|
/external/skqp/tools/skqp/src/ |
skqp_model.cpp | 49 int error = INT_MAX;
|
/external/strace/tests/ |
fanotify_mark.c | 67 # if (LONG_MAX > INT_MAX) \
|
/external/strace/tests-m32/ |
fanotify_mark.c | 67 # if (LONG_MAX > INT_MAX) \
|
/external/strace/tests-mx32/ |
fanotify_mark.c | 67 # if (LONG_MAX > INT_MAX) \
|
/external/tensorflow/tensorflow/core/kernels/ |
queue_base.h | 43 static const int32 kUnbounded = INT_MAX;
|
/external/tinyxml2/ |
tinyxml2.cpp | [all...] |
/external/toybox/toys/pending/ |
useradd.c | 82 if (TT.uid > INT_MAX) error_exit("bad uid");
|
/external/v8/src/zone/ |
zone.cc | 147 if (new_size > INT_MAX) {
|
/external/webrtc/talk/media/base/ |
videocommon.cc | 30 #include <limits.h> // For INT_MAX 87 int best_distance = INT_MAX;
|
/bionic/libc/tzcode/ |
private.h | 220 # if INT_MAX >> 31 == 0 226 # define INT_FAST32_MAX INT_MAX
|
/external/boringssl/src/crypto/bn_extra/ |
convert.c | 116 if (in_len > INT_MAX/4) { 204 for (i = 0; want_char((unsigned char)in[i]) && i + neg < INT_MAX; i++) {}
|
/external/deqp/external/openglcts/modules/gl/ |
gl4cPipelineStatisticsQueryTests.hpp | 192 result_qo_int = INT_MAX; 197 result_int = INT_MAX;
|
/external/dynamic_depth/internal/xmpmeta/ |
xmp_parser.cc | 96 if (content_length > INT_MAX) { 167 if (extended_sections.size() > INT_MAX) {
|
/external/google-breakpad/src/testing/test/ |
gmock-cardinalities_test.cc | 130 EXPECT_EQ(INT_MAX, c.ConservativeUpperBound()); 185 EXPECT_EQ(INT_MAX, c.ConservativeUpperBound());
|
/external/googletest/googlemock/test/ |
gmock-cardinalities_test.cc | 129 EXPECT_EQ(INT_MAX, c.ConservativeUpperBound()); 184 EXPECT_EQ(INT_MAX, c.ConservativeUpperBound());
|
/external/grpc-grpc/src/core/ext/filters/message_size/ |
message_size_filter.cc | 268 const grpc_integer_options options = {lim.max_send_size, -1, INT_MAX}; 274 const grpc_integer_options options = {lim.max_recv_size, -1, INT_MAX};
|
/external/libpng/contrib/libtests/ |
timepng.c | 520 if (nfiles == INT_MAX) 542 if (nfiles == INT_MAX)
|
/external/ltp/lib/ |
tst_timer_test.c | 428 if (tst_parse_int(str_sleep_time, &sleep_time, 0, INT_MAX)) { 435 if (tst_parse_int(str_sample_cnt, &sample_cnt, 1, INT_MAX)) {
|
/external/ltp/testcases/kernel/syscalls/cma/ |
process_vm01.c | 225 long flags[] = { -INT_MAX, -1, 1, INT_MAX, 0 };
|
/external/mesa3d/src/mesa/main/ |
pbo.c | 83 size = (clientMemSize == INT_MAX) ? UINTPTR_MAX : clientMemSize; 409 format, type, INT_MAX, pixels)) {
|
polygon.c | 257 INT_MAX, pattern, 298 _mesa_GetnPolygonStippleARB(INT_MAX, dest);
|
/external/openssh/ |
key.c | 124 if (blen > INT_MAX) 151 if (siglen > INT_MAX)
|
Completed in 1634 milliseconds
<<11121314151617181920>>