Home
last modified time | relevance | path

Searched refs:StringLength (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-14.2/sys/contrib/dev/acpica/components/executer/
H A Dexconvrt.c556 UINT32 StringLength = 0; in AcpiExConvertToString() local
583 StringLength = ACPI_MAX_DECIMAL_DIGITS; in AcpiExConvertToString()
609 StringLength = AcpiExConvertToAscii ( in AcpiExConvertToString()
614 ReturnDesc->String.Length = StringLength; in AcpiExConvertToString()
615 NewBuf [StringLength] = 0; in AcpiExConvertToString()
641 StringLength += 4; in AcpiExConvertToString()
645 StringLength += 3; in AcpiExConvertToString()
649 StringLength += 2; in AcpiExConvertToString()
665 StringLength = (ObjDesc->Buffer.Length * 5); in AcpiExConvertToString()
690 if (StringLength) in AcpiExConvertToString()
[all …]
/freebsd-14.2/sys/contrib/dev/acpica/compiler/
H A Daslrestype2w.c190 UINT16 StringLength = 0; in RsDoWordIoDescriptor() local
198 StringLength = RsGetStringDataLength (InitializerOp); in RsDoWordIoDescriptor()
311 if (StringLength) in RsDoWordIoDescriptor()
382 OptionIndex + StringLength; in RsDoWordIoDescriptor()
411 UINT16 StringLength = 0; in RsDoWordBusNumberDescriptor() local
419 StringLength = RsGetStringDataLength (InitializerOp); in RsDoWordBusNumberDescriptor()
530 if (StringLength) in RsDoWordBusNumberDescriptor()
587 OptionIndex + StringLength; in RsDoWordBusNumberDescriptor()
616 UINT16 StringLength = 0; in RsDoWordSpaceDescriptor() local
746 if (StringLength) in RsDoWordSpaceDescriptor()
[all …]
H A Daslrestype2q.c190 UINT16 StringLength = 0; in RsDoQwordIoDescriptor() local
198 StringLength = RsGetStringDataLength (InitializerOp); in RsDoQwordIoDescriptor()
311 if (StringLength) in RsDoQwordIoDescriptor()
382 OptionIndex + StringLength; in RsDoQwordIoDescriptor()
411 UINT16 StringLength = 0; in RsDoQwordMemoryDescriptor() local
419 StringLength = RsGetStringDataLength (InitializerOp); in RsDoQwordMemoryDescriptor()
539 if (StringLength) in RsDoQwordMemoryDescriptor()
611 OptionIndex + StringLength; in RsDoQwordMemoryDescriptor()
640 UINT16 StringLength = 0; in RsDoQwordSpaceDescriptor() local
765 if (StringLength) in RsDoQwordSpaceDescriptor()
[all …]
H A Daslrestype2d.c189 UINT16 StringLength = 0; in RsDoDwordIoDescriptor() local
198 StringLength = RsGetStringDataLength (InitializerOp); in RsDoDwordIoDescriptor()
318 if (StringLength) in RsDoDwordIoDescriptor()
391 OptionIndex + StringLength; in RsDoDwordIoDescriptor()
420 UINT16 StringLength = 0; in RsDoDwordMemoryDescriptor() local
428 StringLength = RsGetStringDataLength (InitializerOp); in RsDoDwordMemoryDescriptor()
554 if (StringLength) in RsDoDwordMemoryDescriptor()
626 OptionIndex + StringLength; in RsDoDwordMemoryDescriptor()
655 UINT16 StringLength = 0; in RsDoDwordSpaceDescriptor() local
785 if (StringLength) in RsDoDwordSpaceDescriptor()
[all …]
H A Daslrestype2e.c188 UINT16 StringLength = 0; in RsDoExtendedIoDescriptor() local
194 StringLength = RsGetStringDataLength (InitializerOp); in RsDoExtendedIoDescriptor()
198 sizeof (AML_RESOURCE_EXTENDED_ADDRESS64) + 1 + StringLength); in RsDoExtendedIoDescriptor()
333 StringLength; in RsDoExtendedIoDescriptor()
361 UINT16 StringLength = 0; in RsDoExtendedMemoryDescriptor() local
367 StringLength = RsGetStringDataLength (InitializerOp); in RsDoExtendedMemoryDescriptor()
514 StringLength; in RsDoExtendedMemoryDescriptor()
542 UINT16 StringLength = 0; in RsDoExtendedSpaceDescriptor() local
548 StringLength = RsGetStringDataLength (InitializerOp); in RsDoExtendedSpaceDescriptor()
552 sizeof (AML_RESOURCE_EXTENDED_ADDRESS64) + 1 + StringLength); in RsDoExtendedSpaceDescriptor()
[all …]
H A Daslprintf.c259 UINT32 StringLength = 0; in OpcParsePrintf() local
288 ++StringLength; in OpcParsePrintf()
296 NewString = UtLocalCacheCalloc (StringLength + 1); in OpcParsePrintf()
297 strncpy (NewString, StartPosition, StringLength); in OpcParsePrintf()
307 StringLength = 0; in OpcParsePrintf()
385 NewString = UtLocalCacheCalloc (StringLength + 1); in OpcParsePrintf()
386 strncpy (NewString, StartPosition, StringLength); in OpcParsePrintf()
H A Daslrestype2.c288 UINT16 StringLength = 0; in RsDoInterruptDescriptor() local
299 StringLength = RsGetStringDataLength (InitializerOp); in RsDoInterruptDescriptor()
327 1 + OptionIndex + StringLength); in RsDoInterruptDescriptor()
388 if (StringLength) in RsDoInterruptDescriptor()
488 if (StringLength && ResSourceString) in RsDoInterruptDescriptor()
493 (Descriptor->ExtendedIrq.ResourceLength + StringLength); in RsDoInterruptDescriptor()
499 + OptionIndex + StringLength; in RsDoInterruptDescriptor()
H A Ddtfield.c766 Field->StringLength = 0; in DtCreateField()
775 Field->StringLength = strlen (FieldValue->Value); in DtCreateField()
777 strcpy (UtLocalCacheCalloc (Field->StringLength + 1), FieldValue->Value); in DtCreateField()
H A Ddttable2.c1432 … TableOffset, DataOffsetField->Name, DataOffsetField->StringLength, DataOffsetField->Value); in DtCompilePhat()
1448 … DevicePathField->StringLength = (strlen ((const char *) DevicePathField->Value) * 2) + 2; in DtCompilePhat()
1449 TableOffset += DevicePathField->StringLength; in DtCompilePhat()
1452 TableOffset, Subtable->Length, DevicePathField->StringLength); in DtCompilePhat()
1466 TableOffset, DataOffsetField->StringLength, DevicePathField->StringLength, in DtCompilePhat()
1556 (*PFieldList)->StringLength, (*PFieldList)->Value, Subtable->Length); in DtCompilePhat()
1596 DataOffsetField->Name, DataOffsetField->StringLength, DataOffsetField->Value); in DtCompilePhat()
H A Ddtcompiler.h197 UINT32 StringLength; /* Length of Value */ member
H A Ddtio.c443 Field->StringLength = Length; in DtParseLine()
/freebsd-14.2/sys/contrib/dev/acpica/components/resources/
H A Drscalc.c240 return ((ACPI_RS_LENGTH) (ResourceSource->StringLength + 1)); in AcpiRsStructOptionLength()
268 UINT32 StringLength = 0; in AcpiRsStreamOptionLength() local
291 StringLength = ResourceLength - MinimumAmlResourceLength - 1; in AcpiRsStreamOptionLength()
298 return ((UINT32) ACPI_ROUND_UP_TO_NATIVE_WORD (StringLength)); in AcpiRsStreamOptionLength()
469 Resource->Data.Gpio.ResourceSource.StringLength + in AcpiRsGetAmlLength()
478 Resource->Data.PinFunction.ResourceSource.StringLength + in AcpiRsGetAmlLength()
490 Resource->Data.I2cSerialBus.ResourceSource.StringLength + in AcpiRsGetAmlLength()
499 Resource->Data.PinConfig.ResourceSource.StringLength + in AcpiRsGetAmlLength()
508 Resource->Data.PinGroup.ResourceLabel.StringLength + in AcpiRsGetAmlLength()
516 Resource->Data.PinGroupFunction.ResourceSource.StringLength + in AcpiRsGetAmlLength()
[all …]
H A Drsserial.c238 {ACPI_RSC_COUNT_GPIO_RES, ACPI_RS_OFFSET (Data.Gpio.ResourceSource.StringLength),
310 {ACPI_RSC_COUNT_GPIO_RES, ACPI_RS_OFFSET (Data.PinFunction.ResourceSource.StringLength),
390 {ACPI_RSC_COUNT_SERIAL_RES, ACPI_RS_OFFSET (Data.Csi2SerialBus.ResourceSource.StringLength),
460 {ACPI_RSC_COUNT_SERIAL_RES, ACPI_RS_OFFSET (Data.CommonSerialBus.ResourceSource.StringLength),
544 {ACPI_RSC_COUNT_SERIAL_RES, ACPI_RS_OFFSET (Data.CommonSerialBus.ResourceSource.StringLength),
644 {ACPI_RSC_COUNT_SERIAL_RES, ACPI_RS_OFFSET (Data.CommonSerialBus.ResourceSource.StringLength),
749 {ACPI_RSC_COUNT_GPIO_RES, ACPI_RS_OFFSET (Data.PinConfig.ResourceSource.StringLength),
809 {ACPI_RSC_COUNT_GPIO_RES, ACPI_RS_OFFSET (Data.PinGroup.ResourceLabel.StringLength),
866 {ACPI_RSC_COUNT_GPIO_RES, ACPI_RS_OFFSET (Data.PinGroupFunction.ResourceSource.StringLength),
937 {ACPI_RSC_COUNT_GPIO_RES, ACPI_RS_OFFSET (Data.PinGroupConfig.ResourceSource.StringLength),
[all …]
H A Drsutils.c531 ResourceSource->StringLength = AcpiRsStrcpy ( in AcpiRsGetResourceSource()
541 ResourceSource->StringLength = 0; in AcpiRsGetResourceSource()
581 if (ResourceSource->StringLength) in AcpiRsSetResourceSource()
601 ResourceSource->StringLength + 1); in AcpiRsSetResourceSource()
/freebsd-14.2/sys/contrib/dev/acpica/common/
H A Ddmtbdump3.c399 UINT32 StringLength; in AcpiDmDumpStao() local
416 StringLength = strlen (Namepath) + 1; in AcpiDmDumpStao()
418 AcpiDmLineHeader (Offset, StringLength, "Namepath"); in AcpiDmDumpStao()
423 Offset += StringLength; in AcpiDmDumpStao()
/freebsd-14.2/contrib/ntp/util/
H A Dtg2.c2491 int StringLength; local
2497 StringLength = strlen(str);
2498 CentreOfString = (StringLength/2)+1;
2499 for (IndexCounter = StringLength; IndexCounter >= CentreOfString; IndexCounter--)
2502 str[IndexCounter-1] = str[StringLength-IndexCounter];
2503 str[StringLength-IndexCounter] = TemporaryCharacter;
/freebsd-14.2/sys/contrib/dev/acpica/include/
H A Dacrestyp.h440 UINT16 StringLength; member
448 UINT16 StringLength; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h492 Metadata *StringLength;
499 MDNodeKeyImpl(unsigned Tag, MDString *Name, Metadata *StringLength,
502 : Tag(Tag), Name(Name), StringLength(StringLength),
507 StringLength(N->getRawStringLength()),
515 StringLength == RHS->getRawStringLength() &&
527 return hash_combine(Tag, Name, StringLength, Encoding);
H A DDebugInfoMetadata.cpp686 MDString *Name, Metadata *StringLength, in getImpl() argument
694 (Tag, Name, StringLength, StringLengthExp, in getImpl()
697 StringLength, StringLengthExp, StringLocationExp}; in getImpl()
H A DDIBuilder.cpp282 DIVariable *StringLength, in createStringType() argument
286 StringLength, nullptr, StrLocationExp, 0, 0, 0); in createStringType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp1476 unsigned StringLength; member
1488 StringLength = 0; in clear()
1504 : StringRef(StringData, StringLength); in getString()
1619 Tok.StringLength = RI.size(); in consumeToken()
1699 Tok.StringLength = Length; in consumeToken()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h897 StringRef Name, Metadata *StringLength,
903 StringLength, StrLenExp, StrLocationExp, SizeInBits,
907 MDString *Name, Metadata *StringLength,
927 (unsigned Tag, MDString *Name, Metadata *StringLength,
931 (Tag, Name, StringLength, StringLengthExp,
934 (unsigned Tag, StringRef Name, Metadata *StringLength,
938 (Tag, Name, StringLength, StringLengthExp,
H A DDIBuilder.h234 DIStringType *createStringType(StringRef Name, DIVariable *StringLength,
/freebsd-14.2/sys/dev/mpi3mr/mpi/
H A Dmpi30_ioc.h1157 U16 StringLength; /* 0x02 */ member
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp6019 bool &IsUTF16, unsigned &StringLength) { in GetConstantCFStringEntry() argument
6025 StringLength = NumBytes; in GetConstantCFStringEntry()
6040 StringLength = ToPtr - &ToBuf[0]; in GetConstantCFStringEntry()
6046 (StringLength + 1) * 2), in GetConstantCFStringEntry()
6052 unsigned StringLength = 0; in GetAddrOfConstantCFString() local
6057 StringLength); in GetAddrOfConstantCFString()
6209 Fields.addInt(LengthTy, StringLength); in GetAddrOfConstantCFString()

12