Searched refs:STATIC_TREES (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | zutil.h | 27 #define STATIC_TREES 1 macro
|
/openbmc/u-boot/lib/zlib/ |
H A D | zutil.h | 77 #define STATIC_TREES 1 macro
|
H A 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);
|
/openbmc/linux/lib/zlib_deflate/ |
H A D | deftree.c | 779 send_bits(s, STATIC_TREES<<1, 3); in zlib_tr_align() 789 send_bits(s, STATIC_TREES<<1, 3); in zlib_tr_align() 888 send_bits(s, (STATIC_TREES<<1)+eof, 3);
|