Searched defs:int16_t (Results 1 - 25 of 69) sorted by path

123

/external/bison/darwin-lib/
H A Dstdint.h147 #undef int16_t macro
151 #define int16_t gl_int16_t macro
233 #define int_least16_t int16_t
/external/chromium_org/ppapi/c/
H A Dpp_stdint.h39 typedef short int16_t; typedef
/external/chromium_org/sdch/open-vcdiff/vsprojects/
H A Dstdint.h22 typedef __int16 int16_t; typedef
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeTypes.h35 Int16(int16_t u) : v(htons(static_cast<uint16_t>(u))) { }
36 operator int16_t() const { return static_cast<int16_t>(ntohs(v)); }
/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Dutils.h67 typedef short int16_t; // NOLINT typedef
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCommon.h82 typedef short int16_t; typedef
/external/chromium_org/third_party/brotli/src/brotli/dec/
H A Dtypes.h33 typedef signed short int16_t; typedef
/external/chromium_org/third_party/brotli/src/woff2/
H A Dbuffer.h25 typedef short int16_t; typedef
110 bool ReadS16(int16_t *value) {
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-common.h58 typedef __int16 int16_t; typedef
83 int16_t i16[2];
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dptypes.h93 typedef signed short int16_t; typedef
/external/chromium_org/third_party/leveldatabase/src/port/win/
H A Dstdint.h16 typedef signed short int16_t; typedef
/external/chromium_org/third_party/libusb/src/msvc/
H A Dstdint.h90 typedef __int16 int16_t; typedef
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
H A Dvpx_integer.h29 typedef signed short int16_t; typedef
/external/chromium_org/third_party/libwebp/webp/
H A Dtypes.h29 typedef signed short int16_t; typedef
/external/chromium_org/third_party/mesa/src/include/c99/
H A Dstdint.h76 typedef signed short int16_t; typedef
83 typedef signed __int16 int16_t; typedef
95 typedef int16_t int_least16_t;
105 typedef int16_t int_fast16_t;
134 #define INT16_MIN ((int16_t)_I16_MIN)
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglcompiler.h42 typedef __int16 int16_t; typedef
/external/chromium_org/third_party/npapi/bindings/
H A Dnptypes.h52 typedef short int16_t; typedef
/external/chromium_org/third_party/npapi/npspy/extern/java/
H A Dtypedefs_md.h51 typedef int16 int16_t; typedef
/external/chromium_org/third_party/ots/include/
H A Dopentype-sanitiser.h12 typedef short int16_t; typedef
114 bool WriteS16(int16_t v) {
/external/chromium_org/third_party/qcms/src/
H A Dqcmstypes.h50 typedef __int16 int16_t; typedef
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
H A Dtype.h26 typedef signed __int16 int16_t; typedef
/external/chromium_org/third_party/skia/include/gpu/
H A DGrConfig.h50 typedef short int16_t; typedef
/external/chromium_org/third_party/smhasher/src/
H A Dpstdint.h77 * int32_t, int16_t and int8_t, it just dumps out with a compiler
139 * (u)intmax_t, (u)int64_t, (u)int32_t, (u)int16_t, (u)least64_t,
357 #ifndef int16_t
359 typedef signed int int16_t; typedef
360 # define INT16_C(v) ((int16_t) (v))
365 typedef signed short int16_t; typedef
366 # define INT16_C(v) ((int16_t) (v))
586 typedef int16_t int_least16_t;
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dport.h107 typedef __int16 int16_t; typedef
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dport.h104 typedef __int16 int16_t; typedef

Completed in 5951 milliseconds

123