Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RsyncProject/rsync
/ SIVAL64
Function
SIVAL64
byteorder.h:62–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
static inline void
63
SIVAL64(char *buf, int pos, int64 val)
64
{
65
SIVALu((uchar*)buf, pos, val);
66
SIVALu((uchar*)buf, pos + 4, val >> 32);
67
}
68
69
#else /* !CAREFUL_ALIGNMENT */
70
Callers
5
send_msg_success
Function · 0.85
write_varlong
Function · 0.85
get_checksum2
Function · 0.85
file_checksum
Function · 0.85
sum_end
Function · 0.85
Calls
1
SIVALu
Function · 0.85
Tested by
no test coverage detected