/external/chromium_org/chrome/browser/external_protocol/ |
external_protocol_handler.cc | 265 BlockState block_state = local 267 if (block_state == BLOCK) { 282 block_state == UNKNOWN,
|
/external/chromium_org/third_party/zlib/ |
deflate.c | 71 } block_state; typedef in typeref:enum:__anon20299 73 typedef block_state (*compress_func) OF((deflate_state *s, int flush, 78 local block_state deflate_stored OF((deflate_state *s, int flush, int clas)); 79 local block_state deflate_fast OF((deflate_state *s, int flush, int clas)); 81 local block_state deflate_slow OF((deflate_state *s, int flush, int clas)); 83 local block_state deflate_rle OF((deflate_state *s, int flush)); 84 local block_state deflate_huff OF((deflate_state *s, int flush)); 824 block_state bstate; [all...] |
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
fx_zlib_deflate.c | 71 } block_state; typedef in typeref:enum:__anon32310 73 typedef block_state (*compress_func) OF((deflate_state *s, int flush)); 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)); 900 block_state bstate; [all...] |
/external/qemu/distrib/zlib-1.2.8/ |
deflate.c | 71 } block_state; typedef in typeref:enum:__anon33347 73 typedef block_state (*compress_func) OF((deflate_state *s, int flush)); 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; [all...] |
/external/zlib/src/ |
deflate.c | 71 } block_state; typedef in typeref:enum:__anon37543 73 typedef block_state (*compress_func) OF((deflate_state *s, int flush)); 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; [all...] |