Searched refs:UINTN (Results 1 - 25 of 53) sorted by relevance

123

/freebsd-11-stable/sys/contrib/edk2/Include/Library/
H A DPrintLib.h56 - The width of the field is specified by a UINTN argument in the
66 - The precision of the field is specified by a UINTN argument in the
246 UINTN
250 IN UINTN BufferSize,
293 UINTN
297 IN UINTN BufferSize,
342 UINTN
346 IN UINTN BufferSize,
390 UINTN
394 IN UINTN BufferSiz
[all...]
H A DMemoryAllocationLib.h39 IN UINTN Pages
58 IN UINTN Pages
77 IN UINTN Pages
101 IN UINTN Pages
125 IN UINTN Pages,
126 IN UINTN Alignment
150 IN UINTN Pages,
151 IN UINTN Alignment
175 IN UINTN Pages,
176 IN UINTN Alignmen
[all...]
H A DBaseMemoryLib.h44 IN UINTN Length
65 IN UINTN Length,
92 IN UINTN Length,
119 IN UINTN Length,
146 IN UINTN Length,
151 Fills a target buffer with a value that is size UINTN, and returns the target buffer.
153 This function fills Length bytes of Buffer with the UINTN sized value specified by
154 Value, and returns Buffer. Value is repeated every sizeof(UINTN) bytes for Length
159 If Buffer is not aligned on a UINTN boundary, then ASSERT().
160 If Length is not aligned on a UINTN boundar
[all...]
H A DPcdLib.h345 (UINTN)_PCD_PATCHABLE_##TokenName##_SIZE, \
1082 UINTN
1085 IN UINTN SkuId
1102 IN UINTN TokenNumber
1119 IN UINTN TokenNumber
1136 IN UINTN TokenNumber
1153 IN UINTN TokenNumber
1170 IN UINTN TokenNumber
1187 IN UINTN TokenNumber
1199 UINTN
[all...]
H A DBaseLib.h203 UINTN
207 IN UINTN MaxSize
231 UINTN
235 IN UINTN MaxSize
269 IN UINTN DestMax,
307 IN UINTN DestMax,
309 IN UINTN Length
346 IN UINTN DestMax,
387 IN UINTN DestMax,
389 IN UINTN Lengt
[all...]
H A DDevicePathLib.h42 IN UINTN MaxSize
96 UINTN
208 IN UINTN Length
246 UINTN
393 OUT UINTN *Size
H A DDebugLib.h98 IN UINTN ErrorLevel,
129 IN UINTN LineNumber,
153 IN UINTN Length
236 IN CONST UINTN ErrorLevel
/freebsd-11-stable/stand/efi/include/
H A Defistdarg.h30 #define _INTSIZEOF(n) ( (sizeof(n) + sizeof(UINTN) - 1) & ~(sizeof(UINTN) - 1) )
H A Defigop.h63 UINTN SizeOfInfo;
65 UINTN FrameBufferSize;
73 OUT UINTN *SizeOfInfo,
105 IN UINTN SourceX,
106 IN UINTN SourceY,
107 IN UINTN DestinationX,
108 IN UINTN DestinationY,
109 IN UINTN Width,
110 IN UINTN Height,
111 IN UINTN Delt
[all...]
H A Defiuga.h151 IN UINTN SourceX,
152 IN UINTN SourceY,
153 IN UINTN DestinationX,
154 IN UINTN DestinationY,
155 IN UINTN Width,
156 IN UINTN Height,
157 IN UINTN Delta OPTIONAL
H A Defiprot.h63 IN UINTN BufferSize,
74 IN UINTN BufferSize,
132 IN UINTN BufferSize,
143 IN UINTN BufferSize,
223 IN OUT UINTN *BufferSize,
231 IN OUT UINTN *BufferSize,
254 IN OUT UINTN *BufferSize,
263 IN UINTN BufferSize,
366 IN OUT UINTN *BufferSize,
399 ( (UINT64) ( (((UINTN)bu
[all...]
H A Definet.h198 IN UINTN ExtraRxBufferSize OPTIONAL,
199 IN UINTN ExtraTxBufferSize OPTIONAL
231 IN UINTN MCastFilterCnt OPTIONAL,
254 IN OUT UINTN *StatisticsSize OPTIONAL,
278 IN UINTN Offset,
279 IN UINTN BufferSize,
301 IN UINTN HeaderSize,
302 IN UINTN BufferSize,
316 OUT UINTN *HeaderSize OPTIONAL,
317 IN OUT UINTN *BufferSiz
[all...]
H A Defipciio.h193 IN UINTN Count,
232 IN UINTN Count,
284 IN UINTN Count
312 IN OUT UINTN *NumberOfBytes,
360 IN UINTN Pages,
381 IN UINTN Pages,
419 OUT UINTN *SegmentNumber,
420 OUT UINTN *BusNumber,
421 OUT UINTN *DeviceNumber,
422 OUT UINTN *FunctionNumbe
[all...]
/freebsd-11-stable/stand/efi/include/arm64/
H A Defibind.h104 typedef uint64_t UINTN; typedef
139 (UINTN) Adjustment = 0; \
140 if((UINTN)Value % MIN_ALIGNMENT_SIZE) \
141 (UINTN)Adjustment = MIN_ALIGNMENT_SIZE - ((UINTN)Value % MIN_ALIGNMENT_SIZE); \
142 Value = (UINTN)Value + (UINTN)Adjustment
/freebsd-11-stable/stand/efi/include/amd64/
H A Defibind.h111 typedef uint64_t UINTN; typedef
140 (UINTN)Adjustment = 0; \
141 if((UINTN)Value % MIN_ALIGNMENT_SIZE) \
142 (UINTN)Adjustment = MIN_ALIGNMENT_SIZE - ((UINTN)Value % MIN_ALIGNMENT_SIZE); \
143 Value = (UINTN)Value + (UINTN)Adjustment
212 UINTN \
215 UINTN Inst, \
216 UINTN reason_for_cal
[all...]
/freebsd-11-stable/stand/efi/include/i386/
H A Defibind.h111 typedef uint32_t UINTN; typedef
140 (UINTN)Adjustment = 0; \
141 if((UINTN)Value % MIN_ALIGNMENT_SIZE) \
142 (UINTN)Adjustment = MIN_ALIGNMENT_SIZE - ((UINTN)Value % MIN_ALIGNMENT_SIZE); \
143 Value = (UINTN)Value + (UINTN)Adjustment
208 UINTN \
211 UINTN Inst, \
212 UINTN reason_for_cal
[all...]
/freebsd-11-stable/lib/libefivar/
H A Duefi-dputil.c99 UINTN
126 return ((UINTN) DevicePath - (UINTN) Start) + DevicePathNodeLength (DevicePath);
148 IN UINTN MaxSize
151 UINTN Count;
152 UINTN Size;
153 UINTN NodeLength;
260 UINTN
400 IN UINTN Length
478 UINTN Siz
[all...]
H A Defi-osdep.h54 typedef uintptr_t UINTN; typedef
/freebsd-11-stable/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h160 IN UINTN Pages,
180 IN UINTN Pages
211 IN OUT UINTN *MemoryMapSize,
213 OUT UINTN *MapKey,
214 OUT UINTN *DescriptorSize,
241 IN UINTN Size,
282 IN UINTN MemoryMapSize,
283 IN UINTN DescriptorSize,
379 IN UINTN DebugDisposition,
549 IN UINTN NumberOfEvent
[all...]
/freebsd-11-stable/sys/contrib/edk2/Include/Protocol/
H A DSimpleTextOut.h244 IN UINTN ModeNumber,
245 OUT UINTN *Columns,
246 OUT UINTN *Rows
264 IN UINTN ModeNumber
285 IN UINTN Attribute
326 IN UINTN Column,
327 IN UINTN Row
H A DDevicePathUtilities.h37 UINTN
135 OUT UINTN *DevicePathInstanceSize
H A DDebugPort.h72 IN OUT UINTN *BufferSize,
96 IN OUT UINTN *BufferSize,
/freebsd-11-stable/stand/efi/include/Protocol/
H A DEdidOverride.h54 IN OUT UINTN *EdidSize,
/freebsd-11-stable/sys/contrib/edk2/Include/
H A DBase.h569 // UINTN
571 // IN UINTN NumberOfArgs,
576 // UINTN Index;
577 // UINTN Result;
585 // // The ... list is a series of UINTN values, so average them up.
587 // Result += VA_ARG (Marker, UINTN);
596 Return the size of argument that has been aligned to sizeof (UINTN).
602 #define _INT_SIZE_OF(n) ((sizeof (n) + sizeof (UINTN) - 1) &~(sizeof (UINTN) - 1))
652 #define VA_ARG(Marker, TYPE) ((sizeof (TYPE) < sizeof (UINTN))
[all...]
/freebsd-11-stable/stand/efi/include/arm/
H A Defibind.h76 typedef uint32_t UINTN; typedef
101 #define EFI_DEADLOOP() { volatile UINTN __iii; __iii = 1; while (__iii); }

Completed in 191 milliseconds

123