Home
last modified time | relevance | path

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

/external/lzma/
Dhistory.txt125 - LZMA now can use only these match finders: HC4, BT2, BT3, BT4
/external/lzma/CS/7zip/Compress/LZMA/
DLzmaEncoder.cs13 BT2, enumerator
368 if (_matchFinderType == EMatchFinderType.BT2) in Create()
/external/clang/lib/Sema/
DSemaChecking.cpp7200 const BuiltinType *BT2 = T2->getAs<BuiltinType>(); in IsSameCharType() local
7201 if (!BT2) in IsSameCharType()
7205 BuiltinType::Kind T2Kind = BT2->getKind(); in IsSameCharType()