Home | History | Annotate | Download | only in unit_test

Lines Matching refs:checksum

1001   uint32 checksum = HashDjb2(&pixels565[0][0], sizeof(pixels565), 5381);
1002 EXPECT_EQ(610919429u, checksum);