Searched refs:block_state (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | deflate.c | 71 } block_state; typedef 73 typedef block_state (*compress_func) OF((deflate_state *s, int flush)); typedef 77 local block_state deflate_stored OF((deflate_state *s, int flush)); 78 local block_state deflate_fast OF((deflate_state *s, int flush)); 80 local block_state deflate_slow OF((deflate_state *s, int flush)); 82 local block_state deflate_rle OF((deflate_state *s, int flush)); 83 local block_state deflate_huff OF((deflate_state *s, int flush)); 901 block_state bstate; 1564 local block_state deflate_stored(s, flush) in deflate_stored() 1628 local block_state deflate_fast(s, flush) in deflate_fast() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | deflate.c | 71 } block_state; typedef 73 typedef block_state (*compress_func) OF((deflate_state *s, int flush)); typedef 77 local block_state deflate_stored OF((deflate_state *s, int flush)); 78 local block_state deflate_fast OF((deflate_state *s, int flush)); 80 local block_state deflate_slow OF((deflate_state *s, int flush)); 788 block_state bstate; 1390 local block_state deflate_stored(s, flush) in deflate_stored() 1448 local block_state deflate_fast(s, flush) in deflate_fast() 1554 local block_state deflate_slow(s, flush) in deflate_slow() 1683 local block_state deflate_rle(s, flush)
|