Lines Matching full:fill
2 Provides copy memory, fill memory, zero memory, and GUID functions.
50 @param Value The value with which to fill Length bytes of Buffer.
75 @param Buffer The pointer to the target buffer to fill.
76 @param Length The number of bytes in Buffer to fill.
77 @param Value The value with which to fill Length bytes of Buffer.
102 @param Buffer The pointer to the target buffer to fill.
103 @param Length The number of bytes in Buffer to fill.
104 @param Value The value with which to fill Length bytes of Buffer.
129 @param Buffer The pointer to the target buffer to fill.
130 @param Length The number of bytes in Buffer to fill.
131 @param Value The value with which to fill Length bytes of Buffer.
156 @param Buffer The pointer to the target buffer to fill.
157 @param Length The number of bytes in Buffer to fill.
158 @param Value The value with which to fill Length bytes of Buffer.
179 @param Buffer The pointer to the target buffer to fill with zeros.
180 @param Length The number of bytes in Buffer to fill with zeros.