MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / setBitRangeAsInt

Method setBitRangeAsInt

Source/Lua/Deprecated/CtrlrLuaBigInteger.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void CtrlrLuaBigInteger::setBitRangeAsInt(const int startBit, const int numBits, const int valueToSet)
70{
71 bi.setBitRangeAsInt (startBit, numBits, valueToSet);
72}
73
74void CtrlrLuaBigInteger::shiftBits(int howManyBitsLeft, int startBit)
75{

Callers 4

indirectReverseOperationFunction · 0.45
getValueAsBigIntegerFunction · 0.45
sysExProcessTokenMethod · 0.45
evaluateFormulaFunctionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected