Searched refs:INT_MAX (Results 201 - 225 of 339) sorted by relevance

1234567891011>>

/external/fio/
H A Dgclient.c360 if (je->eta_sec != INT_MAX && je->elapsed_sec) {
390 if (je->eta_sec != INT_MAX && je->nr_running) {
458 if (je->eta_sec != INT_MAX && je->elapsed_sec) {
485 if (je->eta_sec != INT_MAX && je->nr_running) {
/external/iproute2/tc/
H A Dem_meta.c122 return INT_MAX;
/external/iputils/
H A Dtracepath.c330 overhead, INT_MAX);
H A Dtracepath6.c586 overhead, INT_MAX);
/external/libavc/encoder/
H A Dih264e_process.c1086 ps_proc->i4_mb_cost = INT_MAX;
1417 ps_proc->i4_mb_cost = INT_MAX;
2063 ps_proc->i4_mb_cost = INT_MAX;
2064 ps_proc->i4_mb_distortion = INT_MAX;
/external/libvpx/libvpx/vp8/encoder/
H A Dtemporal_filter.c151 int bestsme = INT_MAX;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_pred_common.c376 int x, y, segment_id = INT_MAX;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c145 int bestsme = INT_MAX;
/external/libvpx/libvpx/vpx/src/
H A Dvpx_encoder.c163 if (!iface || !cfg || usage > INT_MAX)
/external/lldb/source/Symbol/
H A DFunction.cpp374 m_block.Dump(s, m_range.GetBaseAddress().GetFileAddress(), INT_MAX, show_context);
/external/llvm/lib/Target/AArch64/
H A DAArch64RegisterInfo.cpp322 assert(Offset <= INT_MAX && "Offset too big to fit in int.");
/external/opencv/cxcore/src/
H A Dcxconvert.cpp1013 fabs( shift ) <= (INT_MAX*0.5)/(1 << ICV_FIX_SHIFT))
1165 fabs( shift ) <= (INT_MAX*0.5)/(1 << ICV_FIX_SHIFT)) \
1192 fabs( shift ) <= (INT_MAX*0.5)/(1 << ICV_FIX_SHIFT)) \
1222 fabs( shift ) <= (INT_MAX*0.5)/(1 << ICV_FIX_SHIFT)) \
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dgzlib.c617 #ifndef INT_MAX
/external/pdfium/core/src/fxge/agg/agg23/
H A Dfx_agg_rasterizer_scanline_aa.cpp423 if (m_max_y > 0 && m_min_y < 0 && -m_min_y > INT_MAX - m_max_y) {
/external/toybox/lib/
H A Dargs.c236 gof->maxargs = INT_MAX;
/external/toybox/toys/other/
H A Dbzcat.c288 limit[maxLen+1] = INT_MAX;
/external/toybox/toys/pending/
H A Dfsck.c387 TT.max_nr_run = strtol_range(tmp, 0, INT_MAX);
H A Droute.c239 rt->rt_window = atolx_range(*argv, 128, INT_MAX); //win low
/external/v8/src/
H A Dconversions-inl.h9 #include <limits.h> // Required for INT_MAX etc.
646 const int max_exponent = INT_MAX / 2;
/external/valgrind/drd/tests/
H A Dtsan_thread_wrappers_pthread.h52 #include <limits.h> // INT_MAX
505 : queue_(INT_MAX) {
/external/zlib/src/
H A Dgzlib.c617 #ifndef INT_MAX
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-death-test_test.cc1198 msg3 << INT_MAX; local
1202 EXPECT_EQ(INT_MAX, int_result);
/external/gtest/test/
H A Dgtest-death-test_test.cc1195 msg3 << INT_MAX; local
1199 EXPECT_EQ(INT_MAX, int_result);
/external/libpcap/
H A Dpcap-dlpi.c120 #define INT_MAX 2147483647 macro
820 if (errno == ERANGE || unit > INT_MAX) {
/external/libxml2/
H A Ddict.c842 (l > INT_MAX / 2))
979 (l > INT_MAX / 2))

Completed in 858 milliseconds

1234567891011>>