MCPcopy Create free account
hub / github.com/MoeMod/CSMoE / bb_setBit

Function bb_setBit

3rdparty/QRCode/QRCode.cpp:184–192  ·  view source on GitHub ↗

void bb_setBits(BitBucket *bitBuffer, uint32_t val, int offset, uint8_t length) { for (int8_t i = length - 1; i >= 0; i--, offset++) { bitBuffer->data[offset >> 3] |= ((val >> i) & 1) << (7 - (offset & 7)); } } */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

setFunctionModuleFunction · 0.85
drawCodewordsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected