HomeSort by relevance Sort by last modified time
    Searched full:aselements (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Containers/Queues/
Fifo.c 137 QCount = FIFO_NumInQueue(Self, AsElements);
228 Count = MIN(Count, Self->FreeSpace(Self, AsElements)); // Smaller of requested or available space
293 Count = MIN(Count, Self->Count(Self, AsElements)); // Lesser of requested or actual
438 NumInQ = FIFO_NumInQueue(Self, AsElements);
467 Remainder = FIFO_NumInQueue(Self, AsElements);
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
CanonRead.c 162 NumRead = InBuf->Count(InBuf, AsElements);
IIOwrite.c 70 if((This != NULL) && (OBuf->FreeSpace(OBuf, AsElements) >= MAX_EXPANSION)) {
IIOutilities.c 91 BufCnt = InBuf->Count(InBuf, AsElements);
IIO.c 107 IIO_C_RRemainder = This->InBuf->Count(This->InBuf, AsElements);
  /device/linaro/bootloader/edk2/StdLib/Include/Containers/
Fifo.h 26 AsElements, ///< Count the number of readable elements in the queue.

Completed in 516 milliseconds