Searched defs:propsByte (Results 1 – 2 of 2) sorted by relevance
/external/xz-java/src/org/tukaani/xz/ |
D | LZMAInputStream.java | 88 public static int getMemoryUsage(int dictSize, byte propsByte) in getMemoryUsage() 368 public LZMAInputStream(InputStream in, long uncompSize, byte propsByte, in LZMAInputStream() 406 public LZMAInputStream(InputStream in, long uncompSize, byte propsByte, in LZMAInputStream() 453 public LZMAInputStream(InputStream in, long uncompSize, byte propsByte, in LZMAInputStream() 550 private void initialize(InputStream in, long uncompSize, byte propsByte, in initialize()
|
/external/lzma/C/ |
D | Lzma2Enc.c | 85 Byte propsByte; member
|