Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/compiler/
A Ddtexpress.c116 UINT64 LeftValue, in DtDoOperator() argument
139 Result = LeftValue * RightValue; in DtDoOperator()
151 Result = LeftValue / RightValue; in DtDoOperator()
163 Result = LeftValue % RightValue; in DtDoOperator()
167 Result = LeftValue + RightValue; in DtDoOperator()
172 Result = LeftValue - RightValue; in DtDoOperator()
187 Result = LeftValue < RightValue; in DtDoOperator()
192 Result = LeftValue > RightValue; in DtDoOperator()
217 Result = LeftValue & RightValue; in DtDoOperator()
222 Result = LeftValue ^ RightValue; in DtDoOperator()
[all …]
A Ddtcompiler.h278 UINT64 LeftValue,

Completed in 3 milliseconds