Home
last modified time | relevance | path

Searched defs:numHashBytes (Results 1 – 8 of 8) sorted by relevance

/external/lzma/C/
DLzmaEnc.h27 int numHashBytes; /* 2, 3 or 4, default = 4 */ member
DLzFind.h42 UInt32 numHashBytes; member
DLzFindMt.h76 UInt32 numHashBytes; member
DLzmaEnc.c466 UInt32 numHashBytes = 4; in LzmaEnc_SetProps() local
/external/lzma/CPP/7zip/Compress/
DLzmaEncoder.cpp36 static int ParseMatchFinder(const wchar_t *s, int *btMode, int *numHashBytes) in ParseMatchFinder()
/external/lzma/CS/7zip/Compress/LZ/
DLzBinTree.cs34 public void SetType(int numHashBytes) in SetType()
/external/lzma/Java/SevenZip/Compression/LZ/
DBinTree.java34 public void SetType(int numHashBytes) in SetType()
/external/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java367 int numHashBytes = 4; in Create() local