OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ALIGNED_POINTER
(Results
1 - 5
of
5
) sorted by null
/device/linaro/bootloader/edk2/StdLib/Include/Aarch64/machine/
param.h
74
*
ALIGNED_POINTER
is a boolean macro that checks whether an address
82
#define
ALIGNED_POINTER
(p,t) ((((u_long)(p)) & (sizeof(t)-1)) == 0)
/device/linaro/bootloader/edk2/StdLib/Include/Arm/machine/
param.h
87
*
ALIGNED_POINTER
is a boolean macro that checks whether an address
95
#define
ALIGNED_POINTER
(p,t) ((((u_long)(p)) & (sizeof(t)-1)) == 0)
/device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/
param.h
60
*
ALIGNED_POINTER
is a boolean macro that checks whether an address
68
#define
ALIGNED_POINTER
(p,t) 1
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
param.h
86
*
ALIGNED_POINTER
is a boolean macro that checks whether an address
95
#define
ALIGNED_POINTER
(p,t) ((((UINT64)(p)) & (sizeof(t)-1)) == 0)
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
param.h
29
*
ALIGNED_POINTER
is a boolean macro that checks whether an address
37
#define
ALIGNED_POINTER
(p,t) 1
Completed in 240 milliseconds