Searched refs:fullSize (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/libkern/libkern/c++/
H A DOSKext.h334 uint32_t fullSize);
/darwin-on-arm/xnu/libkern/c++/
H A DOSKext.cpp2984 uint32_t fullSize)
3000 uncompressedData = OSData::withBytes(data, fullSize);
3007 (vm_offset_t*)&uncompressedDataBuffer, fullSize)) {
3027 uncompressedData = OSData::withBytesNoCopy(uncompressedDataBuffer, fullSize);
3050 name, compressedSize, fullSize);
3056 getIdentifierCString(), name, compressedSize, fullSize);
3064 zstream.avail_out = fullSize;
3116 if (uncompressedSize != fullSize) {
3796 uint32_t fullSize = MKEXT2_GET_ENTRY_FULLSIZE(fileinfo); local
3799 compressedSize, fullSize);
2980 extractMkext2FileData( UInt8 * data, const char * name, uint32_t compressedSize, uint32_t fullSize) argument
[all...]

Completed in 87 milliseconds