lshift 431 core/BigInteger.cpp u.lshift(e + 1,&ush);
lshift 135 core/BigInteger.h BigInteger* lshift(uint32 shiftBy, BigInteger* result) const;
lshift 142 core/BigInteger.h lshift(shiftBy,&tempInt);
lshift 1613 core/Interpreter.cpp INSTR(lshift) {
lshift 2021 core/MathUtils.cpp be.lshift(1,&be1); // be1 == be*2;