Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/userspace-api/media/v4l/
Dpixfmt-yuv-planar.rst222 * - start0 + 0:
227 * - start0 + 4:
232 * - start0 + 8:
237 * - start0 + 12:
407 * - start0 + 0:
412 * - start0 + 4:
417 * - start0 + 8:
422 * - start0 + 12:
791 * - start0 + 0:
796 * - start0 + 4:
[all …]
/linux-5.19.10/lib/lz4/
Dlz4hc_compress.c364 const BYTE *start0; in LZ4HC_compress_generic() local
387 start0 = ip; in LZ4HC_compress_generic()
408 if (start0 < ip) { in LZ4HC_compress_generic()
411 ip = start0; in LZ4HC_compress_generic()
505 start0 = start2; in LZ4HC_compress_generic()
/linux-5.19.10/tools/perf/bench/
Dnuma.c1180 struct timeval start0, start, stop, diff; in worker_thread() local
1241 gettimeofday(&start0, NULL); in worker_thread()
1243 start = stop = start0; in worker_thread()
1285 timersub(&stop, &start0, &diff); in worker_thread()
1342 timersub(&stop, &start0, &diff); in worker_thread()
1350 timersub(&stop, &start0, &diff); in worker_thread()