OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UINTPTR_C
(Results
1 - 25
of
57
) sorted by null
1
2
3
/ndk/tests/build/stdint-c++/jni/
test_all_macros.cpp
221
#ifndef
UINTPTR_C
222
#error
UINTPTR_C
defined!
test_c.c
219
#ifndef
UINTPTR_C
220
#error
UINTPTR_C
defined!
test_no_macros.cpp
221
#ifdef
UINTPTR_C
222
#error
UINTPTR_C
defined!
test_constant_macros.cpp
223
#ifndef
UINTPTR_C
224
#error
UINTPTR_C
is not defined!
test_limit_macros.cpp
222
#ifdef
UINTPTR_C
223
#error
UINTPTR_C
is defined!
/bionic/libc/include/
stdint.h
143
# define
UINTPTR_C
(c) UINT64_C(c)
149
# define
UINTPTR_C
(c) UINT32_C(c)
/development/ndk/platforms/android-21/include/
stdint.h
143
# define
UINTPTR_C
(c) UINT64_C(c)
149
# define
UINTPTR_C
(c) UINT32_C(c)
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/
stdint.h
143
# define
UINTPTR_C
(c) UINT64_C(c)
149
# define
UINTPTR_C
(c) UINT32_C(c)
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/
stdint.h
143
# define
UINTPTR_C
(c) UINT64_C(c)
149
# define
UINTPTR_C
(c) UINT32_C(c)
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/
stdint.h
143
# define
UINTPTR_C
(c) UINT64_C(c)
149
# define
UINTPTR_C
(c) UINT32_C(c)
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/
stdint.h
143
# define
UINTPTR_C
(c) UINT64_C(c)
149
# define
UINTPTR_C
(c) UINT32_C(c)
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/
stdint.h
143
# define
UINTPTR_C
(c) UINT64_C(c)
149
# define
UINTPTR_C
(c) UINT32_C(c)
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/
stdint.h
143
# define
UINTPTR_C
(c) UINT64_C(c)
149
# define
UINTPTR_C
(c) UINT32_C(c)
/prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/
stdint.h
143
# define
UINTPTR_C
(c) UINT64_C(c)
149
# define
UINTPTR_C
(c) UINT32_C(c)
/prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/
stdint.h
143
# define
UINTPTR_C
(c) UINT64_C(c)
149
# define
UINTPTR_C
(c) UINT32_C(c)
/prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/
stdint.h
143
# define
UINTPTR_C
(c) UINT64_C(c)
149
# define
UINTPTR_C
(c) UINT32_C(c)
/prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/
stdint.h
143
# define
UINTPTR_C
(c) UINT64_C(c)
149
# define
UINTPTR_C
(c) UINT32_C(c)
/prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/
stdint.h
143
# define
UINTPTR_C
(c) UINT64_C(c)
149
# define
UINTPTR_C
(c) UINT32_C(c)
/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/
stdint.h
143
# define
UINTPTR_C
(c) UINT64_C(c)
149
# define
UINTPTR_C
(c) UINT32_C(c)
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/
stdint.h
143
# define
UINTPTR_C
(c) UINT64_C(c)
149
# define
UINTPTR_C
(c) UINT32_C(c)
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/
stdint.h
143
# define
UINTPTR_C
(c) UINT64_C(c)
149
# define
UINTPTR_C
(c) UINT32_C(c)
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/
stdint.h
143
# define
UINTPTR_C
(c) UINT64_C(c)
149
# define
UINTPTR_C
(c) UINT32_C(c)
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/
stdint.h
143
# define
UINTPTR_C
(c) UINT64_C(c)
149
# define
UINTPTR_C
(c) UINT32_C(c)
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/
stdint.h
143
# define
UINTPTR_C
(c) UINT64_C(c)
149
# define
UINTPTR_C
(c) UINT32_C(c)
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/
stdint.h
143
# define
UINTPTR_C
(c) UINT64_C(c)
149
# define
UINTPTR_C
(c) UINT32_C(c)
Completed in 760 milliseconds
1
2
3