OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MIN_ALIGNMENT_SIZE
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/external/bsd/gnu-efi/dist/inc/riscv64/
efibind.h
64
#define
MIN_ALIGNMENT_SIZE
8
68
if((UINTN)Value %
MIN_ALIGNMENT_SIZE
) \
69
(UINTN)Adjustment =
MIN_ALIGNMENT_SIZE
- ((UINTN)Value %
MIN_ALIGNMENT_SIZE
); \
/src/sys/external/bsd/gnu-efi/dist/inc/aarch64/
efibind.h
80
#define
MIN_ALIGNMENT_SIZE
8
84
if((UINTN)Value %
MIN_ALIGNMENT_SIZE
) \
85
(UINTN)Adjustment =
MIN_ALIGNMENT_SIZE
- ((UINTN)Value %
MIN_ALIGNMENT_SIZE
); \
/src/sys/external/bsd/gnu-efi/dist/inc/arm/
efibind.h
88
#define
MIN_ALIGNMENT_SIZE
4
92
if((UINTN)Value %
MIN_ALIGNMENT_SIZE
) \
93
(UINTN)Adjustment =
MIN_ALIGNMENT_SIZE
- ((UINTN)Value %
MIN_ALIGNMENT_SIZE
); \
/src/sys/external/bsd/gnu-efi/dist/inc/ia32/
efibind.h
147
#define
MIN_ALIGNMENT_SIZE
4
151
if((UINTN)Value %
MIN_ALIGNMENT_SIZE
) \
152
(UINTN)Adjustment =
MIN_ALIGNMENT_SIZE
- ((UINTN)Value %
MIN_ALIGNMENT_SIZE
); \
/src/sys/external/bsd/gnu-efi/dist/inc/ia64/
efibind.h
131
#define
MIN_ALIGNMENT_SIZE
8
135
if((UINTN)Value %
MIN_ALIGNMENT_SIZE
) \
136
(UINTN)Adjustment =
MIN_ALIGNMENT_SIZE
- ((UINTN)Value %
MIN_ALIGNMENT_SIZE
); \
/src/sys/external/bsd/gnu-efi/dist/inc/mips64el/
efibind.h
80
#define
MIN_ALIGNMENT_SIZE
8
84
if((UINTN)Value %
MIN_ALIGNMENT_SIZE
) \
85
(UINTN)Adjustment =
MIN_ALIGNMENT_SIZE
- ((UINTN)Value %
MIN_ALIGNMENT_SIZE
); \
/src/sys/external/bsd/gnu-efi/dist/inc/x86_64/
efibind.h
158
#define
MIN_ALIGNMENT_SIZE
4
162
if((UINTN)Value %
MIN_ALIGNMENT_SIZE
) \
163
(UINTN)Adjustment =
MIN_ALIGNMENT_SIZE
- ((UINTN)Value %
MIN_ALIGNMENT_SIZE
); \
Completed in 12 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025