Home
last modified time | relevance | path

Searched refs:UINT32_MAX (Results 1 – 12 of 12) sorted by relevance

/ndk/tests/build/stdint-c++/jni/
Dtest_all_macros.cpp77 #ifndef UINT32_MAX
78 #error UINT32_MAX defined!
Dtest_c.c75 #ifndef UINT32_MAX
76 #error UINT32_MAX defined!
Dtest_no_macros.cpp77 #ifdef UINT32_MAX
78 #error UINT32_MAX defined!
Dtest_constant_macros.cpp78 #ifdef UINT32_MAX
79 #error UINT32_MAX is defined!
Dtest_limit_macros.cpp77 #ifndef UINT32_MAX
78 #error UINT32_MAX is not defined!
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h309 #undef UINT32_MAX
312 #define UINT32_MAX 4294967295U macro
353 #define UINT_LEAST32_MAX UINT32_MAX
431 # define UINTMAX_MAX UINT32_MAX
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m498 #ifdef UINT32_MAX
99 uint32_t b3 = UINT32_MAX;
185 #ifdef UINT32_MAX
186 int check_uint32: (uint32_t) -1 == UINT32_MAX ? 1 : -1;
242 #ifdef UINT32_MAX
243 MVAL (UINT32_MAX),
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdint31 UINT32_MAX
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdint_h.pass.cpp185 static_assert(UINT32_MAX == 4294967295U, "UINT32_MAX == 4294967295"); in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp55 #ifndef UINT32_MAX
56 #error UINT32_MAX not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp185 static_assert(UINT32_MAX == 4294967295U, "UINT32_MAX == 4294967295"); in main()
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20104 uint32_t b3 = UINT32_MAX;
20191 int check_uint32: (uint32_t) -1 == UINT32_MAX ? 1 : -1;
20289 MVAL (UINT32_MAX),