Home
last modified time | relevance | path

Searched refs:STATIC_TREES (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dzutil.h27 #define STATIC_TREES 1 macro
/openbmc/u-boot/lib/zlib/
H A Dzutil.h77 #define STATIC_TREES 1 macro
H A Dtrees.c899 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 Ddeftree.c779 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);