HomeSort by relevance Sort by last modified time
    Searched refs:ElemPtr (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/Containers/Queues/
Fifo.c 215 uintptr_t ElemPtr;
232 ElemPtr = (uintptr_t)pElement; // Addr. of element to add, as an integer
236 (void)CopyMem((void *)QPtr, (const void *)ElemPtr, SizeOfElement); // Copy an element into the FIFO
244 ElemPtr += SizeOfElement; // And also point to next Element to add
  /external/pdfium/third_party/lcms/src/
cmslut.c 116 void** ElemPtr;
141 ElemPtr = va_arg(args, void**);
142 if (ElemPtr != NULL)
143 *ElemPtr = mpe;
    [all...]

Completed in 369 milliseconds