Searched refs:RightValue (Results 1 – 2 of 2) sorted by relevance
118 UINT64 RightValue) in DtDoOperator() argument129 Result = ~RightValue; in DtDoOperator()134 Result = !RightValue; in DtDoOperator()139 Result = LeftValue * RightValue; in DtDoOperator()144 if (!RightValue) in DtDoOperator()151 Result = LeftValue / RightValue; in DtDoOperator()156 if (!RightValue) in DtDoOperator()163 Result = LeftValue % RightValue; in DtDoOperator()167 Result = LeftValue + RightValue; in DtDoOperator()172 Result = LeftValue - RightValue; in DtDoOperator()[all …]
280 UINT64 RightValue);
Completed in 4 milliseconds