Home
last modified time | relevance | path

Searched refs:HintModules (Results 1 – 9 of 9) sorted by relevance

/dports/audio/milkytracker/MilkyTracker-1.03.00/src/compression/
H A DDecompressorUMX.h47 virtual bool doesServeHint(Hints hint) { return (hint == HintAll || hint == HintModules); } in doesServeHint()
H A DDecompressorZIP.h47 virtual bool doesServeHint(Hints hint) { return (hint == HintAll || hint == HintModules); } in doesServeHint()
H A DDecompressorLHA.h47 virtual bool doesServeHint(Hints hint) { return (hint == HintAll || hint == HintModules); } in doesServeHint()
H A DDecompressorLZX.h47 virtual bool doesServeHint(Hints hint) { return (hint == HintAll || hint == HintModules); } in doesServeHint()
H A DDecompressorZIP.cpp62 if (hint == HintModules || hint == HintAll) in getDescriptors()
H A DDecompressorLZX.cpp79 hint != HintModules) in decompress()
H A DDecompressor.h45 HintModules, enumerator
H A DDecompressorUMX.cpp70 hint != HintModules) in decompress()
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/
H A DTracker.cpp2498 return DecompressorBase::HintModules; in fileTypeToHint()