27.10.2015 Views

Advanced Configuration and Power Interface Specification

ACPI_6.0

ACPI_6.0

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

ACPI Source Language (ASL)Reference<br />

Source1 is numerically less than the corresponding byte in Source2. In the case of byte-wise<br />

equality, True is returned if the length of Source1 is greater than Source2, False is returned if the<br />

length of Source1 is less than or equal to Source2.<br />

19.6.69 LGreaterEqual (Logical Greater Than Or Equal)<br />

Syntax<br />

LGreaterEqual (Source1, Source2) => Boolean<br />

Source1 >= Source2 => Boolean<br />

Arguments<br />

Source1 <strong>and</strong> Source2 must each evaluate to an integer, a string, or a buffer. The data type of Source1<br />

dictates the required type of Source2. Source2 is implicitly converted if necessary to match the type<br />

of Source1.<br />

Description<br />

If Source1 is greater than or equal to Source2, True is returned; otherwise, False is returned.<br />

Equivalent to LNot(LLess()). See the description of the LLess operator.<br />

19.6.70 LLess (Logical Less)<br />

Syntax<br />

LLess (Source1, Source2) => Boolean<br />

Source1 < Source2 => Boolean<br />

Arguments<br />

Source1 <strong>and</strong> Source2 must each evaluate to an integer, a string, or a buffer. The data type of Source1<br />

dictates the required type of Source2. Source2 is implicitly converted if necessary to match the type<br />

of Source1.<br />

Description<br />

If Source1 is less than Source2, True is returned; otherwise, False is returned. For integers, a<br />

numeric comparison is performed. For strings <strong>and</strong> buffers, a lexicographic comparison is performed.<br />

True is returned if a byte-wise (unsigned) compare discovers at least one byte in Source1 that is<br />

numerically less than the corresponding byte in Source2. False is returned if at least one byte in<br />

Source1 is numerically greater than the corresponding byte in Source2. In the case of byte-wise<br />

equality, True is returned if the length of Source1 is less than Source2, False is returned if the length<br />

of Source1 is greater than or equal to Source2.<br />

19.6.71 LLessEqual (Logical Less Than Or Equal)<br />

Syntax<br />

LLessEqual (Source1, Source2) => Boolean<br />

Source1 Boolean<br />

Version 6.0 855

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!