Searched defs:numHashBytes (Results 1 – 5 of 5) sorted by relevance
25 int numHashBytes; /* 2, 3 or 4, default = 4 */ member
42 UInt32 numHashBytes; member
81 UInt32 numHashBytes; member
573 unsigned numHashBytes = 4; in LzmaEnc_SetProps() local
49 static int ParseMatchFinder(const wchar_t *s, int *btMode, int *numHashBytes) in ParseMatchFinder()