Searched refs:DYN_TREES (Results 1 – 13 of 13) sorted by relevance
/external/freetype/src/gzip/ |
D | zutil.h | 61 #define DYN_TREES 2 macro
|
/external/python/cpython2/Modules/zlib/ |
D | zutil.h | 74 #define DYN_TREES 2 macro
|
D | trees.c | 985 send_bits(s, (DYN_TREES<<1)+last, 3);
|
/external/rust/crates/libz-sys/src/zlib/ |
D | zutil.h | 74 #define DYN_TREES 2 macro
|
D | trees.c | 985 send_bits(s, (DYN_TREES<<1)+last, 3);
|
/external/libwebsockets/win32port/zlib/ |
D | zutil.h | 68 #define DYN_TREES 2 macro
|
D | trees.c | 998 send_bits(s, (DYN_TREES<<1)+last, 3);
|
/external/angle/third_party/zlib/ |
D | zutil.h | 89 #define DYN_TREES 2 macro
|
D | trees.c | 985 send_bits(s, (DYN_TREES<<1)+last, 3);
|
/external/zlib/ |
D | zutil.h | 89 #define DYN_TREES 2 macro
|
D | trees.c | 985 send_bits(s, (DYN_TREES<<1)+last, 3);
|
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | zutil.h | 70 #define DYN_TREES 2 macro
|
D | trees.c | 700 zng_tr_emit_tree(s, DYN_TREES, last);
|