Lines Matching full:matching

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,
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,
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,
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,
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,
354 @return A pointer to the matching byte in the target buffer, otherwise NULL.
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
429 @return A pointer to the matching Guid in the target buffer, otherwise NULL.