Home
last modified time | relevance | path

Searched refs:IsFull (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/Containers/
DFifo.h188 cFIFO_IsFull IsFull; ///< Test whether the FIFO is full. member
/device/linaro/bootloader/edk2/StdLib/LibC/Containers/Queues/
DFifo.c503 FIFO->IsFull = FIFO_IsFull; in New_cFIFO()