Searched defs:RTUInt128AssignShiftLeft (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/
H A Duint128.h840 DECLINLINE(PRTUINT128U) RTUInt128AssignShiftLeft(PRTUINT128U pValueResult, int cBits) function
893 return RTUInt128AssignShiftLeft(pValueResult, -cBits);

Completed in 45 milliseconds