| /trueos/sys/contrib/dev/acpica/components/executer/ |
| HD | exconvrt.c | 443 UINT32 StringLength = 0; in AcpiExConvertToString() local 468 StringLength = ACPI_MAX_DECIMAL_DIGITS; in AcpiExConvertToString() 476 StringLength = ACPI_MUL_2 (AcpiGbl_IntegerByteWidth); in AcpiExConvertToString() 484 ReturnDesc = AcpiUtCreateStringObject ((ACPI_SIZE) StringLength); in AcpiExConvertToString() 494 StringLength = AcpiExConvertToAscii (ObjDesc->Integer.Value, Base, in AcpiExConvertToString() 499 ReturnDesc->String.Length = StringLength; in AcpiExConvertToString() 500 NewBuf [StringLength] = 0; in AcpiExConvertToString() 524 StringLength += 4; in AcpiExConvertToString() 528 StringLength += 3; in AcpiExConvertToString() 532 StringLength += 2; in AcpiExConvertToString() [all …]
|
| /trueos/sys/contrib/dev/acpica/compiler/ |
| HD | aslrestype2q.c | 82 UINT16 StringLength = 0; in RsDoQwordIoDescriptor() local 90 StringLength = RsGetStringDataLength (InitializerOp); in RsDoQwordIoDescriptor() 94 sizeof (AML_RESOURCE_ADDRESS64) + 1 + StringLength); in RsDoQwordIoDescriptor() 203 if (StringLength) in RsDoQwordIoDescriptor() 206 (Descriptor->Address64.ResourceLength + StringLength); in RsDoQwordIoDescriptor() 274 OptionIndex + StringLength; in RsDoQwordIoDescriptor() 303 UINT16 StringLength = 0; in RsDoQwordMemoryDescriptor() local 311 StringLength = RsGetStringDataLength (InitializerOp); in RsDoQwordMemoryDescriptor() 315 sizeof (AML_RESOURCE_ADDRESS64) + 1 + StringLength); in RsDoQwordMemoryDescriptor() 431 if (StringLength) in RsDoQwordMemoryDescriptor() [all …]
|
| HD | aslrestype2w.c | 82 UINT16 StringLength = 0; in RsDoWordIoDescriptor() local 90 StringLength = RsGetStringDataLength (InitializerOp); in RsDoWordIoDescriptor() 94 sizeof (AML_RESOURCE_ADDRESS16) + 1 + StringLength); in RsDoWordIoDescriptor() 203 if (StringLength) in RsDoWordIoDescriptor() 206 (Descriptor->Address16.ResourceLength + StringLength); in RsDoWordIoDescriptor() 274 OptionIndex + StringLength; in RsDoWordIoDescriptor() 303 UINT16 StringLength = 0; in RsDoWordBusNumberDescriptor() local 311 StringLength = RsGetStringDataLength (InitializerOp); in RsDoWordBusNumberDescriptor() 315 sizeof (AML_RESOURCE_ADDRESS16) + 1 + StringLength); in RsDoWordBusNumberDescriptor() 422 if (StringLength) in RsDoWordBusNumberDescriptor() [all …]
|
| HD | aslrestype2d.c | 81 UINT16 StringLength = 0; in RsDoDwordIoDescriptor() local 90 StringLength = RsGetStringDataLength (InitializerOp); in RsDoDwordIoDescriptor() 94 sizeof (AML_RESOURCE_ADDRESS32) + 1 + StringLength); in RsDoDwordIoDescriptor() 210 if (StringLength) in RsDoDwordIoDescriptor() 215 (Descriptor->Address32.ResourceLength + StringLength); in RsDoDwordIoDescriptor() 283 OptionIndex + StringLength; in RsDoDwordIoDescriptor() 312 UINT16 StringLength = 0; in RsDoDwordMemoryDescriptor() local 320 StringLength = RsGetStringDataLength (InitializerOp); in RsDoDwordMemoryDescriptor() 324 sizeof (AML_RESOURCE_ADDRESS32) + 1 + StringLength); in RsDoDwordMemoryDescriptor() 446 if (StringLength) in RsDoDwordMemoryDescriptor() [all …]
|
| HD | 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() 263 sizeof (AML_RESOURCE_EXTENDED_ADDRESS64) + 1 + StringLength); in RsDoExtendedMemoryDescriptor() 406 StringLength; in RsDoExtendedMemoryDescriptor() 434 UINT16 StringLength = 0; in RsDoExtendedSpaceDescriptor() local 440 StringLength = RsGetStringDataLength (InitializerOp); in RsDoExtendedSpaceDescriptor() [all …]
|
| HD | aslprintf.c | 151 UINT32 StringLength = 0; in OpcParsePrintf() local 180 ++StringLength; in OpcParsePrintf() 188 NewString = UtStringCacheCalloc (StringLength + 1); in OpcParsePrintf() 189 ACPI_STRNCPY (NewString, StartPosition, StringLength); in OpcParsePrintf() 199 StringLength = 0; in OpcParsePrintf() 277 NewString = UtStringCacheCalloc (StringLength + 1); in OpcParsePrintf() 278 ACPI_STRNCPY (NewString, StartPosition, StringLength); in OpcParsePrintf()
|
| HD | aslrestype2.c | 174 UINT16 StringLength = 0; in RsDoInterruptDescriptor() local 185 StringLength = RsGetStringDataLength (InitializerOp); in RsDoInterruptDescriptor() 213 1 + OptionIndex + StringLength); in RsDoInterruptDescriptor() 274 if (StringLength) in RsDoInterruptDescriptor() 374 if (StringLength && ResSourceString) in RsDoInterruptDescriptor() 379 AML_RESOURCE, &(Rover->ByteItem), StringLength); in RsDoInterruptDescriptor() 382 (Descriptor->ExtendedIrq.ResourceLength + StringLength); in RsDoInterruptDescriptor() 387 + OptionIndex + StringLength; in RsDoInterruptDescriptor()
|
| HD | dtcompiler.h | 90 UINT32 StringLength;/* Length of Value */ member
|
| HD | dtio.c | 378 Field->StringLength = Length; in DtParseLine()
|
| /trueos/sys/contrib/dev/acpica/components/resources/ |
| HD | rscalc.c | 132 return ((ACPI_RS_LENGTH) (ResourceSource->StringLength + 1)); in AcpiRsStructOptionLength() 160 UINT32 StringLength = 0; in AcpiRsStreamOptionLength() local 182 StringLength = ResourceLength - MinimumAmlResourceLength - 1; in AcpiRsStreamOptionLength() 189 return ((UINT32) ACPI_ROUND_UP_TO_NATIVE_WORD (StringLength)); in AcpiRsStreamOptionLength() 360 Resource->Data.Gpio.ResourceSource.StringLength + in AcpiRsGetAmlLength() 371 Resource->Data.I2cSerialBus.ResourceSource.StringLength + in AcpiRsGetAmlLength()
|
| HD | rsutils.c | 419 ResourceSource->StringLength = AcpiRsStrcpy (ResourceSource->StringPtr, in AcpiRsGetResourceSource() 428 ResourceSource->StringLength = 0; in AcpiRsGetResourceSource() 468 if (ResourceSource->StringLength) in AcpiRsSetResourceSource() 487 DescriptorLength += ((ACPI_RSDESC_SIZE) ResourceSource->StringLength + 1); in AcpiRsSetResourceSource()
|
| HD | 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),
|
| /trueos/contrib/apr-util/include/private/ |
| HD | apr_dbd_odbc_v2.h | 38 #define SQLSetEnvAttr(henv, Attribute, Value, StringLength) (0) argument
|
| /trueos/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CodeGenModule.cpp | 2262 unsigned &StringLength) { in GetConstantCFStringEntry() argument 2268 StringLength = NumBytes; in GetConstantCFStringEntry() 2284 StringLength = ToPtr - &ToBuf[0]; in GetConstantCFStringEntry() 2290 (StringLength + 1) * 2)); in GetConstantCFStringEntry() 2296 unsigned &StringLength) { in GetConstantStringEntry() argument 2298 StringLength = String.size(); in GetConstantStringEntry() 2304 unsigned StringLength = 0; in GetAddrOfConstantCFString() local 2309 isUTF16, StringLength); in GetAddrOfConstantCFString() 2393 Fields[3] = llvm::ConstantInt::get(Ty, StringLength); in GetAddrOfConstantCFString() 2419 unsigned StringLength = 0; in GetAddrOfConstantString() local [all …]
|
| /trueos/contrib/llvm/tools/clang/lib/Lex/ |
| HD | ModuleMap.cpp | 798 unsigned StringLength; member 804 StringLength = 0; in clear() 815 return StringRef(StringData, StringLength); in getString() 920 Tok.StringLength = LToken.getLength(); in consumeToken() 997 Tok.StringLength = Length; in consumeToken()
|
| /trueos/sys/contrib/dev/acpica/include/ |
| HD | acrestyp.h | 333 UINT16 StringLength; member
|