Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/userspace-api/media/v4l/
Dpixfmt-yuv-planar.rst258 * - start0 + 0:
263 * - start0 + 4:
268 * - start0 + 8:
273 * - start0 + 12:
460 * - start0 + 0:
465 * - start0 + 4:
470 * - start0 + 8:
475 * - start0 + 12:
667 * - start0 + 0:
672 * - start0 + 8:
[all …]
/Linux-v6.6/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-v6.6/tools/perf/bench/
Dnuma.c1156 struct timeval start0, start, stop, diff; in worker_thread() local
1217 gettimeofday(&start0, NULL); in worker_thread()
1219 start = stop = start0; in worker_thread()
1261 timersub(&stop, &start0, &diff); in worker_thread()
1318 timersub(&stop, &start0, &diff); in worker_thread()
1326 timersub(&stop, &start0, &diff); in worker_thread()