OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:INT16_MIN
(Results
1 - 25
of
102
) sorted by null
1
2
3
4
5
/external/chromium_org/build/
intsafe_workaround.h
15
#undef
INT16_MIN
/external/libvpx/libvpx/vpx/
vpx_integer.h
32
#define
INT16_MIN
_I16_MIN
/external/pixman/pixman/
pixman-compiler.h
33
#ifndef
INT16_MIN
34
# define
INT16_MIN
(-32767-1)
/frameworks/av/media/libstagefright/codecs/amrwb/src/
pv_amr_wb_type_defs.h
92
#ifndef
INT16_MIN
93
#define
INT16_MIN
(-32768)
/external/bison/src/
system.h
27
# undef
INT16_MIN
/external/chromium_org/third_party/icu/source/common/unicode/
umachine.h
146
#ifndef
INT16_MIN
148
# define
INT16_MIN
((int16_t)(-32767-1))
/external/icu4c/common/unicode/
umachine.h
127
#ifndef
INT16_MIN
129
# define
INT16_MIN
((int16_t)(-32767-1))
/external/llvm/include/llvm/Support/
DataTypes.h
88
#define
INT16_MIN
-32768
127
#ifndef
INT16_MIN
128
# define
INT16_MIN
-32768
/external/chromium_org/third_party/skia/src/ports/
SkImageDecoder_WIC.cpp
18
#undef
INT16_MIN
/external/skia/src/ports/
SkImageDecoder_WIC.cpp
18
#undef
INT16_MIN
/external/chromium_org/third_party/libusb/src/msvc/
stdint.h
128
#define
INT16_MIN
(-32768)
144
#define INT_LEAST16_MIN
INT16_MIN
160
#define INT_FAST16_MIN
INT16_MIN
/external/chromium_org/third_party/mesa/src/include/c99/
stdint.h
134
#define
INT16_MIN
((int16_t)_I16_MIN)
148
#define INT_LEAST16_MIN
INT16_MIN
162
#define INT_FAST16_MIN
INT16_MIN
/external/chromium_org/third_party/re2/mswin/
stdint.h
134
#define
INT16_MIN
((int16_t)_I16_MIN)
148
#define INT_LEAST16_MIN
INT16_MIN
162
#define INT_FAST16_MIN
INT16_MIN
/external/mesa3d/include/c99/
stdint.h
134
#define
INT16_MIN
((int16_t)_I16_MIN)
148
#define INT_LEAST16_MIN
INT16_MIN
162
#define INT_FAST16_MIN
INT16_MIN
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdint-gcc.h
111
# undef
INT16_MIN
112
# define
INT16_MIN
(-INT16_MAX - 1)
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
stdint-gcc.h
111
# undef
INT16_MIN
112
# define
INT16_MIN
(-INT16_MAX - 1)
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
stdint-gcc.h
111
# undef
INT16_MIN
112
# define
INT16_MIN
(-INT16_MAX - 1)
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
stdint-gcc.h
111
# undef
INT16_MIN
112
# define
INT16_MIN
(-INT16_MAX - 1)
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
stdint.h
125
#define
INT16_MIN
-32768
142
#define INT_LEAST16_MIN
INT16_MIN
158
#define INT_FAST16_MIN
INT16_MIN
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/
stdint-gcc.h
111
# undef
INT16_MIN
112
# define
INT16_MIN
(-INT16_MAX - 1)
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/
stdint-gcc.h
111
# undef
INT16_MIN
112
# define
INT16_MIN
(-INT16_MAX - 1)
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
stdint-gcc.h
111
# undef
INT16_MIN
112
# define
INT16_MIN
(-INT16_MAX - 1)
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
stdint-gcc.h
111
# undef
INT16_MIN
112
# define
INT16_MIN
(-INT16_MAX - 1)
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdint-gcc.h
111
# undef
INT16_MIN
112
# define
INT16_MIN
(-INT16_MAX - 1)
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
stdint-gcc.h
111
# undef
INT16_MIN
112
# define
INT16_MIN
(-INT16_MAX - 1)
Completed in 4435 milliseconds
1
2
3
4
5