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

<<11121314151617181920>>

  /external/python/cpython3/Python/
bootstrap_hash.c 69 chunk = size > INT_MAX ? INT_MAX : size;
  /external/swiftshader/src/OpenGL/compiler/
SymbolTable.cpp 167 if(fieldSize > INT_MAX - size)
168 size = INT_MAX;
  /external/u-boot/include/linux/
kernel.h 10 #define INT_MAX ((int)(~0U>>1))
11 #define INT_MIN (-INT_MAX - 1)
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
c2t64fx.c 83 if (s > INT_MAX - 0x8000) {
84 s = INT_MAX - 0x8000;
  /external/python/cpython2/Modules/
_hashopenssl.c 45 #define MUNCH_SIZE INT_MAX
688 if (password.len > INT_MAX) {
694 if (salt.len > INT_MAX) {
705 if (iterations > INT_MAX) {
724 if (dklen > INT_MAX) {
725 /* INT_MAX is always smaller than dkLen max (2^32 - 1) * hLen */
audioop.c 385 if (max <= INT_MAX)
463 if (res <= INT_MAX)
695 if (avg <= INT_MAX)
748 if (max <= INT_MAX)
877 if (len > INT_MAX/2) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
marshal.c 334 if (n > INT_MAX) {
354 if (n > INT_MAX) {
447 if (n > INT_MAX) {
585 if (n < -INT_MAX || n > INT_MAX) {
810 if (n < 0 || n > INT_MAX) {
855 if (n < 0 || n > INT_MAX) {
881 if (n < 0 || n > INT_MAX) {
908 if (n < 0 || n > INT_MAX) {
960 if (n < 0 || n > INT_MAX) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
marshal.c 334 if (n > INT_MAX) {
354 if (n > INT_MAX) {
447 if (n > INT_MAX) {
585 if (n < -INT_MAX || n > INT_MAX) {
810 if (n < 0 || n > INT_MAX) {
855 if (n < 0 || n > INT_MAX) {
881 if (n < 0 || n > INT_MAX) {
908 if (n < 0 || n > INT_MAX) {
960 if (n < 0 || n > INT_MAX) {
    [all...]
  /external/grpc-grpc/src/core/tsi/
ssl_transport_security.cc 456 GPR_ASSERT(*unprotected_bytes_size <= INT_MAX);
489 GPR_ASSERT(unprotected_bytes_size <= INT_MAX);
514 GPR_ASSERT(pem_cert_chain_size <= INT_MAX);
558 GPR_ASSERT(pem_key_size <= INT_MAX);
588 GPR_ASSERT(pem_roots_size <= INT_MAX);
834 GPR_ASSERT(*protected_output_frames_size <= INT_MAX);
862 GPR_ASSERT(*protected_output_frames_size <= INT_MAX);
895 GPR_ASSERT(*protected_output_frames_size <= INT_MAX);
    [all...]
  /external/libaom/libaom/av1/encoder/
encodeframe.c 672 if ((rd_cost->rate != INT_MAX) && (aq_mode == COMPLEXITY_AQ) &&
684 if (rd_cost->rate == INT_MAX) rd_cost->rdcost = INT64_MAX;
    [all...]
mbgraph.c 52 // if (bestsme > error_thresh && bestsme < INT_MAX)
140 unsigned int best_err = INT_MAX;
200 stats->ref[GOLDEN_FRAME].err = INT_MAX;
215 stats->ref[ALTREF_FRAME].err = INT_MAX;
  /external/ltp/testcases/network/netstress/
netstress.c 848 if (tst_parse_int(aarg, &clients_num, 1, INT_MAX))
850 if (tst_parse_int(rarg, &client_max_requests, 1, INT_MAX))
852 if (tst_parse_int(Rarg, &server_max_requests, 1, INT_MAX))
858 if (tst_parse_int(qarg, &tfo_queue_size, 1, INT_MAX))
860 if (tst_parse_int(Targ, &wait_timeout, 0, INT_MAX))
862 if (tst_parse_int(barg, &busy_poll, 0, INT_MAX))
864 if (tst_parse_int(targ, &tfo_value, 0, INT_MAX))
  /external/adhd/cras/src/dsp/
dsp_util.c 512 *output = max((float)INT_MIN, min((float)INT_MAX, f));
531 tmp = max((float)INT_MIN, min((float)INT_MAX, f));
550 *output = max((float)INT_MIN, min((float)INT_MAX, f));
  /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/grpc-grpc/test/core/end2end/tests/
filter_status_code.cc 377 grpc_channel_init_register_stage(GRPC_CLIENT_CHANNEL, INT_MAX,
380 grpc_channel_init_register_stage(GRPC_CLIENT_DIRECT_CHANNEL, INT_MAX,
383 grpc_channel_init_register_stage(GRPC_SERVER_CHANNEL, INT_MAX,
  /external/libavc/encoder/
ih264e_me.c 946 s_skip_mbpart.i4_mb_cost = INT_MAX;
947 s_skip_mbpart.i4_mb_distortion = INT_MAX;
964 ps_me_ctxt->as_mb_part[PRED_L0].i4_mb_cost = INT_MAX;
965 ps_me_ctxt->as_mb_part[PRED_L0].i4_mb_distortion = INT_MAX;
    [all...]
ime.c 304 WORD32 i4_mb_cost, i4_mb_cost_least = INT_MAX, i4_distortion_least = INT_MAX;
759 ps_me_ctxt->i4_rec_strd, INT_MAX, &i4_mb_distortion);
  /external/libcxx/test/support/
test_allocator.h 45 const static int moved_value = INT_MAX;
52 throw_after = INT_MAX;
66 int test_alloc_base::throw_after = INT_MAX;
  /external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.c 56 // if (bestsme > error_thresh && bestsme < INT_MAX)
133 unsigned int best_err = INT_MAX;
192 stats->ref[GOLDEN_FRAME].err = INT_MAX;
207 stats->ref[ALTREF_FRAME].err = INT_MAX;
  /external/toybox/toys/pending/
tcpsvd.c 204 n = atolx_range(user, 0, INT_MAX);
212 n = atolx_range(group, 0, INT_MAX);
283 TT.maxc = atolx_range(TT.nmsg, 1, INT_MAX);
  /bionic/libc/bionic/
pthread_cond.cpp 193 return __pthread_cond_pulse(__get_internal_cond(cond_interface), INT_MAX);
semaphore.cpp 285 __futex_wake_ex(sem_count_ptr, shared, INT_MAX);
sysconf.cpp 121 case _SC_DELAYTIMER_MAX: return INT_MAX;
  /bionic/tests/
async_safe_test.cpp 114 async_safe_format_buffer(buf, sizeof(buf), "%d", INT_MAX);
  /bionic/tests/headers/posix/
limits_h.c 185 MACRO(INT_MAX);

Completed in 1964 milliseconds

<<11121314151617181920>>