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

1 2 3

  /external/giflib/
config.h 11 typedef uint32_t UINT32;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GuidChk/
CommonUtils.h 31 typedef unsigned int UINT32;
34 typedef UINT32 STATUS;
  /external/tpm2/
BaseTypes.h 23 typedef uint32_t UINT32;
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
hte.h 22 typedef uint32_t UINT32;
47 UINT32
56 UINT32 Address,
63 UINT32 Address,
68 UINT32 Address,
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/AArch64/
ProcessorBind.h 39 typedef unsigned __int32 UINT32;
54 typedef unsigned int UINT32;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Arm/
ProcessorBind.h 37 typedef unsigned __int32 UINT32;
52 typedef unsigned int UINT32;
69 typedef UINT32 UINTN;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Ia32/
ProcessorBind.h 75 typedef unsigned __int32 UINT32;
92 typedef unsigned int UINT32;
116 typedef uint32_t UINT32;
124 typedef UINT32 UINTN;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/X64/
ProcessorBind.h 78 typedef unsigned __int32 UINT32;
95 typedef unsigned int UINT32;
110 typedef unsigned int UINT32;
135 typedef uint32_t UINT32;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
Common.h 26 typedef unsigned int UINT32;
108 UINT32 PrintMask,
  /device/linaro/bootloader/edk2/MdePkg/Include/AArch64/
ProcessorBind.h 39 typedef unsigned __int32 UINT32;
54 typedef unsigned int UINT32;
  /device/linaro/bootloader/edk2/MdePkg/Include/Arm/
ProcessorBind.h 37 typedef unsigned __int32 UINT32;
53 typedef unsigned int UINT32;
68 typedef UINT32 UINTN;
  /device/linaro/bootloader/edk2/MdePkg/Include/Ebc/
ProcessorBind.h 67 typedef unsigned int UINT32;
  /device/linaro/bootloader/edk2/MdePkg/Include/Ia32/
ProcessorBind.h 136 typedef unsigned __int32 UINT32;
183 typedef unsigned int UINT32;
224 typedef UINT32 UINTN;
  /device/linaro/bootloader/edk2/MdePkg/Include/X64/
ProcessorBind.h 136 typedef unsigned __int32 UINT32;
183 typedef unsigned int UINT32;
  /external/libldac/src/
struct_ldac.h 47 typedef unsigned int UINT32;
  /external/syslinux/gpxe/src/include/gpxe/efi/Ia32/
ProcessorBind.h 105 typedef unsigned __int32 UINT32;
122 typedef unsigned int UINT32;
146 typedef uint32_t UINT32;
154 typedef UINT32 UINTN;
  /external/syslinux/gpxe/src/include/gpxe/efi/X64/
ProcessorBind.h 108 typedef unsigned __int32 UINT32;
125 typedef unsigned int UINT32;
140 typedef unsigned int UINT32;
165 typedef uint32_t UINT32;
  /hardware/qcom/display/msm8996/sdm/include/utils/
constants.h 39 #define UINT32(exp) static_cast<uint32_t>(exp)
47 #define ROUND_UP_ALIGN_DOWN(value, a) FLOAT(FloorToMultipleOf(UINT32(value + 0.5f), UINT32(a)))
48 #define ROUND_UP_ALIGN_UP(value, a) FLOAT(CeilToMultipleOf(UINT32(value + 0.5f), UINT32(a)))
  /hardware/qcom/display/msm8998/sdm/include/utils/
constants.h 39 #define UINT32(exp) static_cast<uint32_t>(exp)
47 #define ROUND_UP_ALIGN_DOWN(value, a) FLOAT(FloorToMultipleOf(UINT32(value + 0.5f), UINT32(a)))
48 #define ROUND_UP_ALIGN_UP(value, a) FLOAT(CeilToMultipleOf(UINT32(value + 0.5f), UINT32(a)))
  /device/linaro/bootloader/edk2/MdePkg/Include/Ipf/
ProcessorBind.h 125 typedef unsigned __int32 UINT32;
172 typedef unsigned int UINT32;
  /external/dhcpcd-6.8.2/
dhcp-common.h 47 #define UINT32 (1 << 4)
  /external/libchrome/dbus/
message.h 75 UINT32 = DBUS_TYPE_UINT32,
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
WireFormat.java 138 UINT32 (JavaType.INT , WIRETYPE_VARINT ),
233 case UINT32 : return input.readUInt32 ();
  /external/syslinux/efi32/include/efi/ia32/
efibind.h 94 typedef uint32_t UINT32;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/ia32/
efibind.h 94 typedef uint32_t UINT32;

Completed in 1473 milliseconds

1 2 3