OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__uintptr_t
(Results
1 - 7
of
7
) sorted by null
/device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
int_types.h
59
typedef UINTN
__uintptr_t
;
typedef
/device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
int_types.h
59
typedef UINTN
__uintptr_t
;
typedef
/device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
int_types.h
59
typedef UINTN
__uintptr_t
;
typedef
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
int_types.h
68
typedef unsigned long int
__uintptr_t
;
typedef
71
typedef unsigned int
__uintptr_t
;
typedef
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
int_types.h
71
typedef UINTN
__uintptr_t
;
typedef
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/machine/
_types.h
72
typedef __uint32_t
__uintptr_t
;
typedef
89
typedef __uint64_t
__uintptr_t
;
typedef
/bionic/libc/include/
stdint.h
52
typedef unsigned long
__uintptr_t
;
typedef
55
typedef unsigned int
__uintptr_t
;
typedef
71
typedef
__uintptr_t
uintptr_t;
Completed in 1137 milliseconds