OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INT_FAST32_MIN
(Results
1 - 25
of
26
) sorted by null
1
2
/ndk/tests/build/stdint-c++/jni/
test_all_macros.cpp
71
#ifndef
INT_FAST32_MIN
72
#error
INT_FAST32_MIN
defined!
test_c.c
69
#ifndef
INT_FAST32_MIN
70
#error
INT_FAST32_MIN
defined!
test_no_macros.cpp
69
#ifdef
INT_FAST32_MIN
70
#error
INT_FAST32_MIN
defined!
test_constant_macros.cpp
70
#ifdef
INT_FAST32_MIN
71
#error
INT_FAST32_MIN
is defined!
test_limit_macros.cpp
70
#ifndef
INT_FAST32_MIN
71
#error
INT_FAST32_MIN
is not defined!
/external/clang/test/Preprocessor/
stdint.c
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdint.h
199
# define
INT_FAST32_MIN
(-9223372036854775807L-1)
202
# define
INT_FAST32_MIN
(-2147483647-1)
/bionic/libc/include/
stdint.h
141
# define
INT_FAST32_MIN
INT32_MIN
/development/ndk/platforms/android-3/include/
stdint.h
141
# define
INT_FAST32_MIN
INT32_MIN
/external/mesa3d/include/c99/
stdint.h
164
#define
INT_FAST32_MIN
INT32_MIN
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
stdint.h
146
# define
INT_FAST32_MIN
INT32_MIN
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
stdint.h
146
# define
INT_FAST32_MIN
INT32_MIN
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
stdint.h
146
# define
INT_FAST32_MIN
INT32_MIN
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
stdint.h
146
# define
INT_FAST32_MIN
INT32_MIN
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
stdint.h
146
# define
INT_FAST32_MIN
INT32_MIN
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdint.h
146
# define
INT_FAST32_MIN
INT32_MIN
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
stdint.h
141
# define
INT_FAST32_MIN
INT32_MIN
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
stdint.h
141
# define
INT_FAST32_MIN
INT32_MIN
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
stdint.h
141
# define
INT_FAST32_MIN
INT32_MIN
/ndk/sources/host-tools/sed-4.2.1/lib/
stdint.in.h
387
#undef
INT_FAST32_MIN
390
#define
INT_FAST32_MIN
LONG_MIN
/external/clang/lib/Headers/
stdint.h
547
# define
INT_FAST32_MIN
__INT_LEAST32_MIN
/prebuilt/sdk/11/renderscript/clang-include/
stdint.h
547
# define
INT_FAST32_MIN
__INT_LEAST32_MIN
/prebuilt/sdk/12/renderscript/clang-include/
stdint.h
547
# define
INT_FAST32_MIN
__INT_LEAST32_MIN
/prebuilt/sdk/13/renderscript/clang-include/
stdint.h
547
# define
INT_FAST32_MIN
__INT_LEAST32_MIN
/prebuilt/sdk/14/renderscript/clang-include/
stdint.h
547
# define
INT_FAST32_MIN
__INT_LEAST32_MIN
Completed in 30 milliseconds
1
2