Home
last modified time | relevance | path

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

/linux/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()
417 /* Here, start0 == ip */ in LZ4HC_compress_generic()
505 start0 = start2; in LZ4HC_compress_generic()
/linux/tools/perf/bench/
H A Dnuma.c1156 struct timeval start0, start, stop, diff; in worker_thread() local
1217 gettimeofday(&start0, NULL); in worker_thread()
1219 start = stop = start0; in worker_thread()
1261 timersub(&stop, &start0, &diff); in worker_thread()
1318 timersub(&stop, &start0, &diff); in worker_thread()
1326 timersub(&stop, &start0, &diff); in worker_thread()