OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_matchFinderType
(Results
1 - 2
of
2
) sorted by null
/external/lzma/Java/SevenZip/Compression/LZMA/
Encoder.java
357
int
_matchFinderType
= EMatchFinderTypeBT4;
368
if (
_matchFinderType
== EMatchFinderTypeBT2)
[
all
...]
/external/lzma/CS/7zip/Compress/LZMA/
LzmaEncoder.cs
357
EMatchFinderType
_matchFinderType
= EMatchFinderType.BT4;
368
if (
_matchFinderType
== EMatchFinderType.BT2)
[
all
...]
Completed in 53 milliseconds