Searched refs:chksum (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
H A Dpgmdump2.c187 chksum; /* I guess? Small changes seem to result in big diffs here */ member in struct:header
206 X(hdr, chksum);
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dinit301.c9400 unsigned char chksum,gotcha; local in function:SiS_ReadDDC
9409 chksum = 0;
9413 chksum += buffer[i];
9418 chksum += buffer[i];
9420 if(gotcha) flag = (unsigned short)chksum;
H A Dsis_driver.c5027 CARD32 chksum = 0; local in function:SISPreInit
5031 for(i=0; i<32768; i++) chksum += pSiS->BIOS[i];
5047 (SiS_customttable[i].bioschksum == chksum))) &&

Completed in 25 milliseconds