Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Bundles/LzmaCon/
DLzmaAlone.cpp167 bool unsupportedTypes = (sizeof(Byte) != 1 || sizeof(UInt32) < 4 || sizeof(UInt64) < 4); in main2() local
168 if (unsupportedTypes) in main2()