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

1 2 3 4 5

  /external/clang/test/CodeGen/
2010-01-13-MemBarrier.c 4 typedef unsigned __INT32_TYPE__ uint32_t; typedef
6 unsigned t(uint32_t *ptr, uint32_t val) {
arm-asm-variable.c 5 typedef unsigned int uint32_t; typedef
9 register uint32_t rl asm("r1");
10 register uint32_t rh asm("r2");
13 uint32_t t;
2007-09-12-PragmaPack.c 5 typedef unsigned int uint32_t; typedef
10 uint32_t a;
24 uint32_t guard;
x86_32-inline-asm.c 9 typedef u_int32_t uint32_t; typedef
24 uint32_t msr = 0x8b;
  /art/runtime/
common_throws.h 34 enum InvokeType : uint32_t; member in namespace:art
42 void ThrowAbstractMethodError(uint32_t method_idx, const DexFile& dex_file)
223 void ThrowNullPointerExceptionForMethodAccess(uint32_t method_idx,
  /external/clang/test/Headers/Inputs/include/
stdint.h 5 typedef unsigned __INT32_TYPE__ uint32_t; typedef
  /external/libexif/contrib/watcom/
_stdint.h 6 typedef unsigned long uint32_t; typedef
  /frameworks/av/media/libaudioclient/include/media/
AudioCommonTypes.h 26 enum product_strategy_t : uint32_t; member in namespace:android
42 enum volume_group_t : uint32_t; member in namespace:android
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/m0/include/
rk3399_mcu.h 12 typedef unsigned int uint32_t; typedef
  /external/pdfium/third_party/libopenjpeg20/
opj_stdint.h 44 typedef unsigned __int32 uint32_t; typedef
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
core_types.h 23 typedef unsigned int uint32_t; typedef
31 uint32_t lo;
32 uint32_t hi;
43 typedef uint32_t uintn_t;
46 #define PTR32(a) ((volatile uint32_t*)(uintn_t)(a))
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
stdint.h 70 #ifndef uint32_t
71 typedef __uint32_t uint32_t; typedef
72 #define uint32_t __uint32_t macro
  /external/clang/test/SemaCXX/
integer-overflow.cpp 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/google-breakpad/src/google_breakpad/common/
breakpad_types.h 66 typedef unsigned __int32 uint32_t; typedef
  /external/icu/icu4c/source/common/unicode/
ptypes.h 108 typedef unsigned int uint32_t; typedef
  /external/icu/libandroidicu/include/unicode/
ptypes.h 108 typedef unsigned int uint32_t; typedef
  /external/libpcap/pcap/
pcap-inttypes.h 55 typedef unsigned int uint32_t; typedef
  /external/mesa3d/include/vulkan/
vk_platform.h 80 typedef unsigned __int32 uint32_t; typedef
  /external/skia/include/third_party/vulkan/vulkan/
vk_platform.h 80 typedef unsigned __int32 uint32_t; typedef
  /external/skqp/include/third_party/vulkan/vulkan/
vk_platform.h 80 typedef unsigned __int32 uint32_t; typedef
  /external/swiftshader/include/vulkan/
vk_platform.h 80 typedef unsigned __int32 uint32_t; typedef
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
eigen_tensor_reduced_instantiations_oss.h 52 typedef unsigned __int32 uint32_t; typedef
  /external/tensorflow/tensorflow/lite/kernels/internal/optimized/
eigen_tensor_reduced_instantiations_google.h 52 typedef unsigned __int32 uint32_t; typedef
eigen_tensor_reduced_instantiations_oss.h 52 typedef unsigned __int32 uint32_t; typedef
  /external/vulkan-headers/include/vulkan/
vk_platform.h 80 typedef unsigned __int32 uint32_t; typedef

Completed in 1427 milliseconds

1 2 3 4 5