Lines Matching full:pointer

26   @param  DestinationBuffer   The pointer to the destination buffer of the memory copy.
27 @param SourceBuffer The pointer to the source buffer of the memory copy.
75 @param Buffer The pointer to the target buffer to fill.
102 @param Buffer The pointer to the target buffer to fill.
129 @param Buffer The pointer to the target buffer to fill.
156 @param Buffer The pointer to the target buffer to fill.
179 @param Buffer The pointer to the target buffer to fill with zeros.
205 @param DestinationBuffer The pointer to the destination buffer to compare.
206 @param SourceBuffer The pointer to the source buffer to compare.
223 Scans a target buffer for an 8-bit value, and returns a pointer to the matching 8-bit value
228 then a pointer to the matching byte in the target buffer is returned. If no match is found,
234 @param Buffer The pointer to the target buffer to scan.
238 @return A pointer to the matching byte in the target buffer, otherwise NULL.
250 Scans a target buffer for a 16-bit value, and returns a pointer to the matching 16-bit value
255 then a pointer to the matching byte in the target buffer is returned. If no match is found,
263 @param Buffer The pointer to the target buffer to scan.
267 @return A pointer to the matching byte in the target buffer, otherwise NULL.
279 Scans a target buffer for a 32-bit value, and returns a pointer to the matching 32-bit value
284 then a pointer to the matching byte in the target buffer is returned. If no match is found,
292 @param Buffer The pointer to the target buffer to scan.
296 @return A pointer to the matching byte in the target buffer, otherwise NULL.
308 Scans a target buffer for a 64-bit value, and returns a pointer to the matching 64-bit value
313 then a pointer to the matching byte in the target buffer is returned. If no match is found,
321 @param Buffer The pointer to the target buffer to scan.
325 @return A pointer to the matching byte in the target buffer, otherwise NULL.
337 Scans a target buffer for a UINTN sized value, and returns a pointer to the matching
342 then a pointer to the matching byte in the target buffer is returned. If no match is found,
350 @param Buffer The pointer to the target buffer to scan.
354 @return A pointer to the matching byte in the target buffer, otherwise NULL.
374 @param DestinationGuid The pointer to the destination GUID.
375 @param SourceGuid The pointer to the source GUID.
396 @param Guid1 A pointer to a 128 bit GUID.
397 @param Guid2 A pointer to a 128 bit GUID.
411 Scans a target buffer for a GUID, and returns a pointer to the matching GUID
416 GUID value that matches Guid. If a match is found, then a pointer to the matching
425 @param Buffer The pointer to the target buffer to scan.
429 @return A pointer to the matching Guid in the target buffer, otherwise NULL.
448 @param Guid The pointer to a 128 bit GUID.
469 @param Buffer The pointer to the buffer to be checked.