Home | History | Annotate | Download | only in x86_64

Lines Matching defs:UINTN

128 typedef uint64_t   UINTN;
161 (UINTN)Adjustment = 0; \
162 if((UINTN)Value % MIN_ALIGNMENT_SIZE) \
163 (UINTN)Adjustment = MIN_ALIGNMENT_SIZE - ((UINTN)Value % MIN_ALIGNMENT_SIZE); \
164 Value = (UINTN)Value + (UINTN)Adjustment
228 UINTN \
231 UINTN Inst, \
232 UINTN reason_for_call, \
266 UINTN \