MCPcopy Index your code
hub / github.com/RsyncProject/rsync / SIVALu

Function SIVALu

byteorder.h:47–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47static inline void
48SIVALu(uchar *buf, int pos, uint32 val)
49{
50 CVAL(buf, pos) = val;
51 CVAL(buf, pos + 1) = val >> 8;
52 CVAL(buf, pos + 2) = val >> 16;
53 CVAL(buf, pos + 3) = val >> 24;
54}
55
56static inline int64
57IVAL64(const char *buf, int pos)

Callers 5

get_checksum2Function · 0.85
hashtable_findFunction · 0.85
SIVAL64Function · 0.85
SIVALFunction · 0.85
md5_resultFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected