PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
compare.c File Reference
Include dependency graph for compare.c:

Go to the source code of this file.

Functions

static aml_uint_t aml_compare_integers (aml_uint_t a, aml_uint_t b, aml_compare_operation_t operation)
 
aml_uint_t aml_compare_not (aml_uint_t value)
 Perform a logical NOT operation on an integer value.
 
aml_uint_t aml_compare (aml_object_t *a, aml_object_t *b, aml_compare_operation_t operation)
 Compare two ACPI objects.
 

Function Documentation

◆ aml_compare_integers()

static aml_uint_t aml_compare_integers ( aml_uint_t  a,
aml_uint_t  b,
aml_compare_operation_t  operation 
)
inlinestatic

Definition at line 6 of file compare.c.

Here is the caller graph for this function: