Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/userspace-api/media/v4l/
Dpixfmt-yuv-planar.rst237 * - start0 + 0:
242 * - start0 + 4:
247 * - start0 + 8:
252 * - start0 + 12:
422 * - start0 + 0:
427 * - start0 + 4:
432 * - start0 + 8:
437 * - start0 + 12:
854 * - start0 + 0:
859 * - start0 + 4:
[all …]
/Linux-v6.1/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.1/tools/perf/bench/
Dnuma.c1155 struct timeval start0, start, stop, diff; in worker_thread() local
1216 gettimeofday(&start0, NULL); in worker_thread()
1218 start = stop = start0; in worker_thread()
1260 timersub(&stop, &start0, &diff); in worker_thread()
1317 timersub(&stop, &start0, &diff); in worker_thread()
1325 timersub(&stop, &start0, &diff); in worker_thread()