Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dpixfmt-nv16m.rst43 * - start0 + 0:
48 * - start0 + 4:
53 * - start0 + 8:
58 * - start0 + 12:
H A Dpixfmt-yuv422m.rst51 * - start0 + 0:
56 * - start0 + 4:
61 * - start0 + 8:
66 * - start0 + 12:
H A Dpixfmt-yuv420m.rst52 * - start0 + 0:
57 * - start0 + 4:
62 * - start0 + 8:
67 * - start0 + 12:
H A Dpixfmt-yuv444m.rst45 * - start0 + 0:
50 * - start0 + 4:
55 * - start0 + 8:
60 * - start0 + 12:
H A Dpixfmt-nv12m.rst53 * - start0 + 0:
58 * - start0 + 4:
63 * - start0 + 8:
68 * - start0 + 12:
/OK3568_Linux_fs/kernel/lib/lz4/
H 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()
/OK3568_Linux_fs/kernel/tools/perf/bench/
H A Dnuma.c1107 struct timeval start0, start, stop, diff; in worker_thread() local
1168 gettimeofday(&start0, NULL); in worker_thread()
1170 start = stop = start0; in worker_thread()
1212 timersub(&stop, &start0, &diff); in worker_thread()
1268 timersub(&stop, &start0, &diff); in worker_thread()
1276 timersub(&stop, &start0, &diff); in worker_thread()