Home
last modified time | relevance | path

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

/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-yuv-planar.rst272 * - start0 + 0:
277 * - start0 + 4:
282 * - start0 + 8:
287 * - start0 + 12:
591 * - start0 + 0:
596 * - start0 + 4:
601 * - start0 + 8:
606 * - start0 + 12:
798 * - start0 + 0:
803 * - start0 + 8:
[all …]
/linux/lib/lz4/
H A Dlz4hc_compress.c363 const BYTE *start0; in LZ4HC_compress_generic()
386 start0 = ip; in LZ4HC_compress_generic()
407 if (start0 < ip) { in LZ4HC_compress_generic()
410 ip = start0; in LZ4HC_compress_generic()
416 /* Here, start0 == ip */ in LZ4HC_compress_generic()
504 start0 = start2; in LZ4HC_compress_generic()
364 const BYTE *start0; LZ4HC_compress_generic() local