Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/zlib/
H A Dtrees.c158 local void bi_windup OF((deflate_state *s));
1013 bi_windup(s);
1203 local void bi_windup(s) in bi_windup() function
1228 bi_windup(s); /* align on byte boundary */
/openbmc/linux/lib/zlib_deflate/
H A Ddeftree.c759 bi_windup(s); in zlib_tr_stored_type_only()
902 bi_windup(s);
1042 bi_windup(s); /* align on byte boundary */
H A Ddefutil.h330 static inline void bi_windup(deflate_state *s) in bi_windup() function
/openbmc/linux/lib/zlib_dfltcc/
H A Ddfltcc_deflate.c297 bi_windup(state); in dfltcc_deflate()