Searched defs:int32_t (Results 1 - 25 of 48) sorted by relevance

12

/external/libexif/contrib/watcom/
H A D_stdint.h10 typedef signed long int32_t; typedef
/external/e2fsprogs/lib/uuid/
H A Duuid_types.h38 typedef int int32_t; typedef
41 typedef long int32_t;
44 typedef short int32_t;
/external/pdfium/third_party/libopenjpeg20/
H A Dopj_stdint.h43 typedef signed __int32 int32_t; typedef
/external/clang/test/Sema/
H A Dimplicit-decl.c3 typedef int int32_t; typedef
9 int32_t *vector[16];
11 int32_t compCount = 0;
21 Boolean _CFCalendarDecomposeAbsoluteTimeV(const char *componentDesc, int32_t **vector, int32_t count) { // expected-error{{conflicting types for '_CFCalendarDecomposeAbsoluteTimeV'}}
/external/google-breakpad/src/google_breakpad/common/
H A Dbreakpad_types.h65 typedef __int32 int32_t; typedef
/external/icu/icu4c/source/common/unicode/
H A Dptypes.h101 typedef signed int int32_t; typedef
/external/libpcap/Win32/Include/
H A Dbittypes.h44 typedef signed int int32_t; typedef
/external/opencv3/3rdparty/libwebp/webp/
H A Dtypes.h31 typedef signed int int32_t; typedef
/external/skia/third_party/vulkan/
H A Dvk_platform.h86 typedef signed __int32 int32_t; typedef
/external/skia/third_party/yasm/config/win/
H A Dstdint.h17 typedef signed int int32_t; typedef
/external/vulkan-validation-layers/include/vulkan/
H A Dvk_platform.h86 typedef signed __int32 int32_t; typedef
/external/webp/include/webp/
H A Dtypes.h32 typedef signed int int32_t; typedef
/external/webp/src/webp/
H A Dtypes.h32 typedef signed int int32_t; typedef
/external/libvpx/libvpx/vpx/
H A Dvpx_integer.h30 typedef signed int int32_t; typedef
/external/mesa3d/src/egl/main/
H A Deglcompiler.h44 typedef __int32 int32_t; typedef
/external/nanopb-c/extra/
H A Dpb_syshdr.h23 typedef signed int int32_t; typedef
/external/skia/include/gpu/
H A DGrConfig.h60 typedef int int32_t; typedef
125 #define GR_ALWAYSBREAK SkNO_RETURN_HINT(); *((int*)(int64_t)(int32_t)0xbeefcafe) = 0;
/external/clang/test/ARCMT/
H A DCommon.h17 typedef int int32_t; typedef
19 typedef int32_t UChar32;
/external/flac/include/share/
H A Dcompat.h136 typedef __int32 int32_t; typedef
/external/sfntly/cpp/src/sfntly/port/
H A Dtype.h28 typedef signed __int32 int32_t; typedef
56 typedef std::vector<int32_t> IntegerList;
57 typedef std::set<int32_t> IntegerSet;
/external/clang/test/SemaCXX/
H A Dconversion.cpp8 typedef signed int int32_t; typedef
18 int32_t test1_positive(char *I, char *E) {
22 int32_t test1_negative(char *I, char *E) {
23 return static_cast<int32_t>(E - I);
/external/llvm/include/llvm/Support/
H A DDataTypes.h108 typedef signed int int32_t; typedef
/external/tcpdump/
H A Dtcpdump-stdinc.h78 #ifndef int32_t
79 #define int32_t signed int macro
/external/avahi/avahi-compat-howl/include/salt/
H A Dplatform.h59 typedef signed long int32_t; typedef
96 typedef int32_t sw_int32;
/external/jemalloc/include/msvc_compat/C99/
H A Dstdint.h77 typedef signed int int32_t; typedef
84 typedef signed __int32 int32_t; typedef
96 typedef int32_t int_least32_t;
106 typedef int32_t int_fast32_t;
136 #define INT32_MIN ((int32_t)_I32_MIN)

Completed in 1145 milliseconds

12