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

Function write_gap

arch/victor9k/encoder.cc:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101static void write_gap(std::vector<bool>& bits, unsigned& cursor, int length)
102{
103 for (int i = 0; i < length / 10; i++)
104 write_byte(bits, cursor, '0');
105}
106
107static void write_sector(std::vector<bool>& bits,
108 unsigned& cursor,

Callers 1

write_sectorFunction · 0.85

Calls 1

write_byteFunction · 0.85

Tested by

no test coverage detected