_forceinline void Unpack::InsertOldDist(size_t Distance) { … } #if defined(LITTLE_ENDIAN) && defined(ALLOW_MISALIGNED) #define UNPACK_COPY8 … #endif _forceinline void Unpack::CopyString(uint Length,size_t Distance) { … } _forceinline uint Unpack::DecodeNumber(BitInput &Inp,DecodeTable *Dec) { … } _forceinline uint Unpack::SlotToLength(BitInput &Inp,uint Slot) { … }