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

1 2 3 4 5 6 7 8 91011>>

  /external/grpc-grpc/src/core/lib/gpr/
time_windows.cc 93 GPR_ASSERT((sleep_millis >= 0) && (sleep_millis <= INT_MAX));
  /external/grpc-grpc/test/cpp/microbenchmarks/
fullstack_fixtures.h 53 c->SetInt(GRPC_ARG_MAX_RECEIVE_MESSAGE_LENGTH, INT_MAX);
54 c->SetInt(GRPC_ARG_MAX_SEND_MESSAGE_LENGTH, INT_MAX);
58 b->SetMaxReceiveMessageSize(INT_MAX);
59 b->SetMaxSendMessageSize(INT_MAX);
  /external/iproute2/tc/
m_ematch.h 104 return INT_MAX;
  /external/libaom/libaom/av1/encoder/
rd.h 327 rd_stats->rate = INT_MAX;
339 rd_stats->txb_coeff_cost[plane] = INT_MAX;
344 rd_stats->txb_coeff_cost_map[plane][r][c] = INT_MAX;
436 return best_rd < ((int64_t)thresh * thresh_fact >> 5) || thresh == INT_MAX;
  /external/libaom/libaom/common/
args.c 202 if (rawval >= INT_MIN && rawval <= INT_MAX) return (int)rawval;
225 if (rawval >= INT_MIN && rawval <= INT_MAX)
237 if (rawval >= INT_MIN && rawval <= INT_MAX)
283 if (rawval < INT_MIN || rawval > INT_MAX) {
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 183 int best_rd = INT_MAX;
259 *best_dist = INT_MAX;
260 error = INT_MAX;
284 int pred_error[4] = { 0, 0, 0, 0 }, best_error = INT_MAX;
477 return INT_MAX;
573 int best_rd = INT_MAX;
575 int best_intra_rd = INT_MAX;
580 int bestsme = INT_MAX;
590 int dissim = INT_MAX;
737 *returnintra = INT_MAX;
    [all...]
  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
per_event_excludes.c 80 for (i = 0; i < INT_MAX; i++)
  /external/ltp/include/
tst_fuzzy_sync.h 204 CHK(min_samples, 20, INT_MAX, 1024);
207 CHK(exec_loops, 20, INT_MAX, 3000000);
524 if (tst_atomic_inc(other_cntr) == INT_MAX) {
533 && tst_atomic_load(our_cntr) < INT_MAX) {
  /external/ltp/lib/
tst_checkpoint.c 113 INT_MAX, NULL);
  /external/ltp/testcases/kernel/syscalls/kcmp/
kcmp02.c 61 {&pid1, &pid1, INT_MAX, &fd1, &fd2, EINVAL},
  /external/ltp/testcases/kernel/syscalls/tgkill/
tgkill01.c 106 if (tst_parse_int(str_threads, &n_threads, 1, INT_MAX))
  /external/mesa3d/src/glx/
create_context.c 32 #if INT_MAX != 2147483647
  /external/openssh/openbsd-compat/
mktemp.c 65 if (tries < INT_MAX / NUM_CHARS)
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
InlineCost.h 68 NeverInlineCost = INT_MAX
  /external/toybox/toys/net/
rfkill.c 55 if (i == ARRAY_LEN(rftypes)) idx = atolx_range(*optargs, 0, INT_MAX);
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.h 34 #define LVM_UNUSED_SESSION INT_MAX
  /bootable/recovery/otautil/
rangeset.cpp 55 if (!android::base::ParseUint(pieces[0], &num, static_cast<size_t>(INT_MAX))) {
76 if (!android::base::ParseUint(pieces[i + 1], &first, static_cast<size_t>(INT_MAX)) ||
77 !android::base::ParseUint(pieces[i + 2], &second, static_cast<size_t>(INT_MAX))) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
llimits.h 37 #define MAX_INT (INT_MAX-2) /* maximum value of an int (-2 for safety) */
274 (((u) <= (lua_Unsigned)INT_MAX) ? (lua_Number)(int)(u) : (lua_Number)(u))
285 n = l_mathop(frexp)(n, &e) * (lua_Number)(INT_MAX - DBL_MAX_EXP); \
  /external/libchrome/ipc/
ipc_message_protobuf_utils_unittest.cc 141 IPC::WriteParam(&pickle, INT_MAX);
143 IPC::WriteParam(&pickle, INT_MAX);
159 IPC::WriteParam(&pickle, INT_MAX);
  /external/libpcap/
fad-gifc.c 63 #define INT_MAX 2147483647
178 * Don't let the buffer size get bigger than INT_MAX.
180 if (buf_size > INT_MAX) {
183 INT_MAX);
  /external/libvpx/libvpx/
args.c 145 if (rawval >= INT_MIN && rawval <= INT_MAX) return (int)rawval;
168 if (rawval >= INT_MIN && rawval <= INT_MAX)
180 if (rawval >= INT_MIN && rawval <= INT_MAX)
  /external/python/cpython2/android_arm/libffi/
ffi.h 138 #if INT_MAX == 32767
141 #elif INT_MAX == 2147483647
144 #elif INT_MAX == 9223372036854775807
  /external/python/cpython2/android_arm64/libffi/
ffi.h 138 #if INT_MAX == 32767
141 #elif INT_MAX == 2147483647
144 #elif INT_MAX == 9223372036854775807
  /external/python/cpython2/android_x86/libffi/
ffi.h 138 #if INT_MAX == 32767
141 #elif INT_MAX == 2147483647
144 #elif INT_MAX == 9223372036854775807
  /external/python/cpython2/android_x86_64/libffi/
ffi.h 139 #if INT_MAX == 32767
142 #elif INT_MAX == 2147483647
145 #elif INT_MAX == 9223372036854775807

Completed in 1376 milliseconds

1 2 3 4 5 6 7 8 91011>>