Searched refs:zbuf (Results 1 – 6 of 6) sorted by relevance
/external/oss-fuzz/projects/bzip2/ |
D | bzip2_compress_target.c | 55 char *zbuf = malloc(nZ); in LLVMFuzzerTestOneInput() local 64 r = BZ2_bzBuffToBuffCompress(zbuf, &nZ, (char *)data, size, in LLVMFuzzerTestOneInput() 70 free(zbuf); in LLVMFuzzerTestOneInput() 77 r = BZ2_bzBuffToBuffDecompress(outbuf, &nOut, zbuf, nZ, small, in LLVMFuzzerTestOneInput() 83 free(zbuf); in LLVMFuzzerTestOneInput() 90 free(zbuf); in LLVMFuzzerTestOneInput()
|
/external/bzip2/ |
D | unzcrash.c | 42 uchar zbuf[M_BLOCK + 600 + (M_BLOCK / 100)]; variable 71 zbuf[byteno] ^= mask; in flip_bit() 97 zbuf, &nZ, inbuf, nIn, 9, 0, 30 ); in main() 107 outbuf, &nOut, zbuf, nZ, 0, 0 ); in main()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | depthstencil.h | 138 simdscalar zbuf; in DepthStencilTest() local 155 zbuf = _simd_load_ps((const float*)pDepthBase); in DepthStencilTest() 161 depthResult = _simd_cmple_ps(interpZ, zbuf); in DepthStencilTest() 164 depthResult = _simd_cmplt_ps(interpZ, zbuf); in DepthStencilTest() 167 depthResult = _simd_cmpgt_ps(interpZ, zbuf); in DepthStencilTest() 170 depthResult = _simd_cmpge_ps(interpZ, zbuf); in DepthStencilTest() 173 depthResult = _simd_cmpeq_ps(interpZ, zbuf); in DepthStencilTest() 176 depthResult = _simd_cmpneq_ps(interpZ, zbuf); in DepthStencilTest()
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_clear.c | 86 struct pipe_surface *zbuf = i915->framebuffer.zsbuf; in i915_clear_emit() local 89 depth_tex = i915_texture(zbuf->texture); in i915_clear_emit() 107 struct pipe_surface *zbuf = i915->framebuffer.zsbuf; in i915_clear_emit() local 110 depth_tex = i915_texture(zbuf->texture); in i915_clear_emit()
|
/external/iperf3/src/ |
D | iperf_api.c | 3063 char zbuf[] = " "; in iperf_print_intermediate() local 3080 zbuf[0] = '\0'; in iperf_print_intermediate() 3141 … report_sum_bw_udp_sender_format, mbuf, start_time, end_time, ubuf, nbuf, zbuf, total_packets, tes… in iperf_print_intermediate() 3693 char zbuf[] = " "; in print_interval_results() local 3703 zbuf[0] = '\0'; in print_interval_results() 3783 …iperf_printf(test, report_bw_udp_sender_format, sp->socket, mbuf, st, et, ubuf, nbuf, zbuf, irp->i… in print_interval_results()
|
/external/libpng/ |
D | CHANGES | 4031 introduces one performance improvement (avoiding a copy via png_ptr->zbuf.) 4059 and the 'zbuf' is no longer allocated on progressive read. It is now
|