Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/media/uapi/v4l/
Dpixfmt-nv16m.rst50 * - start0 + 0:
55 * - start0 + 4:
60 * - start0 + 8:
65 * - start0 + 12:
Dpixfmt-yuv422m.rst58 * - start0 + 0:
63 * - start0 + 4:
68 * - start0 + 8:
73 * - start0 + 12:
Dpixfmt-yuv444m.rst52 * - start0 + 0:
57 * - start0 + 4:
62 * - start0 + 8:
67 * - start0 + 12:
Dpixfmt-yuv420m.rst59 * - start0 + 0:
64 * - start0 + 4:
69 * - start0 + 8:
74 * - start0 + 12:
Dpixfmt-nv12m.rst60 * - start0 + 0:
65 * - start0 + 4:
70 * - start0 + 8:
75 * - start0 + 12:
/Linux-v5.4/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-v5.4/tools/perf/bench/
Dnuma.c1093 struct timeval start0, start, stop, diff; in worker_thread() local
1151 gettimeofday(&start0, NULL); in worker_thread()
1153 start = stop = start0; in worker_thread()
1195 timersub(&stop, &start0, &diff); in worker_thread()
1251 timersub(&stop, &start0, &diff); in worker_thread()
1259 timersub(&stop, &start0, &diff); in worker_thread()