Home
last modified time | relevance | path

Searched refs:AsElements (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Containers/Queues/
DFifo.c137 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/
DFifo.h26 AsElements, ///< Count the number of readable elements in the queue. enumerator
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
DCanonRead.c162 NumRead = InBuf->Count(InBuf, AsElements); in IIO_CanonRead()
DIIOwrite.c70 if((This != NULL) && (OBuf->FreeSpace(OBuf, AsElements) >= MAX_EXPANSION)) { in IIO_WriteOne()
DIIOutilities.c91 BufCnt = InBuf->Count(InBuf, AsElements); in IIO_GetInChar()
DIIO.c107 IIO_C_RRemainder = This->InBuf->Count(This->InBuf, AsElements); in IIO_Read()