Home
last modified time | relevance | path

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

/linux/lib/
H A Ddecompress_bunzip2.c62 #define GROUP_SIZE 50 /* 64 would have been more efficient */ macro
209 /* nSelectors: Every GROUP_SIZE many symbols we select a new in get_next_block()
362 symCount = GROUP_SIZE-1; in get_next_block()
/linux/drivers/gpu/drm/radeon/
H A Drv770d.h373 #define GROUP_SIZE(x) ((x) << 6) macro
H A Dr600d.h235 #define GROUP_SIZE(x) ((x) << 6) macro
H A Dr600.c2107 tiling_config |= GROUP_SIZE((ramcfg & BURSTLENGTH_MASK) >> BURSTLENGTH_SHIFT); in r600_gpu_init()