Searched refs:StringLength (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexconvrt.c556 UINT32 StringLength = 0; local
583 StringLength = ACPI_MAX_DECIMAL_DIGITS;
591 StringLength = ACPI_MUL_2 (AcpiGbl_IntegerByteWidth);
599 ReturnDesc = AcpiUtCreateStringObject ((ACPI_SIZE) StringLength);
609 StringLength = AcpiExConvertToAscii (
614 ReturnDesc->String.Length = StringLength;
615 NewBuf [StringLength] = 0;
641 StringLength += 4;
645 StringLength += 3;
649 StringLength
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/resources/
H A Drscalc.c235 * (StringLength includes the NULL terminator) plus the size of the
240 return ((ACPI_RS_LENGTH) (ResourceSource->StringLength + 1));
268 UINT32 StringLength = 0; local
291 StringLength = ResourceLength - MinimumAmlResourceLength - 1;
298 return ((UINT32) ACPI_ROUND_UP_TO_NATIVE_WORD (StringLength));
469 Resource->Data.Gpio.ResourceSource.StringLength +
478 Resource->Data.PinFunction.ResourceSource.StringLength +
486 Resource->Data.ClockInput.ResourceSource.StringLength);
497 Resource->Data.I2cSerialBus.ResourceSource.StringLength +
506 Resource->Data.PinConfig.ResourceSource.StringLength
[all...]
H A Drsutils.c531 ResourceSource->StringLength = AcpiRsStrcpy (
541 ResourceSource->StringLength = 0;
581 if (ResourceSource->StringLength)
601 ResourceSource->StringLength + 1);
H A Drsserial.c238 {ACPI_RSC_COUNT_GPIO_RES, ACPI_RS_OFFSET (Data.Gpio.ResourceSource.StringLength),
354 {ACPI_RSC_COUNT_GPIO_RES, ACPI_RS_OFFSET (Data.PinFunction.ResourceSource.StringLength),
434 {ACPI_RSC_COUNT_SERIAL_RES, ACPI_RS_OFFSET (Data.Csi2SerialBus.ResourceSource.StringLength),
504 {ACPI_RSC_COUNT_SERIAL_RES, ACPI_RS_OFFSET (Data.CommonSerialBus.ResourceSource.StringLength),
588 {ACPI_RSC_COUNT_SERIAL_RES, ACPI_RS_OFFSET (Data.CommonSerialBus.ResourceSource.StringLength),
688 {ACPI_RSC_COUNT_SERIAL_RES, ACPI_RS_OFFSET (Data.CommonSerialBus.ResourceSource.StringLength),
793 {ACPI_RSC_COUNT_GPIO_RES, ACPI_RS_OFFSET (Data.PinConfig.ResourceSource.StringLength),
853 {ACPI_RSC_COUNT_GPIO_RES, ACPI_RS_OFFSET (Data.PinGroup.ResourceLabel.StringLength),
910 {ACPI_RSC_COUNT_GPIO_RES, ACPI_RS_OFFSET (Data.PinGroupFunction.ResourceSource.StringLength),
920 {ACPI_RSC_COUNT_GPIO_RES, ACPI_RS_OFFSET (Data.PinGroupFunction.ResourceSourceLabel.StringLength),
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacrestyp.h446 UINT16 StringLength; member in struct:acpi_resource_label
454 UINT16 StringLength; member in struct:acpi_resource_source

Completed in 99 milliseconds