Home
last modified time | relevance | path

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

/OK3568_Linux_fs/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 */
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/lib/zlib_dfltcc/
H A Ddfltcc_deflate.c266 bi_windup(state); in dfltcc_deflate()