Lines Matching +full:address +full:- +full:aligned

4   The Base Memory Library provides optimized implementations for common memory-based operations.
8 Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
9 SPDX-License-Identifier: BSD-2-Clause-Patent
23 If Length is greater than (MAX_ADDRESS - DestinationBuffer + 1), then ASSERT().
24 If Length is greater than (MAX_ADDRESS - SourceBuffer + 1), then ASSERT().
46 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
64 Fills a target buffer with a 16-bit value, and returns the target buffer.
66 This function fills Length bytes of Buffer with the 16-bit value specified by
67 Value, and returns Buffer. Value is repeated every 16-bits in for Length
71 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
72 If Buffer is not aligned on a 16-bit boundary, then ASSERT().
73 If Length is not aligned on a 16-bit boundary, then ASSERT().
91 Fills a target buffer with a 32-bit value, and returns the target buffer.
93 This function fills Length bytes of Buffer with the 32-bit value specified by
94 Value, and returns Buffer. Value is repeated every 32-bits in for Length
98 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
99 If Buffer is not aligned on a 32-bit boundary, then ASSERT().
100 If Length is not aligned on a 32-bit boundary, then ASSERT().
118 Fills a target buffer with a 64-bit value, and returns the target buffer.
120 This function fills Length bytes of Buffer with the 64-bit value specified by
121 Value, and returns Buffer. Value is repeated every 64-bits in for Length
125 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
126 If Buffer is not aligned on a 64-bit boundary, then ASSERT().
127 If Length is not aligned on a 64-bit boundary, then ASSERT().
152 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
153 If Buffer is not aligned on a UINTN boundary, then ASSERT().
154 If Length is not aligned on a UINTN boundary, then ASSERT().
177 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
202 If Length is greater than (MAX_ADDRESS - DestinationBuffer + 1), then ASSERT().
203 If Length is greater than (MAX_ADDRESS - SourceBuffer + 1), then ASSERT().
210 @retval Non-zero The first mismatched byte in SourceBuffer subtracted from the first
223 Scans a target buffer for an 8-bit value, and returns a pointer to the matching 8-bit value
227 address to the highest address for an 8-bit value that matches Value. If a match is found,
232 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
250 Scans a target buffer for a 16-bit value, and returns a pointer to the matching 16-bit value
254 address to the highest address for a 16-bit value that matches Value. If a match is found,
259 If Buffer is not aligned on a 16-bit boundary, then ASSERT().
260 If Length is not aligned on a 16-bit boundary, then ASSERT().
261 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
279 Scans a target buffer for a 32-bit value, and returns a pointer to the matching 32-bit value
283 address to the highest address for a 32-bit value that matches Value. If a match is found,
288 If Buffer is not aligned on a 32-bit boundary, then ASSERT().
289 If Length is not aligned on a 32-bit boundary, then ASSERT().
290 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
308 Scans a target buffer for a 64-bit value, and returns a pointer to the matching 64-bit value
312 address to the highest address for a 64-bit value that matches Value. If a match is found,
317 If Buffer is not aligned on a 64-bit boundary, then ASSERT().
318 If Length is not aligned on a 64-bit boundary, then ASSERT().
319 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
341 address to the highest address for a UINTN sized value that matches Value. If a match is found,
346 If Buffer is not aligned on a UINTN boundary, then ASSERT().
347 If Length is not aligned on a UINTN boundary, then ASSERT().
348 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
368 This function copies the contents of the 128-bit GUID specified by SourceGuid to
415 the lowest address to the highest address at 128-bit increments for the 128-bit
421 If Buffer is not aligned on a 32-bit boundary, then ASSERT().
422 If Length is not aligned on a 128-bit boundary, then ASSERT().
423 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
467 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().