Home
last modified time | relevance | path

Searched defs:MAXCODE (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Lib/
Dsre_compile.py21 MAXCODE = 65535 variable
23 MAXCODE = 0xFFFFFFFFL variable
/external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
DLZWEncoder.java237 final int MAXCODE(int n_bits) { in MAXCODE() method in LZWEncoder
/external/python/cpython3/Lib/re/
D_compiler.py382 MAXCODE = (1 << _CODEBITS) - 1 variable
/external/libjpeg-turbo/
Dwrgif.c48 #define MAXCODE(n_bits) (((code_int)1 << (n_bits)) - 1) macro
/external/pdfium/third_party/libtiff/
Dtif_lzw.c63 #define MAXCODE(n) ((1L << (n)) - 1) macro