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

/freebsd-10.2-release/sys/contrib/dev/acpica/components/executer/
H A Dexconvrt.c443 UINT32 StringLength = 0; local
468 StringLength = ACPI_MAX_DECIMAL_DIGITS;
476 StringLength = ACPI_MUL_2 (AcpiGbl_IntegerByteWidth);
484 ReturnDesc = AcpiUtCreateStringObject ((ACPI_SIZE) StringLength);
494 StringLength = AcpiExConvertToAscii (ObjDesc->Integer.Value, Base,
499 ReturnDesc->String.Length = StringLength;
500 NewBuf [StringLength] = 0;
524 StringLength += 4;
528 StringLength += 3;
532 StringLength
[all...]
/freebsd-10.2-release/sys/contrib/dev/acpica/compiler/
H A Daslrestype2.c174 UINT16 StringLength = 0; local
185 StringLength = RsGetStringDataLength (InitializerOp);
213 1 + OptionIndex + StringLength);
274 if (StringLength)
374 if (StringLength && ResSourceString)
379 AML_RESOURCE, &(Rover->ByteItem), StringLength);
382 (Descriptor->ExtendedIrq.ResourceLength + StringLength);
387 + OptionIndex + StringLength;
H A Daslrestype2d.c81 UINT16 StringLength = 0; local
90 StringLength = RsGetStringDataLength (InitializerOp);
94 sizeof (AML_RESOURCE_ADDRESS32) + 1 + StringLength);
210 if (StringLength)
215 (Descriptor->Address32.ResourceLength + StringLength);
283 OptionIndex + StringLength;
312 UINT16 StringLength = 0; local
320 StringLength = RsGetStringDataLength (InitializerOp);
324 sizeof (AML_RESOURCE_ADDRESS32) + 1 + StringLength);
446 if (StringLength)
547 UINT16 StringLength = 0; local
[all...]
H A Daslrestype2q.c82 UINT16 StringLength = 0; local
90 StringLength = RsGetStringDataLength (InitializerOp);
94 sizeof (AML_RESOURCE_ADDRESS64) + 1 + StringLength);
203 if (StringLength)
206 (Descriptor->Address64.ResourceLength + StringLength);
274 OptionIndex + StringLength;
303 UINT16 StringLength = 0; local
311 StringLength = RsGetStringDataLength (InitializerOp);
315 sizeof (AML_RESOURCE_ADDRESS64) + 1 + StringLength);
431 if (StringLength)
532 UINT16 StringLength = 0; local
[all...]
H A Daslrestype2w.c82 UINT16 StringLength = 0; local
90 StringLength = RsGetStringDataLength (InitializerOp);
94 sizeof (AML_RESOURCE_ADDRESS16) + 1 + StringLength);
203 if (StringLength)
206 (Descriptor->Address16.ResourceLength + StringLength);
274 OptionIndex + StringLength;
303 UINT16 StringLength = 0; local
311 StringLength = RsGetStringDataLength (InitializerOp);
315 sizeof (AML_RESOURCE_ADDRESS16) + 1 + StringLength);
422 if (StringLength)
508 UINT16 StringLength = 0; local
[all...]
H A Daslprintf.c151 UINT32 StringLength = 0; local
180 ++StringLength;
188 NewString = UtStringCacheCalloc (StringLength + 1);
189 ACPI_STRNCPY (NewString, StartPosition, StringLength);
199 StringLength = 0;
277 NewString = UtStringCacheCalloc (StringLength + 1);
278 ACPI_STRNCPY (NewString, StartPosition, StringLength);
H A Daslrestype2e.c80 UINT16 StringLength = 0; local
86 StringLength = RsGetStringDataLength (InitializerOp);
90 sizeof (AML_RESOURCE_EXTENDED_ADDRESS64) + 1 + StringLength);
225 StringLength;
253 UINT16 StringLength = 0; local
259 StringLength = RsGetStringDataLength (InitializerOp);
263 sizeof (AML_RESOURCE_EXTENDED_ADDRESS64) + 1 + StringLength);
406 StringLength;
434 UINT16 StringLength = 0; local
440 StringLength
[all...]
H A Ddtcompiler.h90 UINT32 StringLength;/* Length of Value */ member in struct:dt_field
H A Ddtio.c378 Field->StringLength = Length;
/freebsd-10.2-release/sys/contrib/dev/acpica/components/resources/
H A Drscalc.c127 * (StringLength includes the NULL terminator) plus the size of the
132 return ((ACPI_RS_LENGTH) (ResourceSource->StringLength + 1));
160 UINT32 StringLength = 0; local
182 StringLength = ResourceLength - MinimumAmlResourceLength - 1;
189 return ((UINT32) ACPI_ROUND_UP_TO_NATIVE_WORD (StringLength));
360 Resource->Data.Gpio.ResourceSource.StringLength +
371 Resource->Data.I2cSerialBus.ResourceSource.StringLength +
H A Drsserial.c130 {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),
H A Drsutils.c419 ResourceSource->StringLength = AcpiRsStrcpy (ResourceSource->StringPtr,
428 ResourceSource->StringLength = 0;
468 if (ResourceSource->StringLength)
487 DescriptorLength += ((ACPI_RSDESC_SIZE) ResourceSource->StringLength + 1);
/freebsd-10.2-release/contrib/apr-util/include/private/
H A Dapr_dbd_odbc_v2.h38 #define SQLSetEnvAttr(henv, Attribute, Value, StringLength) (0)
/freebsd-10.2-release/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-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp2262 unsigned &StringLength) {
2268 StringLength = NumBytes;
2284 StringLength = ToPtr - &ToBuf[0];
2290 (StringLength + 1) * 2));
2296 unsigned &StringLength) {
2298 StringLength = String.size();
2304 unsigned StringLength = 0; local
2309 isUTF16, StringLength);
2393 Fields[3] = llvm::ConstantInt::get(Ty, StringLength);
2419 unsigned StringLength local
2258 GetConstantCFStringEntry(llvm::StringMap<llvm::Constant*> &Map, const StringLiteral *Literal, bool TargetIsLSB, bool &IsUTF16, unsigned &StringLength) argument
2294 GetConstantStringEntry(llvm::StringMap<llvm::Constant*> &Map, const StringLiteral *Literal, unsigned &StringLength) argument
[all...]
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Lex/
H A DModuleMap.cpp798 unsigned StringLength; member in struct:clang::MMToken
804 StringLength = 0;
815 return StringRef(StringData, StringLength);
920 Tok.StringLength = LToken.getLength();
997 Tok.StringLength = Length;
/freebsd-10.2-release/sys/contrib/dev/acpica/common/
H A Ddmtbdump.c3330 UINT32 StringLength; local
3347 StringLength = ACPI_STRLEN (Namepath) + 1;
3349 AcpiDmLineHeader (Offset, StringLength, "Namestring");
3354 Offset += StringLength;
/freebsd-10.2-release/sys/contrib/dev/acpica/include/
H A Dacrestyp.h333 UINT16 StringLength; member in struct:acpi_resource_source

Completed in 90 milliseconds