Searched refs:StringLength (Results 1 – 14 of 14) sorted by relevance
| /third_party/lib/acpica/source/components/executer/ |
| A D | exconvrt.c | 442 UINT32 StringLength = 0; in AcpiExConvertToString() local 467 StringLength = ACPI_MAX_DECIMAL_DIGITS; in AcpiExConvertToString() 493 StringLength = AcpiExConvertToAscii ( in AcpiExConvertToString() 498 ReturnDesc->String.Length = StringLength; in AcpiExConvertToString() 499 NewBuf [StringLength] = 0; in AcpiExConvertToString() 523 StringLength += 4; in AcpiExConvertToString() 527 StringLength += 3; in AcpiExConvertToString() 531 StringLength += 2; in AcpiExConvertToString() 543 StringLength = (ObjDesc->Buffer.Length * 3); in AcpiExConvertToString() 563 if (StringLength) in AcpiExConvertToString() [all …]
|
| /third_party/lib/acpica/source/compiler/ |
| A D | aslrestype2q.c | 82 UINT16 StringLength = 0; in RsDoQwordIoDescriptor() local 90 StringLength = RsGetStringDataLength (InitializerOp); in RsDoQwordIoDescriptor() 203 if (StringLength) in RsDoQwordIoDescriptor() 274 OptionIndex + StringLength; in RsDoQwordIoDescriptor() 303 UINT16 StringLength = 0; in RsDoQwordMemoryDescriptor() local 311 StringLength = RsGetStringDataLength (InitializerOp); in RsDoQwordMemoryDescriptor() 431 if (StringLength) in RsDoQwordMemoryDescriptor() 503 OptionIndex + StringLength; in RsDoQwordMemoryDescriptor() 532 UINT16 StringLength = 0; in RsDoQwordSpaceDescriptor() local 657 if (StringLength) in RsDoQwordSpaceDescriptor() [all …]
|
| A D | aslrestype2w.c | 82 UINT16 StringLength = 0; in RsDoWordIoDescriptor() local 90 StringLength = RsGetStringDataLength (InitializerOp); in RsDoWordIoDescriptor() 203 if (StringLength) in RsDoWordIoDescriptor() 274 OptionIndex + StringLength; in RsDoWordIoDescriptor() 303 UINT16 StringLength = 0; in RsDoWordBusNumberDescriptor() local 311 StringLength = RsGetStringDataLength (InitializerOp); in RsDoWordBusNumberDescriptor() 422 if (StringLength) in RsDoWordBusNumberDescriptor() 479 OptionIndex + StringLength; in RsDoWordBusNumberDescriptor() 508 UINT16 StringLength = 0; in RsDoWordSpaceDescriptor() local 638 if (StringLength) in RsDoWordSpaceDescriptor() [all …]
|
| A D | aslrestype2d.c | 81 UINT16 StringLength = 0; in RsDoDwordIoDescriptor() local 90 StringLength = RsGetStringDataLength (InitializerOp); in RsDoDwordIoDescriptor() 210 if (StringLength) in RsDoDwordIoDescriptor() 283 OptionIndex + StringLength; in RsDoDwordIoDescriptor() 312 UINT16 StringLength = 0; in RsDoDwordMemoryDescriptor() local 320 StringLength = RsGetStringDataLength (InitializerOp); in RsDoDwordMemoryDescriptor() 446 if (StringLength) in RsDoDwordMemoryDescriptor() 518 OptionIndex + StringLength; in RsDoDwordMemoryDescriptor() 547 UINT16 StringLength = 0; in RsDoDwordSpaceDescriptor() local 677 if (StringLength) in RsDoDwordSpaceDescriptor() [all …]
|
| A D | aslprintf.c | 151 UINT32 StringLength = 0; in OpcParsePrintf() local 180 ++StringLength; in OpcParsePrintf() 188 NewString = UtStringCacheCalloc (StringLength + 1); in OpcParsePrintf() 189 strncpy (NewString, StartPosition, StringLength); in OpcParsePrintf() 199 StringLength = 0; in OpcParsePrintf() 277 NewString = UtStringCacheCalloc (StringLength + 1); in OpcParsePrintf() 278 strncpy (NewString, StartPosition, StringLength); in OpcParsePrintf()
|
| A D | aslrestype2.c | 175 UINT16 StringLength = 0; in RsDoInterruptDescriptor() local 186 StringLength = RsGetStringDataLength (InitializerOp); in RsDoInterruptDescriptor() 214 1 + OptionIndex + StringLength); in RsDoInterruptDescriptor() 275 if (StringLength) in RsDoInterruptDescriptor() 375 if (StringLength && ResSourceString) in RsDoInterruptDescriptor() 380 AML_RESOURCE, &(Rover->ByteItem), StringLength); in RsDoInterruptDescriptor() 383 (Descriptor->ExtendedIrq.ResourceLength + StringLength); in RsDoInterruptDescriptor() 389 + OptionIndex + StringLength; in RsDoInterruptDescriptor()
|
| A D | aslrestype2e.c | 80 UINT16 StringLength = 0; in RsDoExtendedIoDescriptor() local 86 StringLength = RsGetStringDataLength (InitializerOp); in RsDoExtendedIoDescriptor() 90 sizeof (AML_RESOURCE_EXTENDED_ADDRESS64) + 1 + StringLength); in RsDoExtendedIoDescriptor() 225 StringLength; in RsDoExtendedIoDescriptor() 253 UINT16 StringLength = 0; in RsDoExtendedMemoryDescriptor() local 259 StringLength = RsGetStringDataLength (InitializerOp); in RsDoExtendedMemoryDescriptor() 406 StringLength; in RsDoExtendedMemoryDescriptor() 434 UINT16 StringLength = 0; in RsDoExtendedSpaceDescriptor() local 440 StringLength = RsGetStringDataLength (InitializerOp); in RsDoExtendedSpaceDescriptor() 444 sizeof (AML_RESOURCE_EXTENDED_ADDRESS64) + 1 + StringLength); in RsDoExtendedSpaceDescriptor() [all …]
|
| A D | dtcompiler.h | 90 UINT32 StringLength;/* Length of Value */ member
|
| A D | dtio.c | 379 Field->StringLength = Length; in DtParseLine()
|
| /third_party/lib/acpica/source/components/resources/ |
| A D | rscalc.c | 132 return ((ACPI_RS_LENGTH) (ResourceSource->StringLength + 1)); in AcpiRsStructOptionLength() 160 UINT32 StringLength = 0; in AcpiRsStreamOptionLength() local 183 StringLength = ResourceLength - MinimumAmlResourceLength - 1; in AcpiRsStreamOptionLength() 190 return ((UINT32) ACPI_ROUND_UP_TO_NATIVE_WORD (StringLength)); in AcpiRsStreamOptionLength() 361 Resource->Data.Gpio.ResourceSource.StringLength + in AcpiRsGetAmlLength() 373 Resource->Data.I2cSerialBus.ResourceSource.StringLength + in AcpiRsGetAmlLength()
|
| A D | rsutils.c | 423 ResourceSource->StringLength = AcpiRsStrcpy ( in AcpiRsGetResourceSource() 433 ResourceSource->StringLength = 0; in AcpiRsGetResourceSource() 473 if (ResourceSource->StringLength) in AcpiRsSetResourceSource() 493 ResourceSource->StringLength + 1); in AcpiRsSetResourceSource()
|
| A D | rsserial.c | 130 {ACPI_RSC_COUNT_GPIO_RES, ACPI_RS_OFFSET (Data.Gpio.ResourceSource.StringLength), 206 {ACPI_RSC_COUNT_SERIAL_RES, ACPI_RS_OFFSET (Data.CommonSerialBus.ResourceSource.StringLength), 286 {ACPI_RSC_COUNT_SERIAL_RES, ACPI_RS_OFFSET (Data.CommonSerialBus.ResourceSource.StringLength), 382 {ACPI_RSC_COUNT_SERIAL_RES, ACPI_RS_OFFSET (Data.CommonSerialBus.ResourceSource.StringLength),
|
| /third_party/lib/acpica/source/include/acpica/ |
| A D | acrestyp.h | 333 UINT16 StringLength; member
|
| /third_party/lib/acpica/source/common/ |
| A D | dmtbdump.c | 3429 UINT32 StringLength; in AcpiDmDumpStao() local 3446 StringLength = strlen (Namepath) + 1; in AcpiDmDumpStao() 3448 AcpiDmLineHeader (Offset, StringLength, "Namestring"); in AcpiDmDumpStao() 3453 Offset += StringLength; in AcpiDmDumpStao()
|
Completed in 29 milliseconds