OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:INTPTR_MIN
(Results
26 - 50
of
150
) sorted by null
1
2
3
4
5
6
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdint.h
230
# define
INTPTR_MIN
(-9223372036854775807L-1)
234
# define
INTPTR_MIN
(-2147483647-1)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
stdint-gcc.h
193
# undef
INTPTR_MIN
194
# define
INTPTR_MIN
(-INTPTR_MAX - 1)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdint.h
126
#define
INTPTR_MIN
INT64_MIN
130
#define
INTPTR_MIN
INT32_MIN
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
stdint-gcc.h
193
# undef
INTPTR_MIN
194
# define
INTPTR_MIN
(-INTPTR_MAX - 1)
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
stdint-gcc.h
193
# undef
INTPTR_MIN
194
# define
INTPTR_MIN
(-INTPTR_MAX - 1)
/bionic/libc/include/
stdint.h
214
# define
INTPTR_MIN
INT64_MIN
221
# define
INTPTR_MIN
INT32_MIN
/development/ndk/platforms/android-21/include/
stdint.h
214
# define
INTPTR_MIN
INT64_MIN
221
# define
INTPTR_MIN
INT32_MIN
/development/ndk/platforms/android-9/include/
stdint.h
203
# define
INTPTR_MIN
INT32_MIN
/external/bison/darwin-lib/
stdint.h
105
the macros except for *_FAST*_*,
INTPTR_MIN
, PTRDIFF_MIN, PTRDIFF_MAX. */
471
#undef
INTPTR_MIN
474
#define
INTPTR_MIN
LONG_MIN
/prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
stdint.h
203
# define
INTPTR_MIN
INT32_MIN
/prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
stdint.h
203
# define
INTPTR_MIN
INT32_MIN
/prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
stdint.h
203
# define
INTPTR_MIN
INT32_MIN
/prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
stdint.h
203
# define
INTPTR_MIN
INT32_MIN
/prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/
stdint.h
203
# define
INTPTR_MIN
INT32_MIN
/prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/
stdint.h
203
# define
INTPTR_MIN
INT32_MIN
/prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/
stdint.h
203
# define
INTPTR_MIN
INT32_MIN
/prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/
stdint.h
203
# define
INTPTR_MIN
INT32_MIN
/prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/
stdint.h
203
# define
INTPTR_MIN
INT32_MIN
/prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/
stdint.h
203
# define
INTPTR_MIN
INT32_MIN
/prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/
stdint.h
203
# define
INTPTR_MIN
INT32_MIN
/prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/
stdint.h
203
# define
INTPTR_MIN
INT32_MIN
/prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/
stdint.h
203
# define
INTPTR_MIN
INT32_MIN
/prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/
stdint.h
203
# define
INTPTR_MIN
INT32_MIN
/prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/
stdint.h
203
# define
INTPTR_MIN
INT32_MIN
/prebuilts/ndk/r10/platforms/android-17/arch-arm/usr/include/
stdint.h
203
# define
INTPTR_MIN
INT32_MIN
Completed in 5121 milliseconds
1
2
3
4
5
6