Searched defs:int16_t (Results 1 - 25 of 42) sorted by relevance

12

/external/libexif/contrib/watcom/
H A D_stdint.h9 typedef signed short int16_t; typedef
/external/e2fsprogs/lib/uuid/
H A Duuid_types.h28 typedef int int16_t; typedef
31 typedef short int16_t; typedef
/external/pdfium/third_party/libopenjpeg20/
H A Dopj_stdint.h41 typedef signed __int16 int16_t; typedef
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp7-0x-fixits.cpp6 typedef short int16_t; typedef
14 struct {int16_t i;} i16 = {70000};
16 // CHECK: fix-it:{{.*}}:30}:"static_cast<int16_t>("
/external/icu/icu4c/source/common/unicode/
H A Dptypes.h93 typedef signed short int16_t; typedef
/external/libpcap/Win32/Include/
H A Dbittypes.h39 typedef signed short int16_t; typedef
/external/opencv3/3rdparty/libwebp/webp/
H A Dtypes.h29 typedef signed short int16_t; typedef
/external/skia/third_party/vulkan/
H A Dvk_platform.h84 typedef signed __int16 int16_t; typedef
/external/skia/third_party/yasm/config/win/
H A Dstdint.h16 typedef signed short int16_t; typedef
/external/vulkan-validation-layers/include/vulkan/
H A Dvk_platform.h84 typedef signed __int16 int16_t; typedef
/external/webp/include/webp/
H A Dtypes.h30 typedef signed short int16_t; typedef
/external/webp/src/webp/
H A Dtypes.h30 typedef signed short int16_t; typedef
/external/libvpx/libvpx/vpx/
H A Dvpx_integer.h29 typedef signed short int16_t; typedef
/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/skia/include/gpu/
H A DGrConfig.h58 typedef short int16_t; typedef
/external/flac/include/share/
H A Dcompat.h137 typedef __int16 int16_t; typedef
/external/sfntly/cpp/src/sfntly/port/
H A Dtype.h26 typedef signed __int16 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/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/tcpdump/
H A Dtcpdump-stdinc.h70 #ifndef int16_t
71 #define int16_t signed short macro
/external/avahi/avahi-compat-howl/include/salt/
H A Dplatform.h57 typedef signed short int16_t; typedef
94 typedef int16_t sw_int16;
/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)

Completed in 1328 milliseconds

12