HomeSort by relevance Sort by last modified time
    Searched defs:uint32_t (Results 26 - 50 of 181) sorted by null

12 3 4 5 6 7 8

  /external/webp/include/webp/
types.h 33 typedef unsigned int uint32_t; typedef
  /external/webp/src/webp/
types.h 33 typedef unsigned int uint32_t; typedef
  /frameworks/native/vulkan/include/vulkan/
vk_platform.h 80 typedef unsigned __int32 uint32_t; typedef
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/include/
stdint.h 6 typedef unsigned int uint32_t; typedef
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
stdint_invensense.h 28 typedef unsigned long uint32_t; typedef
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
stdint_invensense.h 28 typedef unsigned long uint32_t; typedef
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vk_platform.h 80 typedef unsigned __int32 uint32_t; typedef
  /external/brotli/c/include/brotli/
types.h 23 typedef unsigned __int32 uint32_t; typedef
59 #define BROTLI_UINT32_MAX (~((uint32_t)0))
  /external/clang/test/Analysis/
atomics.c 7 typedef unsigned int uint32_t; typedef
20 uint32_t refCount;
27 uint32_t result = __c11_atomic_fetch_add((volatile _Atomic(uint32_t) *)&s->refCount,- 1, memory_order_relaxed);
40 uint32_t result = __c11_atomic_load((volatile _Atomic(uint32_t) *)&s->refCount, memory_order_relaxed);
52 __c11_atomic_store((volatile _Atomic(uint32_t) *)&s->refCount, 2, memory_order_relaxed);
62 uint32_t result = __c11_atomic_exchange((volatile _Atomic(uint32_t) *)&s->refCount, 2, memory_order_relaxed);
75 uint32_t expected = 2
    [all...]
  /external/clang/test/CodeGen/
struct-init.c 27 typedef unsigned int uint32_t; typedef
28 typedef __attribute__((neon_vector_type(2))) uint32_t uint32x2_t;
  /external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/useful-harnesses/
i32operations.c 3 typedef unsigned int uint32_t; typedef
  /system/bt/embdrv/g722/
g722_typedefs.h 73 typedef unsigned int uint32_t; typedef
  /device/generic/goldfish/keymaster/trusty/
keymaster_ipc.h 25 enum keymaster_command : uint32_t { enum
58 uint32_t cmd;
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
_stdint.h 64 typedef __uint32_t uint32_t; typedef
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Aarch64/
EfiBind.h 50 typedef unsigned int uint32_t; typedef
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Arm/
EfiBind.h 48 typedef unsigned int uint32_t; typedef
58 typedef uint32_t uintn_t;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ebc/
EfiBind.h 58 typedef unsigned int uint32_t; typedef
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ia32/
EfiBind.h 184 typedef unsigned __int32 uint32_t; typedef
193 typedef unsigned int uint32_t; typedef
204 typedef uint32_t uintn_t;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ipf/
EfiBind.h 160 typedef unsigned __int32 uint32_t; typedef
174 typedef unsigned int uint32_t; typedef
186 typedef unsigned int uint32_t; typedef
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/X64/
EfiBind.h 137 typedef unsigned __int32 uint32_t; typedef
146 typedef unsigned int uint32_t; typedef
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/
libfdt_env.h 27 typedef UINT32 uint32_t; typedef
38 static inline uint32_t fdt32_to_cpu(fdt32_t x)
  /external/clang/test/Sema/
integer-overflow.c 3 typedef unsigned int uint32_t; typedef
7 int array32[sizeof(uint32_t) == 4 ? 1 : -1];
11 uint64_t f1(uint64_t, uint32_t);
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface.cc 24 typedef u32 uint32_t; typedef
  /external/nanopb-c/extra/
pb_syshdr.h 24 typedef unsigned int uint32_t; typedef
34 typedef uint32_t size_t;
  /external/skia/include/gpu/
GrConfig.h 61 typedef unsigned uint32_t; typedef

Completed in 1335 milliseconds

12 3 4 5 6 7 8