Home
last modified time | relevance | path

Searched refs:MKEXT2_GET_ENTRY_COMPSIZE (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.121.3/libkern/libkern/
H A Dmkext.h174 #define MKEXT2_GET_ENTRY_COMPSIZE(ptr) MKEXT_SWAP((ptr)->compressed_size) macro
/xnu-10063.121.3/libkern/c++/
H A DOSKext.cpp5041 uint32_t compressedSize = MKEXT2_GET_ENTRY_COMPSIZE(fileinfo); in getExecutable()