Searched refs:compressedSize (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOHibernateRestoreKernel.c376 store_one_page(uint32_t procFlags, uint32_t * src, uint32_t compressedSize, argument
381 if (compressedSize != PAGE_SIZE)
428 uint32_t compressedSize; local
505 compressedSize = PAGE_SIZE;
591 compressedSize = kIOHibernateTagLength & tag;
606 // if (compressedSize)
608 src, compressedSize, 0, ppnum);
644 copyPageList[copyPageIndex++] = (compressedSize | (stage << 24));
648 for (idx = 0; idx < ((compressedSize + 3) >> 2); idx++)
651 srcPhys += ((compressedSize
[all...]
H A DIOHibernateIO.cpp2060 uint64_t compressedSize, uncompressedSize; local
2165 compressedSize = 0;
2487 compressedSize += pageCompressedSize;
2563 header->compression = (compressedSize << 8) / uncompressedSize;
2617 uncompressedSize, atop_32(uncompressedSize), compressedSize,
2618 uncompressedSize ? ((int) ((compressedSize * 100ULL) / uncompressedSize)) : 0,
2821 vm_offset_t ppnum, compressedSize; local
2841 compressedSize = kIOHibernateTagLength & tag;
2848 if (!compressedSize)
2855 err = IOPolledFileRead(vars->fileVars, src, (compressedSize
[all...]
/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSKext.h333 uint32_t compressedSize,
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp2983 uint32_t compressedSize,
2999 if (!compressedSize) {
3050 name, compressedSize, fullSize);
3056 getIdentifierCString(), name, compressedSize, fullSize);
3061 zstream.avail_in = compressedSize;
3795 uint32_t compressedSize = MKEXT2_GET_ENTRY_COMPSIZE(fileinfo); local
3799 compressedSize, fullSize);
2980 extractMkext2FileData( UInt8 * data, const char * name, uint32_t compressedSize, uint32_t fullSize) argument

Completed in 37 milliseconds