Home | History | Annotate | Download | only in pixman

Lines Matching refs:checksum

12376 	unsigned checksum = 0;
12380 #pragma omp parallel for reduction(+:checksum) default(none) \
12387 checksum += crc;
12389 printf("%u\n", checksum);