Searched refs:UINT16_C (Results 1 - 25 of 60) sorted by relevance

123

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
H A DDataTypes.h155 #ifndef UINT16_C
156 # define UINT16_C(C) C##ui16 macro
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
H A DDataTypes.h155 #ifndef UINT16_C
156 # define UINT16_C(C) C##ui16 macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dstdint.h201 #define UINT16_C(val) (val) macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dstdint.h201 #define UINT16_C(val) (val) macro
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
H A Dstdint-gcc.h249 #undef UINT16_C macro
250 #define UINT16_C(c) __UINT16_C(c) macro
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
H A Dstdint-gcc.h249 #undef UINT16_C macro
250 #define UINT16_C(c) __UINT16_C(c) macro
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
H A Dstdint-gcc.h249 #undef UINT16_C macro
250 #define UINT16_C(c) __UINT16_C(c) macro
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
H A Dstdint-gcc.h249 #undef UINT16_C macro
250 #define UINT16_C(c) __UINT16_C(c) macro
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
H A Dstdint-gcc.h249 #undef UINT16_C macro
250 #define UINT16_C(c) __UINT16_C(c) macro
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
H A Dstdint-gcc.h249 #undef UINT16_C macro
250 #define UINT16_C(c) __UINT16_C(c) macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
H A Dstdint-gcc.h249 #undef UINT16_C macro
250 #define UINT16_C(c) __UINT16_C(c) macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
H A Dstdint-gcc.h249 #undef UINT16_C macro
250 #define UINT16_C(c) __UINT16_C(c) macro
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
H A Dstdint-gcc.h249 #undef UINT16_C macro
250 #define UINT16_C(c) __UINT16_C(c) macro
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
H A Dstdint-gcc.h249 #undef UINT16_C macro
250 #define UINT16_C(c) __UINT16_C(c) macro
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp272 #ifndef UINT16_C
273 #error UINT16_C not defined
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp273 #ifndef UINT16_C
274 #error UINT16_C not defined
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
H A Dstdint_h.pass.cpp272 #ifndef UINT16_C
273 #error UINT16_C not defined
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/cstdint/cstdint.syn/
H A Dcstdint.pass.cpp273 #ifndef UINT16_C
274 #error UINT16_C not defined
/prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0/include/
H A Dstdint.h425 # define UINT16_C(v) __uint_c(v, __int16_c_suffix) macro
428 # define UINT16_C(v) v ## U macro
612 #define UINT16_MAX UINT16_C(65535)
/prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
H A Dstdint.h425 # define UINT16_C(v) __uint_c(v, __int16_c_suffix) macro
428 # define UINT16_C(v) v ## U macro
612 #define UINT16_MAX UINT16_C(65535)
/prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0/include/
H A Dstdint.h425 # define UINT16_C(v) __uint_c(v, __int16_c_suffix) macro
428 # define UINT16_C(v) v ## U macro
612 #define UINT16_MAX UINT16_C(65535)
/prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
H A Dstdint.h425 # define UINT16_C(v) __uint_c(v, __int16_c_suffix) macro
428 # define UINT16_C(v) v ## U macro
612 #define UINT16_MAX UINT16_C(65535)
/prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0/include/
H A Dstdint.h425 # define UINT16_C(v) __uint_c(v, __int16_c_suffix) macro
428 # define UINT16_C(v) v ## U macro
612 #define UINT16_MAX UINT16_C(65535)
/prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
H A Dstdint.h425 # define UINT16_C(v) __uint_c(v, __int16_c_suffix) macro
428 # define UINT16_C(v) v ## U macro
612 #define UINT16_MAX UINT16_C(65535)
/prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
H A Dstdint.h425 # define UINT16_C(v) __uint_c(v, __int16_c_suffix) macro
428 # define UINT16_C(v) v ## U macro
612 #define UINT16_MAX UINT16_C(65535)

Completed in 3515 milliseconds

123