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

  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Pp2Dxe/
Pp2Dxe.c 180 UINT32 PoolSize = (sizeof(VOID *) * MVPP2_BM_SIZE) * 2 + MVPP2_BM_POOL_PTR_ALIGN;
184 PoolSize = (sizeof(VOID *) * MVPP2_BM_SIZE) * 2 + MVPP2_BM_POOL_PTR_ALIGN;
197 PoolAddr = UncachedAllocateAlignedZeroPool (PoolSize, MVPP2_BM_POOL_PTR_ALIGN);
    [all...]
  /external/pdfium/third_party/lcms/src/
lcms2_internal.h 678 cmsUInt32Number PoolSize; // The maximum allocated size
    [all...]

Completed in 108 milliseconds