Searched refs:UINT_MAX (Results 1 – 23 of 23) sorted by relevance
/ndk/tests/device/test-stlport/unit/ |
D | macro_checks.cpp | 93 #if !defined (UINT_MAX) 94 # error Missing UINT_MAX definition. 97 #if (UINT_MAX < 0) 98 # error Weird UINT_MAX macro value.
|
D | sstream_test.cpp | 205 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/ |
D | macro_checks.cpp | 93 #if !defined (UINT_MAX) 94 # error Missing UINT_MAX definition. 97 #if (UINT_MAX < 0) 98 # error Weird UINT_MAX macro value.
|
D | sstream_test.cpp | 205 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/ |
D | limits_h.pass.cpp | 62 #ifndef UINT_MAX 63 #error UINT_MAX not defined
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/c.limits/ |
D | climits.pass.cpp | 62 #ifndef UINT_MAX 63 #error UINT_MAX not defined
|
/ndk/sources/android/support/src/wcstox/ |
D | intscan.c | 93 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/ |
D | max.pass.cpp | 43 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/ |
D | underlying_type.pass.cpp | 18 enum F { W = UINT_MAX };
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | climits | 31 UINT_MAX
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/ |
D | test_allocator.h | 80 {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/ |
D | test_allocator.h | 73 {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/ |
D | cstdint.hpp | 259 # if UINT_MAX == 0xffffffff 280 # elif (UINT_MAX == 0xffffffffffffffff) && defined(__MTA__) 446 # if (UINT_MAX == 0xffffffff)
|
D | integer_traits.hpp | 126 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/ |
D | fmt.c | 31 #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.h | 160 # define WCHAR_MAX UINT_MAX
|
D | _limits.h | 244 : public _STLP_PRIV _Integer_limits<unsigned int, 0, UINT_MAX, -1, true>
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest-death-test_test.cc | 1204 msg4 << UINT_MAX; in TEST() 1208 EXPECT_EQ(UINT_MAX, uint_result); in TEST()
|
D | gtest-printers_test.cc | 356 EXPECT_EQ("4294967295", Print(UINT_MAX)); // uint32 in TEST()
|
/ndk/sources/android/support/src/stdio/ |
D | vfwprintf.c | 49 #if UINT_MAX == ULONG_MAX
|
D | vfprintf.c | 57 #if UINT_MAX == ULONG_MAX
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | regcomp.c | 2866 return UINT_MAX; in parse_bracket_exp() 2898 if (BE (start_collseq == UINT_MAX || end_collseq == UINT_MAX, 0)) in parse_bracket_exp()
|
D | regexec.c | 4027 return UINT_MAX; in find_collation_sequence_value() 4068 return UINT_MAX; in find_collation_sequence_value()
|