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)Adjustment228 UINTN \231 UINTN Inst, \232 UINTN reason_for_call, \266 UINTN \
Indexes created Fri Oct 17 22:10:11 GMT 2025