Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A Dpixfmt-yuv-planar.rst237 * - start0 + 0:
242 * - start0 + 4:
247 * - start0 + 8:
252 * - start0 + 12:
430 * - start0 + 0:
435 * - start0 + 4:
440 * - start0 + 8:
862 * - start0 + 0:
867 * - start0 + 4:
872 * - start0 + 8:
[all …]
/linux-6.3-rc2/lib/lz4/
A 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-6.3-rc2/tools/perf/bench/
A 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()

Completed in 8 milliseconds