Home
last modified time | relevance | path

Searched refs:compr (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/file/src/
H A Dcompress.c174 } compr[] = { variable
209 private size_t ncompr = __arraycount(compr);
268 if (nbytes < CAST(size_t, abs(compr[i].maglen))) in file_zmagic()
270 if (compr[i].maglen < 0) { in file_zmagic()
271 zm = (*compr[i].u.func)(buf); in file_zmagic()
273 zm = memcmp(buf, compr[i].u.magic, in file_zmagic()
274 CAST(size_t, compr[i].maglen)) == 0; in file_zmagic()
868 return compr[method].argv[0]; in methodname()
949 compr[method].argv[0], strerror(errno)); in uncompressbuf()
968 (void)execvp(compr[method].argv[0], args); in uncompressbuf()
[all …]
/dragonfly/sys/dev/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c1877 struct compressor *compr = dc->fbc_compressor; in enable_fbc() local
1884 compr->compr_surface_address.quad_part = dc->ctx->fbc_gpu_addr; in enable_fbc()
1886 compr->funcs->surface_address_and_pitch(compr, &params); in enable_fbc()
1887 compr->funcs->set_fbc_invalidation_triggers(compr, 1); in enable_fbc()
1889 compr->funcs->enable_fbc(compr, &params); in enable_fbc()