Searched defs:ficl2UnsignedArithmeticShiftLeft (Results 1 – 2 of 2) sorted by relevance
223 ficl2UnsignedArithmeticShiftLeft(ficl2Unsigned x) in ficl2UnsignedArithmeticShiftLeft() function
637 #define ficl2UnsignedArithmeticShiftLeft(x) ((x) << 1) macro