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

1 2 3 4

  /external/libexif/contrib/watcom/
_stdint.h 10 typedef signed long int32_t; typedef
  /device/google/bonito/json-c/
json_inttypes.h 10 typedef __int32 int32_t; typedef
11 #define INT32_MIN ((int32_t)_I32_MIN)
12 #define INT32_MAX ((int32_t)_I32_MAX)
  /device/google/crosshatch/json-c/
json_inttypes.h 10 typedef __int32 int32_t; typedef
11 #define INT32_MIN ((int32_t)_I32_MIN)
12 #define INT32_MAX ((int32_t)_I32_MAX)
  /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/pdfium/third_party/libopenjpeg20/
opj_stdint.h 43 typedef signed __int32 int32_t; typedef
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
core_types.h 22 typedef int int32_t; typedef
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
stdint.h 65 #ifndef int32_t
66 typedef __int32_t int32_t; typedef
67 #define int32_t __int32_t macro
  /external/google-breakpad/src/google_breakpad/common/
breakpad_types.h 65 typedef __int32 int32_t; typedef
  /external/icu/icu4c/source/common/unicode/
ptypes.h 104 typedef signed int int32_t; typedef
  /external/icu/libandroidicu/include/unicode/
ptypes.h 104 typedef signed int int32_t; typedef
  /external/libpcap/pcap/
pcap-inttypes.h 56 typedef signed int int32_t; typedef
  /external/mesa3d/include/vulkan/
vk_platform.h 79 typedef signed __int32 int32_t; typedef
  /external/skia/include/third_party/vulkan/vulkan/
vk_platform.h 79 typedef signed __int32 int32_t; typedef
  /external/skqp/include/third_party/vulkan/vulkan/
vk_platform.h 79 typedef signed __int32 int32_t; typedef
  /external/swiftshader/include/vulkan/
vk_platform.h 79 typedef signed __int32 int32_t; typedef
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
eigen_tensor_reduced_instantiations_oss.h 51 typedef __int32 int32_t; typedef
  /external/tensorflow/tensorflow/lite/kernels/internal/optimized/
eigen_tensor_reduced_instantiations_google.h 51 typedef __int32 int32_t; typedef
eigen_tensor_reduced_instantiations_oss.h 51 typedef __int32 int32_t; typedef
  /external/vulkan-headers/include/vulkan/
vk_platform.h 79 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
  /external/brotli/c/include/brotli/
types.h 22 typedef __int32 int32_t; typedef
  /external/libaom/libaom/aom/
aom_integer.h 29 typedef signed int int32_t; typedef
  /external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/
i32operations.c 4 typedef int int32_t; typedef
10 int i32_eq(int32_t a, int32_t b) {
14 int i32_neq(int32_t a, int32_t b) {
18 int32_t i32_eq_select(int32_t a, int32_t b, int32_t c, int32_t d)
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
_stdint.h 44 typedef __int32_t int32_t; typedef

Completed in 636 milliseconds

1 2 3 4