MCPcopy Create free account
hub / github.com/git/git / copy_le16

Function copy_le16

archive-zip.c:145–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143 offsetof(struct zip64_dir_trailer_locator, _end)
144
145static void copy_le16(unsigned char *dest, unsigned int n)
146{
147 dest[0] = 0xff & n;
148 dest[1] = 0xff & (n >> 010);
149}
150
151static void copy_le32(unsigned char *dest, unsigned int n)
152{

Callers 4

copy_le16_clampFunction · 0.85
write_zip_entryFunction · 0.85
write_zip64_trailerFunction · 0.85
write_zip_trailerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected