Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/Containers/Queues/
DFifo.c215 uintptr_t ElemPtr; in FIFO_Enqueue() local
232ElemPtr = (uintptr_t)pElement; // Addr. of element to add… in FIFO_Enqueue()
236 …(void)CopyMem((void *)QPtr, (const void *)ElemPtr, SizeOfElement); // Copy an element into th… in FIFO_Enqueue()
244ElemPtr += SizeOfElement; // And also point to next … in FIFO_Enqueue()