OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:INT8_MIN
(Results
1 - 25
of
101
) sorted by null
1
2
3
4
5
/external/bison/src/
system.h
21
/* flex 2.5.31 gratutiously defines macros like
INT8_MIN
. But this
26
# undef
INT8_MIN
/external/icu/icu4c/source/common/unicode/
umachine.h
157
#ifndef
INT8_MIN
159
# define
INT8_MIN
((int8_t)(-128))
/external/llvm/include/llvm/Support/
DataTypes.h
85
#define
INT8_MIN
-128
118
#ifndef
INT8_MIN
119
# define
INT8_MIN
-128
/external/skia/src/ports/
SkImageDecoder_WIC.cpp
19
#undef
INT8_MIN
/external/jemalloc/include/msvc_compat/C99/
stdint.h
132
#define
INT8_MIN
((int8_t)_I8_MIN)
146
#define INT_LEAST8_MIN
INT8_MIN
160
#define INT_FAST8_MIN
INT8_MIN
/external/libvncserver/compat/msvc/
stdint.h
132
#define
INT8_MIN
((int8_t)_I8_MIN)
146
#define INT_LEAST8_MIN
INT8_MIN
160
#define INT_FAST8_MIN
INT8_MIN
/external/mesa3d/include/c99/
stdint.h
132
#define
INT8_MIN
((int8_t)_I8_MIN)
146
#define INT_LEAST8_MIN
INT8_MIN
160
#define INT_FAST8_MIN
INT8_MIN
/external/opencv3/3rdparty/include/
msc_stdint.h
103
#define
INT8_MIN
_I8_MIN
117
#define INT_LEAST8_MIN
INT8_MIN
131
#define INT_FAST8_MIN
INT8_MIN
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
stdint.h
178
#define
INT8_MIN
((int8_t)_I8_MIN)
192
#define INT_LEAST8_MIN
INT8_MIN
206
#define INT_FAST8_MIN
INT8_MIN
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
stdint-gcc.h
102
# undef
INT8_MIN
103
# define
INT8_MIN
(-INT8_MAX - 1)
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
stdint-gcc.h
102
# undef
INT8_MIN
103
# define
INT8_MIN
(-INT8_MAX - 1)
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include/
stdint-gcc.h
102
# undef
INT8_MIN
103
# define
INT8_MIN
(-INT8_MAX - 1)
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h
124
#define
INT8_MIN
-128
141
#define INT_LEAST8_MIN
INT8_MIN
157
#define INT_FAST8_MIN
INT8_MIN
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
stdint-gcc.h
102
# undef
INT8_MIN
103
# define
INT8_MIN
(-INT8_MAX - 1)
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
stdint-gcc.h
102
# undef
INT8_MIN
103
# define
INT8_MIN
(-INT8_MAX - 1)
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
stdint-gcc.h
102
# undef
INT8_MIN
103
# define
INT8_MIN
(-INT8_MAX - 1)
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
stdint-gcc.h
102
# undef
INT8_MIN
103
# define
INT8_MIN
(-INT8_MAX - 1)
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include/
stdint-gcc.h
102
# undef
INT8_MIN
103
# define
INT8_MIN
(-INT8_MAX - 1)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/
stdint-gcc.h
102
# undef
INT8_MIN
103
# define
INT8_MIN
(-INT8_MAX - 1)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdint.h
160
# define
INT8_MIN
(-128)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
stdint-gcc.h
102
# undef
INT8_MIN
103
# define
INT8_MIN
(-INT8_MAX - 1)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdint.h
160
# define
INT8_MIN
(-128)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
stdint-gcc.h
102
# undef
INT8_MIN
103
# define
INT8_MIN
(-INT8_MAX - 1)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdint.h
76
#define
INT8_MIN
(-128)
92
#define INT_LEAST8_MIN
INT8_MIN
108
#define INT_FAST8_MIN
INT8_MIN
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
stdint-gcc.h
102
# undef
INT8_MIN
103
# define
INT8_MIN
(-INT8_MAX - 1)
Completed in 1679 milliseconds
1
2
3
4
5