Searched refs:INT16_MAX (Results 1 - 25 of 47) sorted by relevance

12

/external/chromium_org/build/
H A Dintsafe_workaround.h20 #undef INT16_MAX macro
/external/libvpx/libvpx/vpx/
H A Dvpx_integer.h31 #define INT16_MAX _I16_MAX macro
/external/pixman/pixman/
H A Dpixman-region16.c46 #define PIXMAN_REGION_MAX INT16_MAX
H A Dpixman-compiler.h37 #ifndef INT16_MAX
38 # define INT16_MAX (32767) macro
/external/llvm/include/llvm/Support/
H A DDataTypes.h87 #define INT16_MAX 32767 macro
124 #ifndef INT16_MAX
125 # define INT16_MAX 32767 macro
H A DDataTypes.h.cmake115 #ifndef INT16_MAX
116 # define INT16_MAX 32767
H A DDataTypes.h.in113 #ifndef INT16_MAX
114 # define INT16_MAX 32767
/external/icu4c/common/unicode/
H A Dumachine.h140 #ifndef INT16_MAX
142 # define INT16_MAX ((int16_t)(32767)) macro
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h133 #define INT16_MAX 32767 macro
149 #define INT_LEAST16_MAX INT16_MAX
165 #define INT_FAST16_MAX INT16_MAX
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdint.h135 #define INT16_MAX _I16_MAX macro
149 #define INT_LEAST16_MAX INT16_MAX
163 #define INT_FAST16_MAX INT16_MAX
/external/chromium_org/third_party/re2/mswin/
H A Dstdint.h135 #define INT16_MAX _I16_MAX macro
149 #define INT_LEAST16_MAX INT16_MAX
163 #define INT_FAST16_MAX INT16_MAX
/external/mesa3d/include/c99/
H A Dstdint.h135 #define INT16_MAX _I16_MAX macro
149 #define INT_LEAST16_MAX INT16_MAX
163 #define INT_FAST16_MAX INT16_MAX
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dumachine.h159 #ifndef INT16_MAX
161 # define INT16_MAX ((int16_t)(32767)) macro
/external/clang/test/Preprocessor/
H A Dstdint.c1007 INT16_MAX_ INT16_MAX
/external/bison/darwin-lib/
H A Dstdint.h361 #undef INT16_MAX macro
363 #define INT16_MIN (~ INT16_MAX)
364 #define INT16_MAX 32767 macro
402 #define INT_LEAST16_MAX INT16_MAX
/external/bison/lib/
H A Dstdint.in.h360 #undef INT16_MAX
362 #define INT16_MIN (~ INT16_MAX)
363 #define INT16_MAX 32767
401 #define INT_LEAST16_MAX INT16_MAX
H A Dinttypes.in.h113 # ifdef INT16_MAX
119 # ifdef INT16_MAX
618 # ifdef INT16_MAX
624 # ifdef INT16_MAX
/external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/util/
H A Dbasictypes.h40 const int16 kint16max = INT16_MAX;
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/
H A Dbasictypes.h40 const int16 kint16max = INT16_MAX;
/external/libvpx/libvpx/vp9/common/
H A Dvp9_idct.h80 assert(INT16_MIN <= rv && rv <= INT16_MAX);
/external/chromium_org/third_party/smhasher/src/
H A Dpstdint.h351 #ifndef INT16_MAX
352 # define INT16_MAX 0x7fff macro
358 #if (INT_MAX == INT16_MAX) || defined (S_SPLINT_S)
364 #elif (SHRT_MAX == INT16_MAX)
591 # define INT_LEAST16_MAX INT16_MAX
/external/bison/src/
H A Dsystem.h30 # undef INT16_MAX macro
/external/clang/lib/Headers/
H A Dstdint.h614 #define INT16_MAX INT16_C(32767) macro
618 # define __INT_LEAST16_MAX INT16_MAX
621 # define __INT_LEAST8_MAX INT16_MAX
/external/clang/lib/include/
H A Dstdint.h614 #define INT16_MAX INT16_C(32767) macro
618 # define __INT_LEAST16_MAX INT16_MAX
621 # define __INT_LEAST8_MAX INT16_MAX
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_quantize.c63 int tmp = clamp(abs_coeff + round_ptr[rc != 0], INT16_MIN, INT16_MAX);
125 x = clamp(x, INT16_MIN, INT16_MAX);

Completed in 1853 milliseconds

12