Searched
full:int_max (Results
251 -
275 of
1058) sorted by null
<<11121314151617181920>>
/prebuilts/sdk/renderscript/clang-include/ |
limits.h | 49 #undef INT_MAX 62 #define INT_MAX __INT_MAX__
|
/system/extras/tests/timetest/ |
timetest.c | 65 dtmin.tv_sec = INT_MAX; 67 dtminp.tv_sec = INT_MAX;
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_ilogbf.c | 39 else return INT_MAX;
|
/external/bison/examples/calc++/ |
calc++-scanner.ll | 52 if (! (INT_MIN <= n && n <= INT_MAX && errno != ERANGE))
|
/external/bison/lib/ |
c-strcasecmp.c | 49 if (UCHAR_MAX <= INT_MAX)
|
c-strncasecmp.c | 49 if (UCHAR_MAX <= INT_MAX)
|
fprintf.c | 69 if (len > INT_MAX)
|
snprintf.c | 64 if (INT_MAX < len)
|
vfprintf.c | 66 if (len > INT_MAX)
|
vsnprintf.c | 63 if (len > INT_MAX)
|
/external/elfutils/src/libdw/ |
dwarf_decl_line.c | 60 if (line > INT_MAX)
|
/external/iproute2/tc/ |
m_ematch.h | 103 return INT_MAX;
|
/external/iptables/include/linux/ |
netfilter_ipv6.h | 69 NF_IP6_PRI_LAST = INT_MAX,
|
/external/libcxx/test/std/strings/basic.string/string.capacity/ |
capacity.pass.cpp | 35 S::allocator_type::throw_after = INT_MAX;
|
/external/libvncserver/libvncserver/ |
font.c | 139 #ifndef INT_MAX 140 #define INT_MAX 0x7fffffff 149 (*x1)=(*y1)=INT_MAX; (*x2)=(*y2)=1-(INT_MAX);
|
/external/libvpx/libvpx/vp8/encoder/ |
pickinter.c | 146 int best_rd = INT_MAX; 237 *best_dist = INT_MAX; 238 error = INT_MAX; 264 int pred_error[4] = {0, 0, 0, 0}, best_error = INT_MAX; 497 return INT_MAX; 583 int best_rd = INT_MAX; 585 int best_intra_rd = INT_MAX; 590 int bestsme = INT_MAX; 610 int dissim = INT_MAX; 686 *returnintra = INT_MAX; [all...] |
/external/sfntly/cpp/src/sfntly/data/ |
growable_memory_byte_array.cc | 27 : ByteArray(0, INT_MAX, true) {
|
/external/toybox/toys/posix/ |
cut.c | 73 int start = 0, end = INT_MAX; 80 start = atolx_range(dtoken, 0, INT_MAX); 87 end = atolx_range(ctoken, 0, INT_MAX); 88 if (!end) end = INT_MAX;
|
/external/v8/src/base/ |
win32-headers.h | 51 #include <limits.h> // For INT_MAX and al.
|
/external/v8/test/webkit/ |
date-daysfrom1970-overflow-expected.txt | 24 This test confirms an assertion in dateToDaysFrom1970() in wtf/DateMath.cpp passes. The function had a bug setting a number larger than INT_MAX to an int variable.
|
date-daysfrom1970-overflow.js | 24 description('This test confirms an assertion in dateToDaysFrom1970() in wtf/DateMath.cpp passes. The function had a bug setting a number larger than INT_MAX to an int variable.');
|
/frameworks/native/services/surfaceflinger/tests/ |
Transaction_test.cpp | 67 0, INT_MAX, false)); 137 ASSERT_EQ(NO_ERROR, mBGSurfaceControl->setLayer(INT_MAX-2)); 140 ASSERT_EQ(NO_ERROR, mFGSurfaceControl->setLayer(INT_MAX-1)); 144 ASSERT_EQ(NO_ERROR, mSyncSurfaceControl->setLayer(INT_MAX-1));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.capacity/ |
capacity.pass.cpp | 35 S::allocator_type::throw_after = INT_MAX;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
netfilter_ipv6.h | 68 NF_IP6_PRI_LAST = INT_MAX,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
values.h | 45 #define MAXINT INT_MAX
|
Completed in 631 milliseconds
<<11121314151617181920>>