Searched refs:start0 (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | pixfmt-nv16m.rst | 43 * - start0 + 0: 48 * - start0 + 4: 53 * - start0 + 8: 58 * - start0 + 12:
|
D | pixfmt-yuv420m.rst | 52 * - start0 + 0: 57 * - start0 + 4: 62 * - start0 + 8: 67 * - start0 + 12:
|
D | pixfmt-yuv422m.rst | 51 * - start0 + 0: 56 * - start0 + 4: 61 * - start0 + 8: 66 * - start0 + 12:
|
D | pixfmt-yuv444m.rst | 45 * - start0 + 0: 50 * - start0 + 4: 55 * - start0 + 8: 60 * - start0 + 12:
|
D | pixfmt-nv12m.rst | 53 * - start0 + 0: 58 * - start0 + 4: 63 * - start0 + 8: 68 * - start0 + 12:
|
/Linux-v4.19/lib/lz4/ |
D | lz4hc_compress.c | 364 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/ |
D | numa.c | 1088 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()
|