HomeSort by relevance Sort by last modified time
    Searched defs:int32_t (Results 1 - 25 of 225) sorted by null

1 2 3 4 5 6 7 8 9

  /external/libexif/contrib/watcom/
_stdint.h 10 typedef signed long int32_t; typedef
  /external/clang/test/Sema/
implicit-decl.c 3 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/e2fsprogs/lib/uuid/
uuid_types.h 38 typedef int int32_t; typedef
41 typedef long int32_t;
44 typedef short int32_t;
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
opj_stdint.h 43 typedef signed __int32 int32_t; typedef
  /external/v8/include/
v8stdint.h 21 typedef int int32_t; typedef
  /development/ndk/platforms/common/src/
crtbrand.c 26 /* The following trick defines int32_t w/o including <stdint.h>
28 line turns into "typedef int int32_t[0]" and later fails with error messages
33 typedef int int32_t[sizeof(int) == 4]; typedef
61 int32_t namesz;
62 int32_t descsz;
63 int32_t type;
65 int32_t android_api;
68 sizeof(int32_t),
  /external/google-breakpad/src/google_breakpad/common/
breakpad_types.h 65 typedef __int32 int32_t; typedef
  /external/icu/icu4c/source/common/unicode/
ptypes.h 101 typedef signed int int32_t; typedef
  /external/libpcap/Win32/Include/
bittypes.h 44 typedef signed int int32_t; typedef
  /external/tcpdump/win32/Include/
bittypes.h 44 typedef signed int int32_t; typedef
  /external/webp/include/webp/
types.h 32 typedef signed int int32_t; typedef
  /external/webp/src/webp/
types.h 32 typedef signed int int32_t; typedef
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMathFuncs.cpp 21 typedef int int32_t; typedef
23 extern uint32_t SC_abs_i32(int32_t v);
24 uint32_t __attribute__((overloadable)) abs(int32_t v) {return SC_abs_i32(v);}
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/include/
stdint.h 12 typedef signed int int32_t; typedef
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_integer.h 21 typedef signed int int32_t; typedef
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
stdint_invensense.h 23 typedef long int32_t; typedef
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
stdint_invensense.h 23 typedef long int32_t; typedef
  /external/libvpx/libvpx/vpx/
vpx_integer.h 30 typedef signed int int32_t; typedef
  /external/mesa3d/src/egl/main/
eglcompiler.h 44 typedef __int32 int32_t; typedef
  /external/nanopb-c/extra/
pb_syshdr.h 23 typedef signed int int32_t; typedef
  /external/clang/test/ARCMT/
Common.h 17 typedef int int32_t; typedef
19 typedef int32_t UChar32;
  /external/flac/include/share/
compat.h 133 typedef __int32 int32_t; typedef
  /external/sfntly/cpp/src/sfntly/port/
type.h 28 typedef signed __int32 int32_t; typedef
56 typedef std::vector<int32_t> IntegerList;
57 typedef std::set<int32_t> IntegerSet;
  /external/skia/include/gpu/
GrConfig.h 60 typedef int int32_t; typedef
142 #define GR_ALWAYSBREAK SkNO_RETURN_HINT(); *((int*)(int64_t)(int32_t)0xbeefcafe) = 0;
  /external/webrtc/src/
typedefs.h 104 typedef signed int int32_t; typedef
119 typedef int32_t WebRtc_Word32;
134 typedef int32_t WebRtc_Word32;

Completed in 1213 milliseconds

1 2 3 4 5 6 7 8 9