Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dcstdint.hpp377 (!defined(INT8_C) || !defined(INT16_C) || !defined(INT32_C) || !defined(INT64_C))
401 #ifndef INT32_C
402 # define INT32_C(value) value##i32 macro
445 #ifndef INT32_C
447 # define INT32_C(value) value macro
450 # define INT32_C(value) value##L macro
495 # define INTMAX_C(value) INT32_C(value)
/ndk/tests/build/stdint-c++/jni/
Dtest_no_macros.cpp173 #ifdef INT32_C
174 #error INT32_C defined!
Dtest_c.c171 #ifndef INT32_C
172 #error INT32_C defined!
Dtest_all_macros.cpp173 #ifndef INT32_C
174 #error INT32_C defined!
Dtest_limit_macros.cpp174 #ifdef INT32_C
175 #error INT32_C is defined!
Dtest_constant_macros.cpp175 #ifndef INT32_C
176 #error INT32_C is not defined!
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dstdint_h.pass.cpp259 #ifndef INT32_C in main()
260 #error INT32_C not defined in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/cstdint/cstdint.syn/
Dcstdint.pass.cpp259 #ifndef INT32_C in main()
260 #error INT32_C not defined in main()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcstdint89 INT32_C(value)
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdint.in.h524 #undef INT32_C
526 #define INT32_C(x) x macro
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
Dcinttypes.pass.cpp227 #ifndef INT32_C
228 #error INT32_C not defined
/ndk/sources/host-tools/sed-4.2.1/m4/
Dstdint.m4110 int_least32_t c3 = INT32_C (0x7fffffff);
/ndk/sources/host-tools/sed-4.2.1/
Dconfigure20115 int_least32_t c3 = INT32_C (0x7fffffff);