Searched refs:Length (Results 151 - 175 of 354) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Edit/
H A DCommit.cpp28 return CharSourceRange::getCharRange(Loc, Loc.getLocWithOffset(Length));
35 return CharSourceRange::getCharRange(Loc, Loc.getLocWithOffset(Length));
202 data.Length = RangeLen;
216 data.Length = Len;
285 Offs > act.Offset && Offs < act.Offset.getWithOffset(act.Length))
/freebsd-11.0-release/sys/contrib/dev/acpica/components/disassembler/
H A Ddmopcode.c677 UINT32 Length; local
872 Length = AcpiDmDumpName (Op->Named.Name);
873 AcpiOsPrintf (",%*.s %u", (unsigned) (5 - Length), " ",
930 Length = (UINT32) Child->Common.Value.Integer;
936 AcpiDmResourceTemplate (Info, Op->Common.Parent, Aml, Length);
/freebsd-11.0-release/sys/contrib/dev/acpica/components/namespace/
H A Dnsxfeval.c106 if (ReturnBuffer->Length == ACPI_ALLOCATE_BUFFER)
127 if (ReturnBuffer->Length == 0)
162 ReturnBuffer->Length = 0;
408 ReturnBuffer->Length = 0;
425 ReturnBuffer->Length = 0;
H A Dnsutils.c91 Buffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
246 Info->Length = (ACPI_NAME_SIZE * Info->NumSegments) +
431 InternalName = ACPI_ALLOCATE_ZEROED (Info.Length);
/freebsd-11.0-release/sys/contrib/dev/acpica/common/
H A Ddmrestag.c88 UINT32 Length,
571 (ByteIndex < (Node->Value + Node->Length)))
1019 UINT32 Length,
1050 Node->Length = Length;
1017 AcpiDmAddResourceToNamespace( UINT8 *Aml, UINT32 Length, UINT32 Offset, UINT8 ResourceIndex, void **Context) argument
/freebsd-11.0-release/sys/contrib/dev/acpica/compiler/
H A Daslopcodes.c479 UINT32 Length; local
493 /* Buffer Length is first, followed by the string */
503 Length = Count * sizeof (UINT16);
504 UnicodeString = UtLocalCalloc (Length);
519 BufferLengthOp->Asl.Value.Integer = Length;
528 InitializerOp->Asl.AmlLength = Length;
H A Daslcompiler.h413 UINT32 Length,
807 UINT32 Length);
844 UINT32 Length);
850 UINT32 Length);
1054 UINT32 Length);
1105 UINT32 Length,
1117 UINT64 Length,
H A Ddttable2.c1529 UINT16 Length; local
1555 Length = (UINT16) Subtable->TotalLength;
1557 Table->ArgumentsLength = Length;
1608 * Length - Compiled table length to return
1620 UINT32 *Length)
1643 if (Length && *Length)
1645 *Length = 0;
1671 if (Length)
1673 *Length
1617 DtCompileGeneric( void **List, char *Name, UINT32 *Length) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DNestedNameSpecifier.cpp335 unsigned Length = sizeof(unsigned); local
347 Length += sizeof(unsigned);
354 Length += sizeof(void *);
358 return Length;
363 unsigned Length = 0; local
365 Length += getLocalDataLength(Qualifier);
366 return Length;
H A DCommentParser.cpp172 const unsigned Length = WordText.size(); local
173 if (Length == 0) {
178 char *TextPtr = Allocator.Allocate<char>(Length + 1);
180 memcpy(TextPtr, WordText.c_str(), Length + 1);
181 StringRef Text = StringRef(TextPtr, Length);
183 formTokenWithChars(Tok, Loc, WordBegin, Length, Text);
222 const unsigned Length = WordText.size(); local
223 char *TextPtr = Allocator.Allocate<char>(Length + 1);
225 memcpy(TextPtr, WordText.c_str(), Length + 1);
226 StringRef Text = StringRef(TextPtr, Length);
[all...]
H A DRawCommentList.cpp161 const unsigned Length = EndOffset - BeginOffset; local
162 if (Length < 2)
174 return StringRef(BufferStart + BeginOffset, Length);
H A DExternalASTSource.cpp47 unsigned Length,
46 FindFileRegionDecls(FileID File, unsigned Offset, unsigned Length, SmallVectorImpl<Decl *> &Decls) argument
/freebsd-11.0-release/contrib/wpa/src/drivers/
H A Ddriver_ndis.c102 ULONG Length; member in struct:NDIS_802_11_CONFIGURATION_FH
109 ULONG Length; member in struct:NDIS_802_11_CONFIGURATION
159 ULONG Length; member in struct:NDIS_WLAN_BSSID_EX
185 ULONG Length; member in struct:NDIS_802_11_WEP
195 ULONG Length; member in struct:NDIS_802_11_KEY
204 ULONG Length; member in struct:NDIS_802_11_REMOVE_KEY
222 ULONG Length; member in struct:NDIS_802_11_ASSOCIATION_INFORMATION
239 ULONG Length; member in struct:NDIS_802_11_CAPABILITY
255 ULONG Length; member in struct:NDIS_802_11_PMKID
284 ULONG Length; member in struct:NDIS_802_11_AUTHENTICATION_REQUEST
314 ULONG Length; member in struct:NDIS_802_11_CAPABILITY
330 ULONG Length; member in struct:NDIS_802_11_PMKID
[all...]
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DGCOV.cpp83 uint32_t Length; local
85 if (!Buffer.readInt(Length))
93 Buffer.advanceCursor(Length - 3);
96 uint32_t Length; local
97 if (!Buffer.readInt(Length))
99 Buffer.advanceCursor(Length);
/freebsd-11.0-release/contrib/llvm/tools/llvm-readobj/
H A DARMEHABIPrinter.h67 void Decode(const uint8_t *Opcodes, off_t Offset, size_t Length);
290 void OpcodeDecoder::Decode(const uint8_t *Opcodes, off_t Offset, size_t Length) { argument
291 for (unsigned OCI = Offset; OCI < Length + Offset; ) {
334 void PrintOpcodes(const uint8_t *Entry, size_t Length, off_t Offset) const;
466 size_t Length, off_t Offset) const {
468 OpcodeDecoder(OCC.W).Decode(Entry, Offset, Length);
465 PrintOpcodes(const uint8_t *Entry, size_t Length, off_t Offset) const argument
/freebsd-11.0-release/sys/contrib/dev/acpica/include/
H A Dactypes.h944 UINT32 Length; /* # of bytes in string, excluding trailing null */ member in struct:acpi_object::__anon8034
951 UINT32 Length; /* # of bytes in buffer */ member in struct:acpi_object::__anon8035
1017 ACPI_SIZE Length; /* Length in bytes of the buffer */ member in struct:acpi_buffer
1184 UINT16 Length; member in struct:acpi_connection_info
1223 /* Length of 32-bit EISAID values when converted back to a string */
1227 /* Length of UUID (string) values */
1231 /* Length of 3-byte PCI class code values when converted back to a string */
1240 UINT32 Length; /* Length o member in struct:acpi_pnp_device_id
1314 UINT32 Length; member in struct:acpi_mem_space_context
[all...]
/freebsd-11.0-release/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswload.c498 Status = AcpiExCreateRegion (Op->Named.Data, Op->Named.Length,
509 Status = AcpiExCreateRegion (Op->Named.Data, Op->Named.Length,
567 Op->Named.Length, WalkState);
H A Ddsdebug.c97 Buffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
/freebsd-11.0-release/sys/contrib/dev/acpica/components/resources/
H A Drsutils.c101 * Count - Length of list
219 * PARAMETERS: TotalLength - Length of the AML descriptor, including
243 /* Length is the total descriptor length minus the header length */
248 /* Length is stored differently for large and small descriptors */
276 * TotalLength - Length of the AML descriptor, including
301 /* Set the Resource Length */
349 * PARAMETERS: ResourceLength - Length field of the descriptor
357 * RETURN: Length of the string plus NULL terminator, rounded up to native
833 Buffer.Length = ACPI_ALLOCATE_LOCAL_BUFFER;
854 Args[0]->Buffer.Length
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/Object/
H A DRelocVisitor.h412 uint8_t Length = getLengthMachO64(R); local
413 Length = 1<<Length;
414 return RelocToApply(Value, Length);
/freebsd-11.0-release/contrib/llvm/include/llvm/Target/
H A DTargetSelectionDAGInfo.h109 SDValue Src, SDValue Char, SDValue Length,
108 EmitTargetCodeForMemchr(SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Src, SDValue Char, SDValue Length, MachinePointerInfo SrcPtrInfo) const argument
/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp567 writeLE32(i->Aux.SectionDefinition.Length);
829 unsigned Length = Name.size(); local
833 if (Length > SymbolSize) {
835 Length = Length - SymbolSize;
837 memcpy(&Aux.Aux, Name.c_str() + Offset, Length);
838 memset((char *)&Aux.Aux + Length, 0, SymbolSize - Length);
963 Aux.Aux.SectionDefinition.Length = Sec->Header.SizeOfRawData;
/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZSelectionDAGInfo.cpp203 SDValue Src, SDValue Char, SDValue Length,
208 Length = DAG.getZExtOrTrunc(Length, DL, PtrVT);
212 SDValue Limit = DAG.getNode(ISD::ADD, DL, PtrVT, Src, Length);
202 EmitTargetCodeForMemchr(SelectionDAG &DAG, SDLoc DL, SDValue Chain, SDValue Src, SDValue Char, SDValue Length, MachinePointerInfo SrcPtrInfo) const argument
H A DSystemZSelectionDAGInfo.h47 SDValue Src, SDValue Char, SDValue Length,
/freebsd-11.0-release/sys/dev/drm2/radeon/
H A Dradeon_acpi.c100 atif_arg_elements[1].Buffer.Length = params->Length;
411 atcs_arg_elements[1].Buffer.Length = params->Length;

Completed in 166 milliseconds

1234567891011>>