Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/media/uapi/v4l/
Dpixfmt-nv16m.rst43 * - start0 + 0:
48 * - start0 + 4:
53 * - start0 + 8:
58 * - start0 + 12:
Dpixfmt-yuv420m.rst52 * - start0 + 0:
57 * - start0 + 4:
62 * - start0 + 8:
67 * - start0 + 12:
Dpixfmt-yuv422m.rst51 * - start0 + 0:
56 * - start0 + 4:
61 * - start0 + 8:
66 * - start0 + 12:
Dpixfmt-yuv444m.rst45 * - start0 + 0:
50 * - start0 + 4:
55 * - start0 + 8:
60 * - start0 + 12:
Dpixfmt-nv12m.rst53 * - start0 + 0:
58 * - start0 + 4:
63 * - start0 + 8:
68 * - start0 + 12:
/Linux-v4.19/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-v4.19/tools/perf/bench/
Dnuma.c1088 struct timeval start0, start, stop, diff; in worker_thread() local
1146 gettimeofday(&start0, NULL); in worker_thread()
1148 start = stop = start0; in worker_thread()
1190 timersub(&stop, &start0, &diff); in worker_thread()
1246 timersub(&stop, &start0, &diff); in worker_thread()
1254 timersub(&stop, &start0, &diff); in worker_thread()