Searched refs:start0 (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/Documentation/userspace-api/media/v4l/ |
D | pixfmt-yuv-planar.rst | 222 * - start0 + 0: 227 * - start0 + 4: 232 * - start0 + 8: 237 * - start0 + 12: 358 * - start0 + 0: 363 * - start0 + 4: 368 * - start0 + 8: 373 * - start0 + 12: 742 * - start0 + 0: 747 * - start0 + 4: [all …]
|
/Linux-v5.15/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-v5.15/tools/perf/bench/ |
D | numa.c | 1123 struct timeval start0, start, stop, diff; in worker_thread() local 1184 gettimeofday(&start0, NULL); in worker_thread() 1186 start = stop = start0; in worker_thread() 1228 timersub(&stop, &start0, &diff); in worker_thread() 1284 timersub(&stop, &start0, &diff); in worker_thread() 1292 timersub(&stop, &start0, &diff); in worker_thread()
|