Searched refs:ElemPtr (Results 1 – 1 of 1) sorted by relevance
215 uintptr_t ElemPtr; in FIFO_Enqueue() local232 …ElemPtr = (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()244 …ElemPtr += SizeOfElement; // And also point to next … in FIFO_Enqueue()