Home
last modified time | relevance | path

Searched refs:LeftValue (Results 1 – 2 of 2) sorted by relevance

/acpica-3.7.0/source/compiler/
Ddtexpress.c223 UINT64 LeftValue, in DtDoOperator() argument
246 Result = LeftValue * RightValue; in DtDoOperator()
258 Result = LeftValue / RightValue; in DtDoOperator()
270 Result = LeftValue % RightValue; in DtDoOperator()
274 Result = LeftValue + RightValue; in DtDoOperator()
279 Result = LeftValue - RightValue; in DtDoOperator()
284 Result = LeftValue >> RightValue; in DtDoOperator()
289 Result = LeftValue << RightValue; in DtDoOperator()
294 Result = LeftValue < RightValue; in DtDoOperator()
299 Result = LeftValue > RightValue; in DtDoOperator()
[all …]
Ddtcompiler.h399 UINT64 LeftValue,