mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
e90fe26507
llvm-svn: 10237
5 lines
146 B
C
5 lines
146 B
C
unsigned long do_csum(const unsigned char *buff, int len, unsigned long result) {
|
|
if (2 & (unsigned long) buff) result += 1;
|
|
return result;
|
|
}
|