Home
last modified time | relevance | path

Searched refs:Value (Results 1 – 15 of 15) sorted by relevance

/DragonStub/inc/loongarch64/
H A Defibind.h82 #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 Defibind.h57 #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 Defibind.h80 #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 Defibind.h88 #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 Defibind.h82 #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 Defibind.h132 #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 Defibind.h146 #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 Defirtlib.c49 IN UINT8 Value in RtSetMem() argument
56 *(pt++) = Value; in RtSetMem()
/DragonStub/inc/x86_64/
H A Defibind.h156 #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 Defirtlib.h52 IN UINT8 Value
H A Defipciio.h39 IN UINT64 Value,
51 IN UINT64 Value,
H A Defishell.h326 IN CONST CHAR16 *Value,
H A Defiapi.h595 IN UINT8 Value
H A Defilib.h294 IN UINT8 Value
/DragonStub/lib/
H A Dmisc.c105 IN UINT8 Value in SetMem() argument
108 RtSetMem (Buffer, Size, Value); in SetMem()