HomeSort by relevance Sort by last modified time
    Searched refs:MemPool (Results 1 - 25 of 42) sorted by null

1 2

  /external/deqp/framework/delibs/decpp/
deMemPool.hpp 37 class MemPool
40 MemPool (const deMemPoolUtil* util = DE_NULL, deUint32 flags = 0u);
41 MemPool (MemPool* parent);
42 ~MemPool (void);
55 MemPool (const MemPool& other); // Not allowed!
56 MemPool& operator= (const MemPool& other); // Not allowed!
61 // MemPool utils
    [all...]
deMemPool.cpp 32 char* copyToPool (de::MemPool* pool, const char* string)
dePoolString.hpp 45 explicit PoolString (MemPool* pool);
46 PoolString (MemPool* pool, const PoolString& other);
73 inline PoolString::PoolString (MemPool* pool)
dePoolArray.cpp 34 MemPool pool;
108 MemPool pool;
240 MemPool pool;
272 MemPool pool;
dePoolArray.hpp 61 explicit PoolArray (MemPool* pool);
62 PoolArray (MemPool* pool, const PoolArray<T, Alignment>& other);
105 MemPool* m_pool;
226 PoolArray<T, Alignment>::PoolArray (MemPool* pool)
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhciSched.c 144 Ehc->MemPool = UsbHcInitMemPool (
150 if (Ehc->MemPool == NULL) {
195 UsbHcFreeMem (Ehc->MemPool, Ehc->PeriodOne, sizeof (PEI_EHC_QH));
200 UsbHcFreeMem (Ehc->MemPool, Ehc->ReclaimHead, sizeof (PEI_EHC_QH));
205 UsbHcFreeMem (Ehc->MemPool, Ehc->ShortReadStop, sizeof (PEI_EHC_QTD));
209 if (Ehc->MemPool != NULL) {
210 UsbHcFreeMemPool (Ehc->MemPool);
211 Ehc->MemPool = NULL;
EhcPeim.h 100 USBHC_MEM_POOL *MemPool;
EhciUrb.c 52 Qtd = UsbHcAllocateMem (Ehc, Ehc->MemPool, sizeof (PEI_EHC_QTD));
179 Qh = UsbHcAllocateMem (Ehci, Ehci->MemPool, sizeof (PEI_EHC_QH));
304 UsbHcFreeMem (Ehc->MemPool, Qtd, sizeof (PEI_EHC_QTD));
327 UsbHcFreeMem (Ehc->MemPool, Urb->Qh, sizeof (PEI_EHC_QH));
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/
EhciSched.c 72 PciAddr = UsbHcGetPciAddressForHostMem (Ehc->MemPool, Qh, sizeof (EHC_QH));
179 Ehc->MemPool = UsbHcInitMemPool (
185 if (Ehc->MemPool == NULL) {
205 PciAddr = UsbHcGetPciAddressForHostMem (Ehc->MemPool, Ehc->PeriodOne, sizeof (EHC_QH));
223 PciAddr = UsbHcGetPciAddressForHostMem (Ehc->MemPool, Ehc->ReclaimHead, sizeof (EHC_QH));
229 UsbHcFreeMem (Ehc->MemPool, Ehc->PeriodOne, sizeof (EHC_QH));
234 UsbHcFreeMem (Ehc->MemPool, Ehc->ReclaimHead, sizeof (EHC_QH));
239 UsbHcFreeMem (Ehc->MemPool, Ehc->ShortReadStop, sizeof (EHC_QTD));
268 UsbHcFreeMem (Ehc->MemPool, Ehc->PeriodOne, sizeof (EHC_QH));
273 UsbHcFreeMem (Ehc->MemPool, Ehc->ReclaimHead, sizeof (EHC_QH));
    [all...]
EhciUrb.c 53 Qtd = UsbHcAllocateMem (Ehc->MemPool, sizeof (EHC_QTD));
185 Qh = UsbHcAllocateMem (Ehci->MemPool, sizeof (EHC_QH));
312 UsbHcFreeMem (Ehc->MemPool, Qtd, sizeof (EHC_QTD));
348 UsbHcFreeMem (Ehc->MemPool, Urb->Qh, sizeof (EHC_QH));
397 PhyAddr = UsbHcGetPciAddressForHostMem (Ehc->MemPool, Ehc->ShortReadStop, sizeof (EHC_QTD));
434 PhyAddr = UsbHcGetPciAddressForHostMem (Ehc->MemPool, StatusQtd, sizeof (EHC_QTD));
502 PhyAddr = UsbHcGetPciAddressForHostMem (Ehc->MemPool, NextQtd, sizeof (EHC_QTD));
510 PhyAddr = UsbHcGetPciAddressForHostMem (Ehc->MemPool, NextQtd, sizeof (EHC_QTD));
Ehci.h 121 USBHC_MEM_POOL *MemPool;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
UhciSched.c 111 PhyAddr = UsbHcGetPciAddressForHostMem (Uhc->MemPool, Uhc->CtrlQh, sizeof (UHCI_QH_HW));
115 PhyAddr = UsbHcGetPciAddressForHostMem (Uhc->MemPool, Uhc->BulkQh, sizeof (UHCI_QH_HW));
134 PhyAddr = UsbHcGetPciAddressForHostMem (Uhc->MemPool, Uhc->SyncIntQh, sizeof (UHCI_QH_HW));
144 UsbHcFreeMem (Uhc->MemPool, Uhc->SyncIntQh, sizeof (UHCI_QH_SW));
148 UsbHcFreeMem (Uhc->MemPool, Uhc->CtrlQh, sizeof (UHCI_QH_SW));
152 UsbHcFreeMem (Uhc->MemPool, Uhc->BulkQh, sizeof (UHCI_QH_SW));
189 UsbHcFreeMem (Uhc->MemPool, Uhc->SyncIntQh, sizeof (UHCI_QH_SW));
193 UsbHcFreeMem (Uhc->MemPool, Uhc->CtrlQh, sizeof (UHCI_QH_SW));
197 UsbHcFreeMem (Uhc->MemPool, Uhc->BulkQh, sizeof (UHCI_QH_SW));
262 QhPciAddr = UsbHcGetPciAddressForHostMem (Uhc->MemPool, Qh, sizeof (UHCI_QH_HW));
    [all...]
UhciQueue.c 169 PhyAddr = UsbHcGetPciAddressForHostMem (Uhc->MemPool, Td, sizeof (UHCI_TD_HW));
215 PhyAddr = UsbHcGetPciAddressForHostMem (Uhc->MemPool, ThisTd, sizeof (UHCI_TD_HW));
247 UsbHcFreeMem (Uhc->MemPool, ThisTd, sizeof (UHCI_TD_SW));
269 Qh = UsbHcAllocateMem (Uhc->MemPool, sizeof (UHCI_QH_SW));
300 Td = UsbHcAllocateMem (Uhc->MemPool, sizeof (UHCI_TD_SW));
Uhci.h 143 USBHC_MEM_POOL *MemPool;
Uhci.c 1019 DataPtr = UsbHcAllocateMem (Uhc->MemPool, DataLength);
1025 DataPhy = (UINT8 *) (UINTN) UsbHcGetPciAddressForHostMem (Uhc->MemPool, DataPtr, DataLength);
1084 UsbHcFreeMem (Uhc->MemPool, Qh, sizeof (UHCI_QH_SW));
1087 UsbHcFreeMem (Uhc->MemPool, DataPtr, DataLength);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhciSched.c 644 TRBPtr = (TRB_TEMPLATE *) (UINTN) UsbHcGetHostAddrForPciAddr (Xhc->MemPool, (VOID *) (UINTN) PhyAddr, sizeof (TRB_TEMPLATE));
734 PhyAddr = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, Xhc->EventRing.EventRingDequeue, sizeof (TRB_TEMPLATE));
    [all...]
XhcPeim.h 147 USBHC_MEM_POOL *MemPool;
  /external/pdfium/third_party/lcms2-2.6/src/
cmsnamed.c 61 // Grows a mempool table for a MLU. Each time this function is called, mempool size is multiplied times two.
80 NewPtr = _cmsRealloc(mlu ->ContextID, mlu ->MemPool, size);
84 mlu ->MemPool = NewPtr;
165 Ptr = (cmsUInt8Number*) mlu ->MemPool;
257 NewMlu ->MemPool = NULL;
261 NewMlu ->MemPool = _cmsMalloc(mlu ->ContextID, mlu ->PoolUsed);
262 if (NewMlu ->MemPool == NULL) goto Error;
267 if (NewMlu ->MemPool == NULL || mlu ->MemPool == NULL) goto Error
    [all...]
cmsplugin.c 527 if (ctx ->MemPool == NULL) {
531 ctx->MemPool = _cmsCreateSubAlloc(0, 2*1024);
539 return _cmsSubAlloc(ctx->MemPool, size);
791 ctx ->MemPool = _cmsCreateSubAlloc(ctx, 22 * sizeof(void*)); // default size about 32 pointers
792 if (ctx ->MemPool == NULL) {
851 ctx ->MemPool = _cmsCreateSubAlloc(ctx, 22 * sizeof(void*));
852 if (ctx ->MemPool == NULL) {
925 if (ctx -> MemPool != NULL)
926 _cmsSubAllocDestroy(ctx ->MemPool);
927 ctx -> MemPool = NULL
    [all...]
cmserr.c 185 ctx ->chunks[MemPlugin] = _cmsSubAllocDup(ctx ->MemPool, src ->chunks[MemPlugin], sizeof(_cmsMemPluginChunkType));
317 ctx ->chunks[MemPlugin] = _cmsSubAllocDup(ctx ->MemPool, src ->chunks[MemPlugin], sizeof(_cmsMemPluginChunkType));
516 ctx ->chunks[Logger] = _cmsSubAllocDup(ctx ->MemPool, from, sizeof(_cmsLogErrorChunkType));
637 ctx ->chunks[MutexPlugin] = _cmsSubAllocDup(ctx ->MemPool, from, sizeof(_cmsMutexPluginChunkType));
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
XhciSched.c 483 Xhc->MemPool = UsbHcInitMemPool (Xhc->PciIo);
484 ASSERT (Xhc->MemPool != NULL);
501 Dcbaa = UsbHcAllocateMem (Xhc->MemPool, Entries);
578 DcbaaPhy = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, Dcbaa, Entries);
597 CmdRingPhy = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, (VOID *)(UINTN) CmdRing, sizeof (TRB_TEMPLATE) * CMD_RING_TRB_NUMBER);
771 Buf = UsbHcAllocateMem (Xhc->MemPool, Size);
781 DequeuePhy = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, Buf, Size);
790 Buf = UsbHcAllocateMem (Xhc->MemPool, Size);
801 ERSTPhy = UsbHcGetPciAddrForHostAddr (Xhc->MemPool, ERSTBase, Size);
868 Buf = UsbHcAllocateMem (Xhc->MemPool, sizeof (TRB_TEMPLATE) * TrbNum);
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Pei/
OhciUrb.c 38 Td = UsbHcAllocateMem(Ohc->MemPool, sizeof(TD_DESCRIPTOR));
70 UsbHcFreeMem(Ohc->MemPool, Td, sizeof(TD_DESCRIPTOR));
91 Ed = UsbHcAllocateMem(Ohc->MemPool, sizeof (ED_DESCRIPTOR));
123 UsbHcFreeMem(Ohc->MemPool, Ed, sizeof(ED_DESCRIPTOR));
OhcPeim.h 60 VOID *MemPool;
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Usb/Ohci/Dxe/
OhciUrb.c 38 Td = UsbHcAllocateMem(Ohc->MemPool, sizeof(TD_DESCRIPTOR));
71 UsbHcFreeMem(Ohc->MemPool, Td, sizeof(TD_DESCRIPTOR));
92 Ed = UsbHcAllocateMem(Ohc->MemPool, sizeof (ED_DESCRIPTOR));
125 UsbHcFreeMem(Ohc->MemPool, Ed, sizeof(ED_DESCRIPTOR));
864 UsbHcFreeMem(Ohc->MemPool, Ohc->IntervalList[Level][Index], sizeof(ED_DESCRIPTOR));
Ohci.c 568 UsbHcFreeMem(Ohc->MemPool, DataTd, sizeof(TD_DESCRIPTOR));
577 UsbHcFreeMem(Ohc->MemPool, Ed, sizeof(ED_DESCRIPTOR));
849 UsbHcFreeMem(Ohc->MemPool, DataTd, sizeof(TD_DESCRIPTOR));
857 UsbHcFreeMem(Ohc->MemPool, Ed, sizeof(ED_DESCRIPTOR));
    [all...]

Completed in 587 milliseconds

1 2