Home
last modified time | relevance | path

Searched refs:bstate (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Ddeflate.c788 block_state bstate; local
790 bstate = (*(configuration_table[s->level].func))(s, flush);
792 if (bstate == finish_started || bstate == finish_done) {
795 if (bstate == need_more || bstate == finish_started) {
808 if (bstate == block_done) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Ddeflate.c901 block_state bstate; local
903 bstate = s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) :
907 if (bstate == finish_started || bstate == finish_done) {
910 if (bstate == need_more || bstate == finish_started) {
923 if (bstate == block_done) {