• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

FULL/03-Aug-2024-152136

arithmetic/03-Aug-2024-1,8641,759

bfield/03-Aug-2024-1,8711,613

constant/03-Aug-2024-198181

control/03-Aug-2024-22,54219,622

copyobject/03-Aug-2024-3028

descriptor/03-Aug-2024-50,00746,872

external/03-Aug-2024-307280

local/03-Aug-2024-272246

logic/03-Aug-2024-2,0011,820

manipulation/03-Aug-2024-9,0178,414

module/03-Aug-2024-520460

name/03-Aug-2024-7,3816,749

reference/03-Aug-2024-32,56429,643

region/03-Aug-2024-86,14477,911

synchronization/03-Aug-2024-8,4597,615

table/03-Aug-2024-6,5515,580

MakefileD03-Aug-2024249 2216

READMED03-Aug-20241.4 KiB3427

README

1
2CONTENTS
3
4    Functional test collection
5
6    The following directories contain the functional tests
7    of groups of ASL operators.
8
9    Name of directory       Name of group of ASL operators
10     (name of test)
11   ___________________________________________________________
12 0 | arithmetic      | Integer arithmetic                    |
13 1 | bfield          | Buffer Fields                         |
14 2 | constant        | Constants                             |
15 3 | control         | Method execution control              |
16 4 | descriptor      | Resource Descriptor macros            |
17 5 | extern          | ASL compiler controls                 |
18 6 | local           | Control method objects                |
19 7 | logic           | Logical operators                     |
20 8 | manipulation    | Data type conversion and manipulation |
21 9 | name            | Miscellaneous named object creation   |
2210 | reference       | Object references                     |
2311 | region          | Operation Regions                     |
2412 | synchronization | Synchronization                       |
2513 | table           | ACPI table management                 |
2614 | module          | Module level code execution           |
27   ___________________________________________________________
28
29FULL
30
31   full the functional test collection - all the tests of
32   the functional test collection are compiled together as
33   one DefinitionBlock
34