Searched refs:Value (Results 1 – 15 of 15) sorted by relevance
/DragonStub/inc/loongarch64/ |
H A D | efibind.h | 82 #define ALIGN_VARIABLE(Value ,Adjustment) \ argument 84 if((UINTN)Value % MIN_ALIGNMENT_SIZE) \ 85 (UINTN)Adjustment = MIN_ALIGNMENT_SIZE - ((UINTN)Value % MIN_ALIGNMENT_SIZE); \ 86 Value = (UINTN)Value + (UINTN)Adjustment
|
/DragonStub/inc/riscv64/ |
H A D | efibind.h | 57 #define ALIGN_VARIABLE(Value, Adjustment) \ argument 59 if((UINTN)Value % MIN_ALIGNMENT_SIZE) \ 60 (UINTN)Adjustment = MIN_ALIGNMENT_SIZE - ((UINTN)Value % MIN_ALIGNMENT_SIZE); \ 61 Value = (UINTN)Value + (UINTN)Adjustment
|
/DragonStub/inc/aarch64/ |
H A D | efibind.h | 80 #define ALIGN_VARIABLE(Value ,Adjustment) \ argument 82 if((UINTN)Value % MIN_ALIGNMENT_SIZE) \ 83 (UINTN)Adjustment = MIN_ALIGNMENT_SIZE - ((UINTN)Value % MIN_ALIGNMENT_SIZE); \ 84 Value = (UINTN)Value + (UINTN)Adjustment
|
/DragonStub/inc/arm/ |
H A D | efibind.h | 88 #define ALIGN_VARIABLE(Value ,Adjustment) \ argument 90 if((UINTN)Value % MIN_ALIGNMENT_SIZE) \ 91 (UINTN)Adjustment = MIN_ALIGNMENT_SIZE - ((UINTN)Value % MIN_ALIGNMENT_SIZE); \ 92 Value = (UINTN)Value + (UINTN)Adjustment
|
/DragonStub/inc/mips64el/ |
H A D | efibind.h | 82 #define ALIGN_VARIABLE(Value ,Adjustment) \ argument 84 if((UINTN)Value % MIN_ALIGNMENT_SIZE) \ 85 (UINTN)Adjustment = MIN_ALIGNMENT_SIZE - ((UINTN)Value % MIN_ALIGNMENT_SIZE); \ 86 Value = (UINTN)Value + (UINTN)Adjustment
|
/DragonStub/inc/ia64/ |
H A D | efibind.h | 132 #define ALIGN_VARIABLE(Value , Adjustment) \ argument 134 if((UINTN)Value % MIN_ALIGNMENT_SIZE) \ 135 (UINTN)Adjustment = MIN_ALIGNMENT_SIZE - ((UINTN)Value % MIN_ALIGNMENT_SIZE); \ 136 Value = (UINTN)Value + (UINTN)Adjustment
|
/DragonStub/inc/ia32/ |
H A D | efibind.h | 146 #define ALIGN_VARIABLE(Value ,Adjustment) \ argument 148 if((UINTN)Value % MIN_ALIGNMENT_SIZE) \ 149 (UINTN)Adjustment = MIN_ALIGNMENT_SIZE - ((UINTN)Value % MIN_ALIGNMENT_SIZE); \ 150 Value = (UINTN)Value + (UINTN)Adjustment
|
/DragonStub/lib/runtime/ |
H A D | efirtlib.c | 49 IN UINT8 Value in RtSetMem() argument 56 *(pt++) = Value; in RtSetMem()
|
/DragonStub/inc/x86_64/ |
H A D | efibind.h | 156 #define ALIGN_VARIABLE(Value ,Adjustment) \ argument 158 if((UINTN)Value % MIN_ALIGNMENT_SIZE) \ 159 (UINTN)Adjustment = MIN_ALIGNMENT_SIZE - ((UINTN)Value % MIN_ALIGNMENT_SIZE); \ 160 Value = (UINTN)Value + (UINTN)Adjustment
|
/DragonStub/inc/ |
H A D | efirtlib.h | 52 IN UINT8 Value
|
H A D | efipciio.h | 39 IN UINT64 Value, 51 IN UINT64 Value,
|
H A D | efishell.h | 326 IN CONST CHAR16 *Value,
|
H A D | efiapi.h | 595 IN UINT8 Value
|
H A D | efilib.h | 294 IN UINT8 Value
|
/DragonStub/lib/ |
H A D | misc.c | 105 IN UINT8 Value in SetMem() argument 108 RtSetMem (Buffer, Size, Value); in SetMem()
|