Searched refs:AsElements (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/LibC/Containers/Queues/ |
D | Fifo.c | 137 QCount = FIFO_NumInQueue(Self, AsElements); in FIFO_Reduce() 228 …Count = MIN(Count, Self->FreeSpace(Self, AsElements)); // Smaller of requested or… in FIFO_Enqueue() 293 … Count = MIN(Count, Self->Count(Self, AsElements)); // Lesser of requested or actual in FIFO_Dequeue() 438 NumInQ = FIFO_NumInQueue(Self, AsElements); in FIFO_Flush() 467 Remainder = FIFO_NumInQueue(Self, AsElements); in FIFO_Truncate()
|
/device/linaro/bootloader/edk2/StdLib/Include/Containers/ |
D | Fifo.h | 26 AsElements, ///< Count the number of readable elements in the queue. enumerator
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/ |
D | CanonRead.c | 162 NumRead = InBuf->Count(InBuf, AsElements); in IIO_CanonRead()
|
D | IIOwrite.c | 70 if((This != NULL) && (OBuf->FreeSpace(OBuf, AsElements) >= MAX_EXPANSION)) { in IIO_WriteOne()
|
D | IIOutilities.c | 91 BufCnt = InBuf->Count(InBuf, AsElements); in IIO_GetInChar()
|
D | IIO.c | 107 IIO_C_RRemainder = This->InBuf->Count(This->InBuf, AsElements); in IIO_Read()
|