Home
last modified time | relevance | path

Searched refs:__uintptr_t (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
Dint_types.h68 typedef unsigned long int __uintptr_t; typedef
71 typedef unsigned int __uintptr_t; typedef
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dstdint.h91 typedef __uintptr_t uintptr_t;
92 #define uintptr_t __uintptr_t
/device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
Dint_types.h59 typedef UINTN __uintptr_t; typedef
/device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
Dint_types.h59 typedef UINTN __uintptr_t; typedef
/device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
Dint_types.h59 typedef UINTN __uintptr_t; typedef
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
Dint_types.h71 typedef UINTN __uintptr_t; typedef
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/sys/
D_stdint.h78 typedef __uintptr_t uintptr_t;
Dcdefs.h395 ((__size_t)(__uintptr_t)((const volatile void *)&((type *)0)->field))
548 #define __DECONST(type, var) ((type)(__uintptr_t)(const void *)(var))
552 #define __DEVOLATILE(type, var) ((type)(__uintptr_t)(volatile void *)(var))
556 #define __DEQUALIFY(type, var) ((type)(__uintptr_t)(const volatile void *)(var))
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/machine/
D_types.h80 typedef __uint64_t __uintptr_t; typedef