Home
last modified time | relevance | path

Searched refs:UINT32_C (Results 1 – 13 of 13) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dcstdint.hpp416 #ifndef UINT32_C
417 # define UINT32_C(value) value##ui32 macro
448 # define UINT32_C(value) value##u macro
451 # define UINT32_C(value) value##uL macro
496 # define UINTMAX_C(value) UINT32_C(value)
/ndk/tests/build/stdint-c++/jni/
Dtest_no_macros.cpp182 #ifdef UINT32_C
183 #error UINT32_C defined!
Dtest_all_macros.cpp182 #ifndef UINT32_C
183 #error UINT32_C defined!
Dtest_c.c180 #ifndef UINT32_C
181 #error UINT32_C defined!
Dtest_constant_macros.cpp184 #ifndef UINT32_C
185 #error UINT32_C is not defined!
Dtest_limit_macros.cpp183 #ifdef UINT32_C
184 #error UINT32_C is defined!
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdint_h.pass.cpp275 #ifndef UINT32_C in main()
276 #error UINT32_C not defined in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp275 #ifndef UINT32_C in main()
276 #error UINT32_C not defined in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdint94 UINT32_C(value)
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h525 #undef UINT32_C
527 #define UINT32_C(x) x ## U macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp243 #ifndef UINT32_C
244 #error UINT32_C not defined
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m4120 uint_least32_t d3 = UINT32_C (0xffffffff);
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20125 uint_least32_t d3 = UINT32_C (0xffffffff);