Searched refs:STATIC_TREES (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/lib/zlib/ |
D | zutil.h | 77 #define STATIC_TREES 1 macro
|
D | trees.c | 899 send_bits(s, STATIC_TREES<<1, 3); 911 send_bits(s, STATIC_TREES<<1, 3); 992 send_bits(s, (STATIC_TREES<<1)+last, 3);
|
/external/freetype/src/gzip/ |
D | zutil.h | 60 #define STATIC_TREES 1 macro
|
/external/python/cpython2/Modules/zlib/ |
D | zutil.h | 73 #define STATIC_TREES 1 macro
|
D | trees.c | 899 send_bits(s, STATIC_TREES<<1, 3); 978 send_bits(s, (STATIC_TREES<<1)+last, 3);
|
/external/zlib/src/ |
D | zutil.h | 73 #define STATIC_TREES 1 macro
|
D | trees.c | 899 send_bits(s, STATIC_TREES<<1, 3); 978 send_bits(s, (STATIC_TREES<<1)+last, 3);
|