| /src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
| i915_buddy.c | 48 unsigned int block_state; local 53 block_state = i915_buddy_block_state(block); 55 if (block_state != I915_BUDDY_ALLOCATED && 56 block_state != I915_BUDDY_FREE && 57 block_state != I915_BUDDY_SPLIT) { 108 if (i915_buddy_block_state(buddy) == block_state && 109 block_state == I915_BUDDY_FREE) {
|
| /src/common/dist/zlib/ |
| deflate.c | 70 } block_state; typedef in typeref:enum:__anon46 72 typedef block_state (*compress_func)(deflate_state *s, int flush); 75 local block_state deflate_stored(deflate_state *s, int flush); 76 local block_state deflate_fast(deflate_state *s, int flush); 78 local block_state deflate_slow(deflate_state *s, int flush); 80 local block_state deflate_rle(deflate_state *s, int flush); 81 local block_state deflate_huff(deflate_state *s, int flush); 1182 block_state bstate; 1629 local block_state deflate_stored(deflate_state *s, int flush) { 1813 local block_state deflate_fast(deflate_state *s, int flush) [all...] |
| /src/external/cddl/osnet/dist/uts/common/zmod/ |
| deflate.c | 76 } block_state; typedef in typeref:enum:__anon9107 78 typedef block_state (*compress_func) OF((deflate_state *s, int flush)); 82 local block_state deflate_stored OF((deflate_state *s, int flush)); 83 local block_state deflate_fast OF((deflate_state *s, int flush)); 85 local block_state deflate_slow OF((deflate_state *s, int flush)); 794 block_state bstate; 1396 local block_state deflate_stored(s, flush) 1454 local block_state deflate_fast(s, flush) 1560 local block_state deflate_slow(s, flush) 1689 local block_state deflate_rle(s, flush [all...] |
| /src/external/gpl3/binutils/dist/zlib/ |
| deflate.c | 68 } block_state; typedef in typeref:enum:__anon10976 70 typedef block_state (*compress_func)(deflate_state *s, int flush); 73 local block_state deflate_stored(deflate_state *s, int flush); 74 local block_state deflate_fast(deflate_state *s, int flush); 76 local block_state deflate_slow(deflate_state *s, int flush); 78 local block_state deflate_rle(deflate_state *s, int flush); 79 local block_state deflate_huff(deflate_state *s, int flush); 1180 block_state bstate; 1627 local block_state deflate_stored(deflate_state *s, int flush) { 1811 local block_state deflate_fast(deflate_state *s, int flush) [all...] |
| /src/external/gpl3/binutils.old/dist/zlib/ |
| deflate.c | 71 } block_state; typedef in typeref:enum:__anon12423 73 typedef block_state (*compress_func) OF((deflate_state *s, int flush)); 79 local block_state deflate_stored OF((deflate_state *s, int flush)); 80 local block_state deflate_fast OF((deflate_state *s, int flush)); 82 local block_state deflate_slow OF((deflate_state *s, int flush)); 84 local block_state deflate_rle OF((deflate_state *s, int flush)); 85 local block_state deflate_huff OF((deflate_state *s, int flush)); 1041 block_state bstate; 1685 local block_state deflate_stored(s, flush) 1872 local block_state deflate_fast(s, flush [all...] |
| /src/external/gpl3/gdb.old/dist/zlib/ |
| deflate.c | 71 } block_state; typedef in typeref:enum:__anon22726 73 typedef block_state (*compress_func) OF((deflate_state *s, int flush)); 79 local block_state deflate_stored OF((deflate_state *s, int flush)); 80 local block_state deflate_fast OF((deflate_state *s, int flush)); 82 local block_state deflate_slow OF((deflate_state *s, int flush)); 84 local block_state deflate_rle OF((deflate_state *s, int flush)); 85 local block_state deflate_huff OF((deflate_state *s, int flush)); 1041 block_state bstate; 1685 local block_state deflate_stored(s, flush) 1872 local block_state deflate_fast(s, flush [all...] |
| /src/external/gpl3/gdb/dist/zlib/ |
| deflate.c | 68 } block_state; typedef in typeref:enum:__anon2112 70 typedef block_state (*compress_func)(deflate_state *s, int flush); 73 local block_state deflate_stored(deflate_state *s, int flush); 74 local block_state deflate_fast(deflate_state *s, int flush); 76 local block_state deflate_slow(deflate_state *s, int flush); 78 local block_state deflate_rle(deflate_state *s, int flush); 79 local block_state deflate_huff(deflate_state *s, int flush); 1180 block_state bstate; 1627 local block_state deflate_stored(deflate_state *s, int flush) { 1811 local block_state deflate_fast(deflate_state *s, int flush) [all...] |
| /src/sys/net/ |
| zlib.c | 680 } block_state; typedef in typeref:enum:__anon7100 682 typedef block_state (*compress_func)(deflate_state *s, int flush); 686 local block_state deflate_stored(deflate_state *s, int flush); 687 local block_state deflate_fast(deflate_state *s, int flush); 688 local block_state deflate_slow(deflate_state *s, int flush); 1121 block_state bstate; 1703 local block_state deflate_stored(deflate_state *s, int flush) 1759 local block_state deflate_fast(deflate_state *s, int flush) 1853 local block_state deflate_slow(deflate_state *s, int flush)
|