Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/compiler/
A Ddtexpress.c118 UINT64 RightValue) in DtDoOperator() argument
129 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 …]
A Ddtcompiler.h280 UINT64 RightValue);

Completed in 4 milliseconds