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

Function IVALu

byteorder.h:38–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36#if CAREFUL_ALIGNMENT
37
38static inline uint32
39IVALu(const uchar *buf, int pos)
40{
41 return UVAL(buf, pos)
42 | UVAL(buf, pos + 1) << 8
43 | UVAL(buf, pos + 2) << 16
44 | UVAL(buf, pos + 3) << 24;
45}
46
47static inline void
48SIVALu(uchar *buf, int pos, uint32 val)

Callers 3

IVAL64Function · 0.85
IVALFunction · 0.85
md5_processFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected