HomeSort by relevance Sort by last modified time
    Searched full:int_max (Results 476 - 500 of 1058) sorted by null

<<11121314151617181920>>

  /external/libvpx/libvpx/vp9/encoder/
vp9_ratectrl.c 382 int last_error = INT_MAX;
    [all...]
  /external/mesa3d/src/mesa/main/
drawpix.c 152 1, format, type, INT_MAX, pixels)) {
334 INT_MAX, (const GLvoid *) bitmap)) {
  /external/valgrind/coregrind/m_debuginfo/
lzoconf.h 131 # define LZO_INT_MAX INT_MAX
150 # define LZO_INT32_MAX INT_MAX
  /ndk/tests/device/test-gnustl-full/unit/
sstream_test.cpp 205 s << INT_MAX << " " << UINT_MAX << " " << LONG_MAX << " " << ULONG_MAX << " "
216 CPPUNIT_ASSERT( i == INT_MAX );
  /ndk/tests/device/test-stlport/unit/
sstream_test.cpp 205 s << INT_MAX << " " << UINT_MAX << " " << LONG_MAX << " " << ULONG_MAX << " "
216 CPPUNIT_ASSERT( i == INT_MAX );
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoaimp.h 304 /* Int_max = floor(P*log(FLT_RADIX)/log(10) - 1) */
330 #define Int_max 14
368 #define Int_max 15
395 #define Int_max 15
  /bionic/tests/
libc_logging_test.cpp 115 __libc_format_buffer(buf, sizeof(buf), "%d", INT_MAX);
  /development/ndk/platforms/android-21/include/sys/
limits.h 53 #define INT_MAX 0x7fffffff /* max value for an int */
  /development/ndk/platforms/android-3/include/sys/
limits.h 68 #define INT_MAX 0x7fffffff /* max value for an int */
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/include/
cext.h 162 #define PY_SSIZE_T_MAX ((Py_ssize_t)INT_MAX)
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/include/
cext.h 162 #define PY_SSIZE_T_MAX ((Py_ssize_t)INT_MAX)
  /external/clang/docs/
ObjectiveCLiterals.rst 73 Consequently, ``@INT_MAX`` works, but ``@INT_MIN`` does not, because
78 #define INT_MAX 2147483647 /* max value for an int */
128 NSNumber *smallestInt = @(-INT_MAX - 1); // [NSNumber numberWithInt:(-INT_MAX - 1)]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_printf_test.cc 119 TestAgainstLibc<int>("%d-%d", INT_MIN, INT_MAX); // NOLINT
  /external/freetype/include/internal/
ftmemory.h 250 * We limit ourselves to INT_MAX, rather than UINT_MAX, to avoid
  /external/google-breakpad/src/testing/include/gmock/
gmock-cardinalities.h 66 virtual int ConservativeUpperBound() const { return INT_MAX; }
  /external/iproute2/tc/
em_cmp.c 84 if (layer == INT_MAX) {
  /external/iptables/extensions/
libip6t_DNAT.c 14 #include <limits.h> /* INT_MAX in ip_tables.h */
libip6t_SNAT.c 14 #include <limits.h> /* INT_MAX in ip_tables.h */
libip6t_icmp6.c 5 #include <limits.h> /* INT_MAX in ip6_tables.h */
libipt_REDIRECT.c 5 #include <limits.h> /* INT_MAX in ip_tables.h */
  /external/iptables/include/libiptc/
libip6tc.h 10 # include <limits.h> /* INT_MAX in ip6_tables.h */
libiptc.h 10 # include <limits.h> /* INT_MAX in ip_tables.h */
  /external/jemalloc/include/jemalloc/
jemalloc.h 83 ((a < (size_t)INT_MAX) ? ffs(a)-1 : ffs(a>>32)+31)
  /external/jemalloc/include/msvc_compat/C99/
stdint.h 200 #define SIG_ATOMIC_MAX INT_MAX
  /external/libcxx/test/std/thread/futures/
test_allocator.h 29 int test_alloc_base::throw_after = INT_MAX;

Completed in 2447 milliseconds

<<11121314151617181920>>