/src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
i915_buddy.c | 48 unsigned int block_state; local in function:igt_check_block 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:__anonf3f7098e0103 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/sys/net/ |
zlib.c | 680 } block_state; typedef in typeref:enum:__anon0201f1530303 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)
|