HomeSort by: relevance | last modified time | path
    Searched defs:compr (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/test/
example.c 60 static void test_compress(Byte *compr, uLong comprLen, Byte *uncompr,
65 err = compress(compr, &comprLen, (const Bytef*)hello, len);
70 err = uncompress(uncompr, &uncomprLen, compr, comprLen);
166 static void test_deflate(Byte *compr, uLong comprLen) {
179 c_stream.next_out = compr;
201 static void test_inflate(Byte *compr, uLong comprLen, Byte *uncompr,
212 d_stream.next_in = compr;
240 static void test_large_deflate(Byte *compr, uLong comprLen, Byte *uncompr,
252 c_stream.next_out = compr;
269 c_stream.next_in = compr;
492 Byte *compr, *uncompr; local in function:main
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_hw_sequencer.c 1855 struct compressor *compr = dc->fbc_compressor; local in function:enable_fbc
1861 compr->compr_surface_address.quad_part = dc->ctx->fbc_gpu_addr;
1863 compr->funcs->surface_address_and_pitch(compr, &params);
1864 compr->funcs->set_fbc_invalidation_triggers(compr, 1);
1866 compr->funcs->enable_fbc(compr, &params);

Completed in 14 milliseconds