Lines Matching refs:Switch

424 If..Else and large Switch constructs. Thus, the disassembled code more 
3659 ASL Test Suite (ASLTS): Reduce iASL warnings due to use of Switch().
4176 Switch()
4177 operator where AML listing was disabled until the entire Switch block was
5851 iASL: Implemented Switch() with While(1) so that Break works correctly.
5853 change correctly implements the Switch operator with a surrounding
7513 Fixed a problem with the use of the Switch operator where execution of
7517 actual Switch opcode, it must be simulated with local named temporary
7520 uses Switch as Serialized, thus preventing multiple thread entries. BZ
8372 Fixed a problem with the implementation of the Switch() operator where
8374 temporary variable was declared too close to the actual Switch, instead
8376 at method level. This could cause a problem if the Switch() operator is
9672 Fixed a parse error during compilation of certain Switch/Case constructs.
11135 Switch/Case support: A warning is now issued if the type of the Switch
11137 cannot be determined at compile time. For example, Switch(Arg0) will
11140 ACPI spec, use a construct such as Switch(ToInteger(Arg0)) to eliminate
11144 Switch/Case support: Implemented support for buffer and string objects as
11148 Switch/Case support: The emitted code for the LEqual() comparisons now
11155 Switch/Case support: Temporary variables are now emitted immediately
11636 Switch/Case block. This was a problem in the translation of the Switch
11912 Switch() operator.
11915 form "_T_x". (Used in Switch/Case operators.)
15689 The ACPI 2.0 Switch/Case/Default operators have been implemented
15715 Fixed a problem where the Switch() operator would either fault or