MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / crc16

Function crc16

lib/core/crc.h:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25extern uint32_t crcbrother(const Bytes& bytes);
26
27static inline uint16_t crc16(uint16_t poly, const Bytes& bytes)
28{
29 return crc16(poly, 0xffff, bytes);
30}
31
32static inline uint16_t crc16ref(uint16_t poly, const Bytes& bytes)
33{

Callers 12

encodeMethod · 0.50
decodeSectorRecordMethod · 0.50
decodeDataRecordMethod · 0.50
encodeMethod · 0.50
decodeSectorRecordMethod · 0.50
decodeDataRecordMethod · 0.50
decodeSectorRecordMethod · 0.50
decodeSectorRecordMethod · 0.50
decodeDataRecordMethod · 0.50
readImageMethod · 0.50
dumpSectorMetadataFunction · 0.50
dumpRecordMetadataFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected