Home
last modified time | relevance | path

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

/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-yuv-planar.rst287 * - start0 + 0:
292 * - start0 + 4:
297 * - start0 + 8:
302 * - start0 + 12:
657 * - start0 + 0:
662 * - start0 + 4:
667 * - start0 + 8:
672 * - start0 + 12:
927 * - start0 + 0:
932 * - start0 + 8:
[all …]
/linux/lib/lz4/
H A Dlz4hc_compress.c363 const BYTE *start0; in LZ4HC_compress_generic() local
386 start0 = ip; in LZ4HC_compress_generic()
407 if (start0 < ip) { in LZ4HC_compress_generic()
410 ip = start0; in LZ4HC_compress_generic()
504 start0 = start2; in LZ4HC_compress_generic()
/linux/tools/perf/bench/
H A Dnuma.c1209 struct timeval start0, start, stop, diff; in worker_thread() local
1270 gettimeofday(&start0, NULL); in worker_thread()
1272 start = stop = start0; in worker_thread()
1314 timersub(&stop, &start0, &diff); in worker_thread()
1371 timersub(&stop, &start0, &diff); in worker_thread()
1379 timersub(&stop, &start0, &diff); in worker_thread()