OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INTPTR_MAX
(Results
1 - 25
of
26
) sorted by null
1
2
/ndk/tests/build/stdint-c++/jni/
test_all_macros.cpp
125
#ifndef
INTPTR_MAX
126
#error
INTPTR_MAX
defined!
test_c.c
123
#ifndef
INTPTR_MAX
124
#error
INTPTR_MAX
defined!
test_no_macros.cpp
123
#ifdef
INTPTR_MAX
124
#error
INTPTR_MAX
defined!
test_constant_macros.cpp
124
#ifdef
INTPTR_MAX
125
#error
INTPTR_MAX
is defined!
test_limit_macros.cpp
124
#ifndef
INTPTR_MAX
125
#error
INTPTR_MAX
is not defined!
/external/clang/test/Preprocessor/
stdint.c
[
all
...]
/external/mesa3d/include/c99/
stdint.h
176
# define
INTPTR_MAX
INT64_MAX
180
# define
INTPTR_MAX
INT32_MAX
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdint.h
231
# define
INTPTR_MAX
(9223372036854775807L)
235
# define
INTPTR_MAX
(2147483647)
/bionic/libc/include/
stdint.h
212
# define
INTPTR_MAX
INT32_MAX
/development/ndk/platforms/android-3/include/
stdint.h
212
# define
INTPTR_MAX
INT32_MAX
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdint.h
215
# define
INTPTR_MAX
INT32_MAX
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdint.h
215
# define
INTPTR_MAX
INT32_MAX
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdint.h
215
# define
INTPTR_MAX
INT32_MAX
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdint.h
215
# define
INTPTR_MAX
INT32_MAX
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdint.h
215
# define
INTPTR_MAX
INT32_MAX
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdint.h
215
# define
INTPTR_MAX
INT32_MAX
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
stdint.h
212
# define
INTPTR_MAX
INT32_MAX
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
stdint.h
212
# define
INTPTR_MAX
INT32_MAX
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
stdint.h
212
# define
INTPTR_MAX
INT32_MAX
/ndk/sources/host-tools/sed-4.2.1/lib/
stdint.in.h
409
#undef
INTPTR_MAX
412
#define
INTPTR_MAX
LONG_MAX
/external/clang/lib/Headers/
stdint.h
623
#define
INTPTR_MAX
__INTN_MAX(__INTPTR_WIDTH__)
/prebuilt/sdk/11/renderscript/clang-include/
stdint.h
619
#define
INTPTR_MAX
__INTN_MAX(__INTPTR_WIDTH__)
/prebuilt/sdk/12/renderscript/clang-include/
stdint.h
619
#define
INTPTR_MAX
__INTN_MAX(__INTPTR_WIDTH__)
/prebuilt/sdk/13/renderscript/clang-include/
stdint.h
619
#define
INTPTR_MAX
__INTN_MAX(__INTPTR_WIDTH__)
/prebuilt/sdk/14/renderscript/clang-include/
stdint.h
623
#define
INTPTR_MAX
__INTN_MAX(__INTPTR_WIDTH__)
Completed in 37 milliseconds
1
2