Home
last modified time | relevance | path

Searched defs:DEFAULT_CODE_SIZE (Results 1 – 3 of 3) sorted by relevance

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lzw/
DLZWInputStream.java39 protected static final int DEFAULT_CODE_SIZE = 9; field in LZWInputStream
/external/python/cpython2/Python/
Dcompile.c39 #define DEFAULT_CODE_SIZE 128 macro
/external/python/cpython3/Python/
Dcompile.c36 #define DEFAULT_CODE_SIZE 128 macro