Searched
full:int_max (Results
401 -
425 of
1058) sorted by null
<<11121314151617181920>>
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_fcntl.py | 96 self.assertRaises(ValueError, fcntl.fcntl, _testcapi.INT_MAX + 1, 98 self.assertRaises(ValueError, fcntl.fcntl, F(_testcapi.INT_MAX + 1),
|
/system/core/toolbox/ |
ioctl.c | 60 if (result > INT_MAX || result < INT_MIN) { 118 // numbers, for the case where ioctl number is larger than INT_MAX.
|
/system/extras/tests/directiotest/ |
directiotest.c | 224 if (num_blks / NUM_TEST_BLKS > INT_MAX) { 227 test_areas = INT_MAX;
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/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/protobuf/src/google/protobuf/io/ |
coded_stream.cc | 125 byte_limit <= INT_MAX - current_position) { 129 current_limit_ = INT_MAX; 153 if (current_limit_ == INT_MAX) return -1; 175 if (total_bytes_limit_ == INT_MAX) return -1; 260 if (closest_limit != INT_MAX) { 556 if (total_bytes_read_ <= INT_MAX - buffer_size) { 559 // Overflow. Reset buffer_end_ to not include the bytes beyond INT_MAX. 566 // overflow_bytes_ = total_bytes_read_ + buffer_size - INT_MAX; 569 overflow_bytes_ = total_bytes_read_ - (INT_MAX - buffer_size); 571 total_bytes_read_ = INT_MAX; [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
vp9_rdopt.c | 259 const int thresh_max = INT_MAX / t; 264 : INT_MAX; 270 : INT_MAX; 761 *rate = INT_MAX; 820 if (r[n][0] < INT_MAX) { [all...] |
vp9_onyx_if.c | 472 cpi->rd_thresh_mult[THR_NEWMV ] = INT_MAX; 473 cpi->rd_thresh_mult[THR_NEARESTMV] = INT_MAX; 474 cpi->rd_thresh_mult[THR_ZEROMV ] = INT_MAX; 475 cpi->rd_thresh_mult[THR_NEARMV ] = INT_MAX; 478 cpi->rd_thresh_mult[THR_NEARESTG ] = INT_MAX; 479 cpi->rd_thresh_mult[THR_ZEROG ] = INT_MAX; 480 cpi->rd_thresh_mult[THR_NEARG ] = INT_MAX; 481 cpi->rd_thresh_mult[THR_NEWG ] = INT_MAX; 484 cpi->rd_thresh_mult[THR_NEARESTA ] = INT_MAX; 485 cpi->rd_thresh_mult[THR_ZEROA ] = INT_MAX; [all...] |
/hardware/ril/include/telephony/ |
ril.h | 330 The value of INT_MAX(0x7fffffff) means no retry. */ 361 The value of INT_MAX(0x7fffffff) means no retry. */ 394 The value of INT_MAX(0x7fffffff) means no retry. */ [all...] |
/external/google-breakpad/src/processor/ |
static_map_unittest.cc | 269 FindTester(test_case, INT_MAX); 283 LowerBoundTester(test_case, INT_MAX); 297 UpperBoundTester(test_case, INT_MAX);
|
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decoder.c | 206 cm->frame_refs[ref_index].idx = INT_MAX; 226 if (cm->frame_refs[0].idx != INT_MAX) 247 if (cm->frame_refs[0].idx != INT_MAX && cm->frame_refs[0].buf != NULL)
|
/system/core/toolbox/upstream-netbsd/bin/dd/ |
args.c | 203 * if (in.offset > INT_MAX/in.dbsz || out.offset > INT_MAX/out.dbsz) 204 * errx(1, "seek offsets cannot be larger than %d", INT_MAX);
|
/bionic/libc/bionic/ |
pthread_once.cpp | 77 __futex_wake_ex(once_control_ptr, 0, INT_MAX);
|
/bionic/libc/include/sys/ |
limits.h | 53 #define INT_MAX 0x7fffffff /* max value for an int */
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
mktemp.c | 74 tries = INT_MAX;
|
/external/fio/ |
eta.c | 403 eta_secs[i] = INT_MAX; 423 je->eta_sec = INT_MAX; 483 if (je->eta_sec != INT_MAX && je->elapsed_sec) { 507 if (je->eta_sec != INT_MAX && je->nr_running) {
|
/external/iproute2/tc/ |
em_nbyte.c | 78 if (layer == INT_MAX) {
|
/external/iptables/extensions/ |
libip6t_MASQUERADE.c | 14 #include <limits.h> /* INT_MAX in ip_tables.h */
|
libip6t_REDIRECT.c | 12 #include <limits.h> /* INT_MAX in ip_tables.h */
|
libipt_MASQUERADE.c | 7 #include <limits.h> /* INT_MAX in ip_tables.h */
|
libxt_owner.c | 101 .max = INT_MAX}, 104 .max = INT_MAX}, 119 .max = INT_MAX}, 122 .max = INT_MAX},
|
/external/libopus/celt/ |
ecintrin.h | 68 # if INT_MAX>=2147483647
|
/external/libvpx/libvpx/test/ |
superframe_test.cc | 30 sf_count_max_ = INT_MAX;
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_mbgraph.c | 52 // if (bestsme > error_thresh && bestsme < INT_MAX) 133 unsigned int best_err = INT_MAX; 203 stats->ref[GOLDEN_FRAME].err = INT_MAX; 218 stats->ref[ALTREF_FRAME].err = INT_MAX;
|
vp9_rd.h | 148 return best_rd < ((int64_t)thresh * thresh_fact >> 5) || thresh == INT_MAX;
|
/external/mesa3d/src/gallium/targets/egl-static/ |
egl_st.c | 57 assert(len <= INT_MAX && "path is insanely long!");
|
Completed in 3150 milliseconds
<<11121314151617181920>>