Home
last modified time | relevance | path

Searched refs:max_block_size (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gem/selftests/
H A Di915_gem_client_blt.c34 const u32 max_block_size = S16_MAX * PAGE_SIZE; in __igt_client_fill() local
36 u32 phys_sz = sz % (max_block_size + 1); in __igt_client_fill()
H A Di915_gem_object_blt.c234 const u32 max_block_size = S16_MAX * PAGE_SIZE; in igt_fill_blt_thread() local
250 phys_sz = sz % (max_block_size + 1); in igt_fill_blt_thread()
343 const u32 max_block_size = S16_MAX * PAGE_SIZE; in igt_copy_blt_thread() local
355 phys_sz = sz % (max_block_size + 1); in igt_copy_blt_thread()
/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/
H A Ddeflate.c1403 ulg max_block_size = 0xffff; local
1406 if (max_block_size > s->pending_buf_size - 5) {
1407 max_block_size = s->pending_buf_size - 5;
1429 max_start = s->block_start + max_block_size;
/netbsd-src/sys/net/
H A Dzlib.c1708 ulg max_block_size = 0xffff; in deflate_stored() local
1711 if (max_block_size > s->pending_buf_size - 5) { in deflate_stored()
1712 max_block_size = s->pending_buf_size - 5; in deflate_stored()
1734 max_start = s->block_start + max_block_size; in deflate_stored()