HomeSort by relevance Sort by last modified time
    Searched defs:int32_t (Results 1 - 25 of 218) 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/third_party/libopenjpeg20/
opj_stdint.h 43 typedef signed __int32 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/opencv3/3rdparty/libwebp/webp/
types.h 31 typedef signed int int32_t; typedef
  /external/skia/third_party/vulkan/
vk_platform.h 86 typedef signed __int32 int32_t; typedef
  /external/skia/third_party/yasm/config/win/
stdint.h 17 typedef signed int int32_t; typedef
  /external/vulkan-validation-layers/include/vulkan/
vk_platform.h 86 typedef signed __int32 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/native/vulkan/include/vulkan/
vk_platform.h 79 typedef signed __int32 int32_t; typedef
  /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
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/vulkan/
vk_platform.h 86 typedef signed __int32 int32_t; typedef
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/vulkan/
vk_platform.h 86 typedef signed __int32 int32_t; typedef
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/vulkan/
vk_platform.h 86 typedef signed __int32 int32_t; typedef
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/vulkan/
vk_platform.h 86 typedef signed __int32 int32_t; typedef
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/vulkan/
vk_platform.h 86 typedef signed __int32 int32_t; typedef
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/vulkan/
vk_platform.h 86 typedef signed __int32 int32_t; typedef

Completed in 1306 milliseconds

1 2 3 4 5 6 7 8 9