/acpica-3.5.0/tests/aslts/doc/docs/ |
D | ConversionRules | 11 1. If the buffer is smaller than the size of the buffer field, 13 2. If the buffer is larger than the size of the buffer field, 24 4. If the buffer is larger (in bits) than the size of the Field Unit, 28 is smaller or equal in size to the Field Unit, then it is zero 50 * 10. If the Buffer Field is smaller than or equal to the size 68 size of an Integer (in bits), it will be treated as an Integer. 69 * 15. If the Field Unit is larger than the size of an Integer, it will 72 The size of an Integer is indicated by the Definition Block 74 2 indicates that the size of an Integer is 32-bits. A value greater 75 than or equal to 2 signifies that the size of an Integer is 64-bits. [all …]
|
/acpica-3.5.0/source/compiler/ |
D | dtcompilerparser.l | 225 int size = strlen (DtCompilerParsertext); 226 s=UtLocalCacheCalloc (size + 1); 227 AcpiUtSafeStrncpy (s, DtCompilerParsertext, size + 1); 237 int size = strlen (DtCompilerParsertext); 238 s=UtLocalCacheCalloc (size + 1); 239 AcpiUtSafeStrncpy (s, DtCompilerParsertext, size + 1); 252 int size = strlen (DtCompilerParsertext); 253 s=UtLocalCacheCalloc (size - 1); 254 AcpiUtSafeStrncpy (s, DtCompilerParsertext + 1, size - 1);
|
/acpica-3.5.0/tests/aslts/src/runtime/collections/complex/result/tests/ |
D | SPEC | 121 = size of the either result or target object is zero 122 = size of the either result or target String object is 200 123 = size of the either result or target Package object is 255 399 smaller than the size of the buffer field, it is zero-extended. If 400 the integer is larger than the size of the buffer field, the upper 404 than the size of the Field Unit, it is zero-extended. If the integer is 405 larger than the size of the Field Unit, the upper bits are truncated 408 the size of the buffer field, it is zero extended. If the buffer is 409 larger than the size of the buffer field, the upper bits are truncated. 418 If the buffer is larger (in bits) than the size of the Field Unit, [all …]
|
/acpica-3.5.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/common/ |
D | proc.asl | 35 * arg1 - size of Package 36 * arg2 - size of pre-initialized area 38 * arg4 - size of area to be written 283 * arg1 - size of Package 284 * arg2 - size of pre-initialized area 286 * arg4 - size of area to be written
|
/acpica-3.5.0/source/os_specific/service_layers/ |
D | osunixxf.c | 760 ACPI_SIZE size) in AcpiOsAllocate() argument 765 Mem = (void *) malloc ((size_t) size); in AcpiOsAllocate() 785 ACPI_SIZE size) in AcpiOsAllocateZeroed() argument 790 Mem = (void *) calloc (1, (size_t) size); in AcpiOsAllocateZeroed()
|
/acpica-3.5.0/tests/aslts/src/runtime/collections/functional/arithmetic/ |
D | arithmetic.asl | 622 /* bit-size of multiplicand */ 626 /* bit-size of multiplier */ 643 /* bit-size of multiplicand */ 646 /* bit-size of multiplier */ 662 /* bit-size of multiplicand */ 666 /* bit-size of multiplier */ 680 /* bit-size of multiplicand */ 683 /* bit-size of multiplier */ 713 /* bit-size of operands */ 723 /* bit-size of result */ [all …]
|
/acpica-3.5.0/tests/misc/ |
D | converterSample.asl | 26 // bit-size of multiplicand 29 // bit-size of multiplier
|
D | badcode.asl | 27 // Integer beyond the table integer size (32 bits) 237 // Length larger than Min/Max window size 285 // Length larger than Min/Max window size
|
/acpica-3.5.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0073_ASL/ |
D | misc.old.asl | 228 // The size of Strings in Package is determined incorrectly 367 // Rules" says "If the string is shorter than the buffer, the buffer size is 385 // on the size of the Buffer Field object and the 415 // on the size of the Buffer Field object and the 445 // on the size of the Buffer Field object and the 476 // on the size of the Buffer Field object and the
|
D | misc.asl | 228 // The size of Strings in Package is determined incorrectly 367 // Rules" says "If the string is shorter than the buffer, the buffer size is 385 // on the size of the Buffer Field object and the 415 // on the size of the Buffer Field object and the 445 // on the size of the Buffer Field object and the 476 // on the size of the Buffer Field object and the
|
/acpica-3.5.0/tests/aslts/src/runtime/collections/functional/reference/ |
D | SPEC | 78 Note: the {type,size,value} features of the references to all 212 2. Check inside the Method that {types,values,size} 223 changed {type,size,value}. 307 passed to Method {type,size,value}. 319 do change of the original objects {type,size,value}. 325 Check that the original objects are changed {type,size,value}. 373 from it, check the original objects {type,size,value}. 427 from it, check the original objects {type,size,value}. 538 Check that the data refered to by ArgX of (M1) are changed {type,size,value}. 539 Check that the original objects (M0) are not changed {type,size,value}. [all …]
|
/acpica-3.5.0/source/include/ |
D | actypes.h | 699 #define ACPI_ACCESS_BIT_WIDTH(size) (1 << ((size) + ACPI_ACCESS_BIT_SHIFT)) argument 700 #define ACPI_ACCESS_BYTE_WIDTH(size) (1 << ((size) + ACPI_ACCESS_BYTE_SHIFT)) argument
|
/acpica-3.5.0/tests/aslts/src/runtime/collections/functional/name/ |
D | name.asl | 33 * Obtain the NamedX objects of all the types and check their {type,size,value} 41 * the initial simplest checkings {type,size,value} of different
|
/acpica-3.5.0/tests/aslts/src/runtime/collections/functional/manipulation/ |
D | sizeof.asl | 31 * SizeOf, Get the size of Integer, Buffer, String or Package 90 Debug = "TEST: SZO0, Get the size of Integer, Buffer, String or Package:"
|
D | RUN.asl | 60 SRMT ("SZO0") /* Get the size of Integer, Buffer, String or Package */
|
/acpica-3.5.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0135/ |
D | Misc1.asl | 43 Name(num, 8) // half-size of Package 127 Name(sz, 16) // full size of Package 128 Name(num, 0) // half-size of Package 187 Name(sz, 16) // full size of Package 188 Name(num, 0) // half-size of Package 249 Name(sz, 16) // full size of Package 250 Name(num, 0) // half-size of Package 313 Name(sz, 16) // full size of Package 314 Name(num, 0) // half-size of Package 392 Name(sz, 16) // full size of Package [all …]
|
D | Methods.asl | 44 Name(sz, 32) // full size of Package applied in algorithm 45 Name(szzz, 64) // full size of Package 47 Name(nm16, 0) // 1/16 of size 48 Name(i1, 0) // 1/16 of size 49 Name(i2, 0) // 2/16 of size
|
/acpica-3.5.0/documents/ |
D | changes.txt | 8 Added a define for size of acpi_srat_generic_affinity DeviceHandle. Replaced a magic number with a … 101 EBDA region must be at least 1KiB in size. Because this is not 203 independently of Linux-specific structures. Their size can also vary. 205 bytes of size and then an amount of bytes specified by size. All of the 206 terminators that I've seen had a size equal to 4, but theoretically it 900 provided sprintf() is non-functional: with a size of ACPI_UINT32_MAX, 1045 operator. Previously, an Integer would be returned if the size of 1046 the field was less than or equal to the current size of an Integer. 1697 creates a return data buffer of the maximum size (255). This handles the 2447 Implemented buffer management that automatically increases the size of [all …]
|
/acpica-3.5.0/tests/aslts/src/runtime/collections/functional/bfield/ |
D | crbuffield.asl | 134 /* <byte size of buf> */ 317 /* <byte size of buf> */ 525 /* <byte size of buf> */ 752 /* <byte size of buf> */ 987 /* <byte size of buf> */ 1410 /* <byte size of buf> */ 1510 /* <entire byte size of buffer> */ 1514 /* byte size of field */ 1517 /* byte size of buffer affected by field */ 1722 /* examines the whole range possible for the size */
|
/acpica-3.5.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0059/ |
D | DECL.asl | 31 * SUMMARY: String to Buffer conversion doesn't reduce the size of resulting Buffer 38 /* the buffer size is reduced". */
|
/acpica-3.5.0/tests/aslts/src/runtime/cntl/ |
D | common.asl | 185 * Byte and character size of Integer 192 * ETR0 - the size of trace Packages 1131 * <byte size of buf>, 1176 * The entire byte size of buffer (starting with the 1195 * <bit size of shift area>, 1212 /* Byte size of result buffer */ 1218 /* Bit-size of low part of byte */ 1221 /* Bit-size of high part of byte */ 1224 /* Bit-size of last byte */ 1250 /* Last byte size */
|
/acpica-3.5.0/tests/aslts/src/runtime/collections/complex/misc/ |
D | misc.asl | 257 // The size of Strings in Package is determined incorrectly 374 * Rules" says "If the string is shorter than the buffer, the buffer size is 415 /* on the size of the Buffer Field object and the */ 496 /* on the size of the Buffer Field object and the */ 593 /* on the size of the Buffer Field object and the */ 669 /* on the size of the Buffer Field object and the */
|
/acpica-3.5.0/tests/aslts/src/runtime/collections/bdemo/ACPICA/0123/ |
D | DECL.asl | 31 …* SUMMARY: No exception when StartIndex in Match operator is equal to or greater than the size of …
|
/acpica-3.5.0/generate/release/ |
D | build.txt | 114 Generate sizes for the acpica library from generate/release/size.bat 170 Update paths to new file version, update file size (1 file)
|
/acpica-3.5.0/tests/aslts/src/compilation/collection/ |
D | misc.asl | 46 // Strings originally exceeding the maximal size, 200 symbols
|