OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldsum
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/mips/mips/
in_cksum.c
70
* Add the resulting checksum into '
oldsum
' using 1's complement.
74
* over the data before adding it to `
oldsum
'.
77
fastsum(union memptr buf, int n, unsigned int
oldsum
, int odd_aligned)
233
sum =
oldsum
+ ((sum >> 8) & 0xff) + ((sum & 0xff) << 8);
236
sum =
oldsum
+ sum;
/src/sys/arch/acorn32/acorn32/
rpc_machdep.c
1132
int oldvalue,
oldsum
;
local in function:cmos_write
1137
if ((
oldsum
= cmos_read(RTC_ADDR_CHECKSUM)) < 0)
1145
val = (uint8_t)
oldsum
- (uint8_t)oldvalue + val;
Completed in 29 milliseconds
Indexes created Mon Oct 27 08:10:08 GMT 2025