Home
last modified time | relevance | path

Searched refs:UINT_MAX (Results 1 – 23 of 23) sorted by relevance

/ndk/tests/device/test-stlport/unit/
Dmacro_checks.cpp93 #if !defined (UINT_MAX)
94 # error Missing UINT_MAX definition.
97 #if (UINT_MAX < 0)
98 # error Weird UINT_MAX macro value.
Dsstream_test.cpp205 s << INT_MAX << " " << UINT_MAX << " " << LONG_MAX << " " << ULONG_MAX << " " in maxint()
217 CPPUNIT_ASSERT( u == UINT_MAX ); in maxint()
/ndk/tests/device/test-gnustl-full/unit/
Dmacro_checks.cpp93 #if !defined (UINT_MAX)
94 # error Missing UINT_MAX definition.
97 #if (UINT_MAX < 0)
98 # error Weird UINT_MAX macro value.
Dsstream_test.cpp205 s << INT_MAX << " " << UINT_MAX << " " << LONG_MAX << " " << ULONG_MAX << " " in maxint()
217 CPPUNIT_ASSERT( u == UINT_MAX ); in maxint()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dlimits_h.pass.cpp62 #ifndef UINT_MAX
63 #error UINT_MAX not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/c.limits/
Dclimits.pass.cpp62 #ifndef UINT_MAX
63 #error UINT_MAX not defined
/ndk/sources/android/support/src/wcstox/
Dintscan.c93 for (x=0; c-'0'<10U && x<=UINT_MAX/10-1; c=shgetc(f)) in __intscan()
100 for (x=0; val[c]<base && x<=UINT_MAX/32; c=shgetc(f)) in __intscan()
105 for (x=0; val[c]<base && x<=UINT_MAX/36-1; c=shgetc(f)) in __intscan()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
Dmax.pass.cpp43 test<char32_t>(UINT_MAX); in main()
48 test<unsigned int>(UINT_MAX); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.other/
Dunderlying_type.pass.cpp18 enum F { W = UINT_MAX };
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dclimits31 UINT_MAX
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
Dtest_allocator.h80 {return UINT_MAX / sizeof(T);} in max_size()
140 {return UINT_MAX / sizeof(T);} in max_size()
219 {return UINT_MAX / sizeof(T);} in max_size()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
Dtest_allocator.h73 {return UINT_MAX / sizeof(T);} in max_size()
152 {return UINT_MAX / sizeof(T);} in max_size()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dcstdint.hpp259 # if UINT_MAX == 0xffffffff
280 # elif (UINT_MAX == 0xffffffffffffffff) && defined(__MTA__)
446 # if (UINT_MAX == 0xffffffff)
Dinteger_traits.hpp126 public detail::integer_traits_base<wchar_t, 0, UINT_MAX>
154 public detail::integer_traits_base<unsigned int, 0, UINT_MAX>
/ndk/sources/host-tools/sed-4.2.1/sed/
Dfmt.c31 #ifndef UINT_MAX
32 # define UINT_MAX ((unsigned int) ~(unsigned int) 0) macro
36 # define INT_MAX ((int) (UINT_MAX >> 1))
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cwchar.h160 # define WCHAR_MAX UINT_MAX
D_limits.h244 : public _STLP_PRIV _Integer_limits<unsigned int, 0, UINT_MAX, -1, true>
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-death-test_test.cc1204 msg4 << UINT_MAX; in TEST()
1208 EXPECT_EQ(UINT_MAX, uint_result); in TEST()
Dgtest-printers_test.cc356 EXPECT_EQ("4294967295", Print(UINT_MAX)); // uint32 in TEST()
/ndk/sources/android/support/src/stdio/
Dvfwprintf.c49 #if UINT_MAX == ULONG_MAX
Dvfprintf.c57 #if UINT_MAX == ULONG_MAX
/ndk/sources/host-tools/sed-4.2.1/lib/
Dregcomp.c2866 return UINT_MAX; in parse_bracket_exp()
2898 if (BE (start_collseq == UINT_MAX || end_collseq == UINT_MAX, 0)) in parse_bracket_exp()
Dregexec.c4027 return UINT_MAX; in find_collation_sequence_value()
4068 return UINT_MAX; in find_collation_sequence_value()