OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INT8_MIN
(Results
1 - 25
of
117
) sorted by null
1
2
3
4
5
/external/chromium_org/build/
intsafe_workaround.h
14
#undef
INT8_MIN
/external/llvm/include/llvm/Support/
DataTypes.h
85
#define
INT8_MIN
-128
118
#ifndef
INT8_MIN
119
# define
INT8_MIN
-128
/external/icu4c/common/unicode/
umachine.h
123
#ifndef
INT8_MIN
125
# define
INT8_MIN
((int8_t)(-128))
/bionic/libc/include/
stdint.h
62
# define
INT8_MIN
(-128)
64
# define INT_LEAST8_MIN
INT8_MIN
66
# define INT_FAST8_MIN
INT8_MIN
/development/ndk/platforms/android-3/include/
stdint.h
62
# define
INT8_MIN
(-128)
64
# define INT_LEAST8_MIN
INT8_MIN
66
# define INT_FAST8_MIN
INT8_MIN
/external/chromium_org/third_party/libusb/src/msvc/
stdint.h
127
#define
INT8_MIN
(-128)
143
#define INT_LEAST8_MIN
INT8_MIN
159
#define INT_FAST8_MIN
INT8_MIN
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/re2/mswin/
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
/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/ndk/4/platforms/android-3/arch-arm/usr/include/
stdint.h
75
# define
INT8_MIN
(-128)
77
# define INT_LEAST8_MIN
INT8_MIN
79
# define INT_FAST8_MIN
INT8_MIN
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stdint.h
75
# define
INT8_MIN
(-128)
77
# define INT_LEAST8_MIN
INT8_MIN
79
# define INT_FAST8_MIN
INT8_MIN
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stdint.h
75
# define
INT8_MIN
(-128)
77
# define INT_LEAST8_MIN
INT8_MIN
79
# define INT_FAST8_MIN
INT8_MIN
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
stdint.h
75
# define
INT8_MIN
(-128)
77
# define INT_LEAST8_MIN
INT8_MIN
79
# define INT_FAST8_MIN
INT8_MIN
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
stdint.h
75
# define
INT8_MIN
(-128)
77
# define INT_LEAST8_MIN
INT8_MIN
79
# define INT_FAST8_MIN
INT8_MIN
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
stdint.h
75
# define
INT8_MIN
(-128)
77
# define INT_LEAST8_MIN
INT8_MIN
79
# define INT_FAST8_MIN
INT8_MIN
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
stdint.h
70
# define
INT8_MIN
(-128)
72
# define INT_LEAST8_MIN
INT8_MIN
74
# define INT_FAST8_MIN
INT8_MIN
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
stdint.h
70
# define
INT8_MIN
(-128)
72
# define INT_LEAST8_MIN
INT8_MIN
74
# define INT_FAST8_MIN
INT8_MIN
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
stdint.h
70
# define
INT8_MIN
(-128)
72
# define INT_LEAST8_MIN
INT8_MIN
74
# define INT_FAST8_MIN
INT8_MIN
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
stdint.h
70
# define
INT8_MIN
(-128)
72
# define INT_LEAST8_MIN
INT8_MIN
74
# define INT_FAST8_MIN
INT8_MIN
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
stdint.h
70
# define
INT8_MIN
(-128)
72
# define INT_LEAST8_MIN
INT8_MIN
74
# define INT_FAST8_MIN
INT8_MIN
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
stdint.h
70
# define
INT8_MIN
(-128)
72
# define INT_LEAST8_MIN
INT8_MIN
74
# define INT_FAST8_MIN
INT8_MIN
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
stdint.h
70
# define
INT8_MIN
(-128)
72
# define INT_LEAST8_MIN
INT8_MIN
74
# define INT_FAST8_MIN
INT8_MIN
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
stdint.h
70
# define
INT8_MIN
(-128)
72
# define INT_LEAST8_MIN
INT8_MIN
74
# define INT_FAST8_MIN
INT8_MIN
/prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/
stdint.h
70
# define
INT8_MIN
(-128)
72
# define INT_LEAST8_MIN
INT8_MIN
74
# define INT_FAST8_MIN
INT8_MIN
Completed in 2565 milliseconds
1
2
3
4
5