Lines Matching full:assert
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().
70 If Length > 0 and Buffer is NULL, then ASSERT().
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().
97 If Length > 0 and Buffer is NULL, then ASSERT().
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().
124 If Length > 0 and Buffer is NULL, then ASSERT().
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().
151 If Length > 0 and Buffer is NULL, 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().
176 If Length > 0 and Buffer is NULL, then ASSERT().
177 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
200 If Length > 0 and DestinationBuffer is NULL, then ASSERT().
201 If Length > 0 and SourceBuffer is NULL, 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().
231 If Length > 0 and Buffer is NULL, then ASSERT().
232 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().
258 If Length > 0 and Buffer is NULL, then ASSERT().
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().
287 If Length > 0 and Buffer is NULL, then ASSERT().
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().
316 If Length > 0 and Buffer is NULL, then ASSERT().
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().
345 If Length > 0 and Buffer is NULL, then ASSERT().
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().
371 If DestinationGuid is NULL, then ASSERT().
372 If SourceGuid is NULL, then ASSERT().
393 If Guid1 is NULL, then ASSERT().
394 If Guid2 is NULL, then ASSERT().
420 If Length > 0 and Buffer is NULL, then ASSERT().
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().
446 If Guid is NULL, then ASSERT().
466 If Length > 0 and Buffer is NULL, then ASSERT().
467 If Length is greater than (MAX_ADDRESS - Buffer + 1), then ASSERT().