Searched defs:int8_t (Results 1 - 25 of 39) sorted by relevance

12

/external/libexif/contrib/watcom/
H A D_stdint.h8 typedef signed char int8_t; typedef
/external/e2fsprogs/lib/uuid/
H A Duuid_types.h10 typedef signed char int8_t; typedef
/external/pdfium/third_party/libopenjpeg20/
H A Dopj_stdint.h39 typedef signed __int8 int8_t; typedef
/external/icu/icu4c/source/common/unicode/
H A Dptypes.h85 typedef signed char int8_t; typedef
/external/libpcap/Win32/Include/
H A Dbittypes.h34 typedef signed char int8_t; typedef
/external/opencv3/3rdparty/libwebp/webp/
H A Dtypes.h27 typedef signed char int8_t; typedef
/external/skia/third_party/vulkan/
H A Dvk_platform.h82 typedef signed __int8 int8_t; typedef
/external/skia/third_party/yasm/config/win/
H A Dstdint.h15 typedef signed char int8_t; typedef
/external/vulkan-validation-layers/include/vulkan/
H A Dvk_platform.h82 typedef signed __int8 int8_t; typedef
/external/webp/include/webp/
H A Dtypes.h28 typedef signed char int8_t; typedef
/external/webp/src/webp/
H A Dtypes.h28 typedef signed char int8_t; typedef
/external/libvpx/libvpx/vpx/
H A Dvpx_integer.h28 typedef signed char int8_t; typedef
/external/mesa3d/src/egl/main/
H A Deglcompiler.h40 typedef __int8 int8_t; typedef
/external/nanopb-c/extra/
H A Dpb_syshdr.h19 typedef signed char int8_t; typedef
/external/skia/include/gpu/
H A DGrConfig.h56 typedef signed char int8_t; typedef
/external/flac/include/share/
H A Dcompat.h138 typedef __int8 int8_t; typedef
/external/sfntly/cpp/src/sfntly/port/
H A Dtype.h24 typedef signed char int8_t; typedef
/external/clang/test/CodeGenCXX/
H A Daarch64-mangle-neon-vectors.cpp5 typedef signed char int8_t; typedef
15 typedef __attribute__((neon_vector_type(8))) int8_t int8x8_t;
16 typedef __attribute__((neon_vector_type(16))) int8_t int8x16_t;
/external/clang/test/SemaCXX/
H A Dconversion.cpp6 typedef signed char int8_t; typedef
/external/llvm/include/llvm/Support/
H A DDataTypes.h112 typedef signed char int8_t; typedef
/external/tcpdump/
H A Dtcpdump-stdinc.h62 #ifndef int8_t
63 #define int8_t signed char macro
/external/avahi/avahi-compat-howl/include/salt/
H A Dplatform.h55 typedef signed char int8_t; typedef
91 typedef int8_t sw_int8;
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h75 typedef signed char int8_t; typedef
82 typedef signed __int8 int8_t; typedef
94 typedef int8_t int_least8_t;
104 typedef int8_t int_fast8_t;
132 #define INT8_MIN ((int8_t)_I8_MIN)
/external/libvncserver/compat/msvc/
H A Dstdint.h75 typedef char int8_t; typedef
82 typedef __int8 int8_t; typedef
94 typedef int8_t int_least8_t;
104 typedef int8_t int_fast8_t;
132 #define INT8_MIN ((int8_t)_I8_MIN)
/external/mesa3d/include/c99/
H A Dstdint.h75 typedef signed char int8_t; typedef
82 typedef signed __int8 int8_t; typedef
94 typedef int8_t int_least8_t;
104 typedef int8_t int_fast8_t;
132 #define INT8_MIN ((int8_t)_I8_MIN)

Completed in 371 milliseconds

12