Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest1.c7856 unsigned int iCksum1 = 0; in sorter_test_sort4_helper() local
7884 iCksum1 += (iCksum1 << 3) + (unsigned int)a; in sorter_test_sort4_helper()
7898 if( iCksum1!=iCksum2 ){ in sorter_test_sort4_helper()