Searched defs:int16_t (Results 26 - 50 of 69) sorted by relevance

123

/external/mesa3d/src/egl/main/
H A Deglcompiler.h42 typedef __int16 int16_t; typedef
/external/nanopb-c/extra/
H A Dpb_syshdr.h21 typedef signed short int16_t; typedef
/external/qemu/slirp-android/
H A Dslirp.h55 typedef short int16_t; typedef
59 typedef int 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/brotli/src/woff2/
H A Dbuffer.h25 typedef short int16_t; typedef
110 bool ReadS16(int16_t *value) {
/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/qemu/slirp/
H A Dslirp.h62 typedef short int16_t; typedef
66 typedef int int16_t; typedef
/external/sfntly/cpp/src/sfntly/port/
H A Dtype.h26 typedef signed __int16 int16_t; typedef
/external/skia/include/gpu/
H A DGrConfig.h46 typedef short int16_t; typedef
/external/srtp/crypto/include/
H A Dconfig.h34 /* Define to 1 if the system has the type `int16_t'. */
195 typedef short int16_t; typedef
/external/webrtc/src/
H A Dtypedefs.h103 typedef signed short int16_t; typedef
121 typedef int16_t WebRtc_Word16;
136 typedef int16_t WebRtc_Word16;
/external/chromium_org/third_party/ots/include/
H A Dopentype-sanitiser.h12 typedef short int16_t; typedef
114 bool WriteS16(int16_t v) {
/external/clang/test/CodeGenCXX/
H A Daarch64-mangle-neon-vectors.cpp6 typedef signed short int16_t; typedef
17 typedef __attribute__((neon_vector_type(4))) int16_t int16x4_t;
18 typedef __attribute__((neon_vector_type(8))) int16_t int16x8_t;
/external/clang/test/SemaCXX/
H A Dconversion.cpp7 typedef signed short int16_t; typedef
/external/llvm/include/llvm/Support/
H A DDataTypes.h110 typedef short int16_t; typedef
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_config_dreamcast.h32 typedef signed short int16_t; typedef
H A DSDL_config_macos.h34 typedef SInt16 int16_t; typedef
H A DSDL_config_symbian.h63 typedef signed short int16_t; typedef
H A DSDL_config_win32.h35 typedef signed __int16 int16_t; typedef
59 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/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/jemalloc/include/msvc_compat/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/mesa3d/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)

Completed in 6191 milliseconds

123