Searched defs:_sum (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dchecksum.c68 long _sum; local
70 _sum = LSW(sum) + MSW(sum);
71 return ((ushort_t)(LSW(_sum) + MSW(_sum)));

Completed in 44 milliseconds