MCPcopy 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
62static inline void
63SIVAL64(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_successFunction · 0.85
write_varlongFunction · 0.85
get_checksum2Function · 0.85
file_checksumFunction · 0.85
sum_endFunction · 0.85

Calls 1

SIVALuFunction · 0.85

Tested by

no test coverage detected