Searched refs:Source (Results 1 - 25 of 92) sorted by relevance

1234

/freebsd-10.0-release/contrib/llvm/lib/Support/
H A DConvertUTFWrapper.cpp5 // This file is distributed under the University of Illinois Open Source
14 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source, argument
20 const UTF8 *Pos = reinterpret_cast<const UTF8*>(Source.begin());
21 if (!isLegalUTF8String(&Pos, reinterpret_cast<const UTF8*>(Source.end()))) {
25 memcpy(ResultPtr, Source.data(), Source.size());
26 ResultPtr += Source.size();
29 const UTF8 *sourceStart = (const UTF8*)Source.data();
35 &sourceStart, sourceStart + Source.size(),
36 &targetStart, targetStart + 2*Source
60 ConvertCodePointToUTF8(unsigned Source, char *&ResultPtr) argument
[all...]
H A DStringExtras.cpp5 // This file is distributed under the University of Illinois Open Source
38 std::pair<StringRef, StringRef> llvm::getToken(StringRef Source, argument
41 StringRef::size_type Start = Source.find_first_not_of(Delimiters);
44 StringRef::size_type End = Source.find_first_of(Delimiters, Start);
46 return std::make_pair(Source.slice(Start, End), Source.substr(End));
51 void llvm::SplitString(StringRef Source, argument
54 std::pair<StringRef, StringRef> S = getToken(Source, Delimiters);
/freebsd-10.0-release/sys/contrib/dev/acpica/components/resources/
H A Drsmisc.c85 void *Source; local
123 * Source is the external AML byte stream buffer,
126 Source = ACPI_ADD_PTR (void, Aml, Info->AmlOffset);
153 ((ACPI_GET8 (Source) >> Info->Value) & 0x01));
161 ((ACPI_GET8 (Source) >> Info->Value) & 0x03));
169 ((ACPI_GET8 (Source) >> Info->Value) & 0x07));
174 ItemCount = ACPI_GET8 (Source);
193 ItemCount = ACPI_GET16 (Target) - ACPI_GET16 (Source);
202 ItemCount = ACPI_GET8 (Source);
220 ItemCount = ACPI_GET16 (Target) - ACPI_GET16 (Source);
474 void *Source = NULL; local
[all...]
H A Drsutils.c140 * Source - Pointer to the source descriptor
155 void *Source,
180 ACPI_MEMCPY (Destination, Source, ItemCount);
192 &ACPI_CAST_PTR (UINT16, Source)[i]);
198 &ACPI_CAST_PTR (UINT32, Source)[i]);
204 &ACPI_CAST_PTR (UINT64, Source)[i]);
312 * Source - Pointer to the source string
324 char *Source)
332 for (i = 0; Source[i]; i++)
334 Destination[i] = Source[
153 AcpiRsMoveData( void *Destination, void *Source, UINT16 ItemCount, UINT8 MoveType) argument
322 AcpiRsStrcpy( char *Destination, char *Source) argument
[all...]
H A Drscreate.c295 * The minus four is to subtract the size of the UINT8 Source[4] member
313 * elements: [Address, Pin, Source, SourceIndex]
355 "(PRT[%u].Source) Need name, found Reference Class 0x%X",
365 (UINT32) ((UINT8 *) UserPrt->Source -
367 PathBuffer.Pointer = UserPrt->Source;
373 UserPrt->Length += (UINT32) ACPI_STRLEN (UserPrt->Source) + 1;
378 ACPI_STRCPY (UserPrt->Source, ObjDesc->String.Pointer);
389 * If this is a number, then the Source Name is NULL, since the
400 "(PRT[%u].Source) Need Ref/String/Integer, found %s",
/freebsd-10.0-release/contrib/llvm/lib/Object/
H A DBinary.cpp5 // This file is distributed under the University of Illinois Open Source
31 Binary::Binary(unsigned int Type, MemoryBuffer *Source) argument
33 , Data(Source) {}
43 error_code object::createBinary(MemoryBuffer *Source, argument
45 OwningPtr<MemoryBuffer> scopedSource(Source);
46 if (!Source)
48 if (Source->getBufferSize() < 64)
50 sys::LLVMFileType type = sys::IdentifyFileType(Source->getBufferStart(),
51 static_cast<unsigned>(Source->getBufferSize()));
/freebsd-10.0-release/contrib/llvm/include/llvm/MC/
H A DMachineLocation.h5 // This file is distributed under the University of Illinois Open Source
87 MachineLocation Destination, Source; member in class:llvm::MachineMove
93 : Label(label), Destination(D), Source(S) {}
98 const MachineLocation &getSource() const { return Source; }
/freebsd-10.0-release/sys/dev/acpica/
H A Dacpi_pcib.c98 if (entry->Source == NULL || entry->Source[0] == '\0')
110 if (ACPI_FAILURE(AcpiGetHandle(ACPI_ROOT_OBJECT, entry->Source, &handle)))
225 if (prt->Source != NULL && prt->Source[0] != '\0')
226 printf(" (src %s:%u)", prt->Source, prt->SourceIndex);
237 if (prt->Source == NULL || prt->Source[0] == '\0' ||
254 if (ACPI_FAILURE(AcpiGetHandle(ACPI_ROOT_OBJECT, prt->Source, &lnkdev))) {
256 prt->Source);
[all...]
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Driver/
H A DJob.cpp5 // This file is distributed under the University of Illinois Open Source
21 : Job(CommandClass), Source(_Source), Creator(_Creator),
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExternalASTSource.h5 // This file is distributed under the University of Illinois Open Source
71 ExternalASTSource *Source; member in class:clang::ExternalASTSource::Deserializing
73 explicit Deserializing(ExternalASTSource *source) : Source(source) {
74 assert(Source);
75 Source->StartedDeserializing();
78 Source->FinishedDeserializing();
339 /// \param Source the external AST source.
342 T* get(ExternalASTSource *Source) const {
344 assert(Source &&
346 Ptr = reinterpret_cast<uint64_t>((Source
[all...]
H A DCommentSema.h5 // This file is distributed under the University of Illinois Open Source
40 /// Source manager for the comment being parsed.
84 ArrayRef<T> copyArray(ArrayRef<T> Source) { argument
85 size_t Size = Source.size();
88 std::uninitialized_copy(Source.begin(), Source.end(), Mem);
/freebsd-10.0-release/contrib/llvm/include/llvm/Object/
H A DBinary.h5 // This file is distributed under the University of Illinois Open Source
37 Binary(unsigned int Type, MemoryBuffer *Source);
108 /// @brief Create a Binary from Source, autodetecting the file type.
110 /// @param Source The data to create the Binary from. Ownership is transferred
111 /// to Result if successful. If an error is returned, Source is destroyed
114 error_code createBinary(MemoryBuffer *Source, OwningPtr<Binary> &Result);
/freebsd-10.0-release/sys/contrib/dev/acpica/components/namespace/
H A Dnsrepair2.c583 char *Source; local
622 Source = ReturnObject->String.Pointer;
623 if (*Source == '*')
625 Source++;
640 for (Dest = NewString->String.Pointer; *Source; Dest++, Source++)
642 *Dest = (char) ACPI_TOUPPER (*Source);
1031 ACPI_OPERAND_OBJECT **Source; local
1044 Source = ObjDesc->Package.Elements;
1045 Dest = Source;
[all...]
H A Dnsrepair.c488 ACPI_OPERAND_OBJECT **Source; local
525 Source = ObjDesc->Package.Elements;
526 Dest = Source;
532 if (!*Source)
538 *Dest = *Source;
541 Source++;
H A Dnsxfname.c62 ACPI_PNP_DEVICE_ID *Source,
251 * Source - Pointer to the source PNP_DEVICE_ID
263 ACPI_PNP_DEVICE_ID *Source,
270 Dest->Length = Source->Length;
274 ACPI_MEMCPY (StringArea, Source->String, Source->Length);
275 return (StringArea + Source->Length);
261 AcpiNsCopyDeviceId( ACPI_PNP_DEVICE_ID *Dest, ACPI_PNP_DEVICE_ID *Source, char *StringArea) argument
/freebsd-10.0-release/contrib/llvm/include/llvm/ADT/
H A DStringExtras.h5 // This file is distributed under the University of Illinois Open Source
121 std::pair<StringRef, StringRef> getToken(StringRef Source,
126 void SplitString(StringRef Source,
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DConvertUTF.h5 * This file is distributed under the University of Illinois Open Source
175 * point to at least WideCharWidth * (Source.Size() + 1) bytes. On success,
181 bool ConvertUTF8toWide(unsigned WideCharWidth, llvm::StringRef Source,
187 * \param Source a Unicode code point.
194 bool ConvertCodePointToUTF8(unsigned Source, char *&ResultPtr);
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Driver/
H A DJob.h5 // This file is distributed under the University of Illinois Open Source
49 /// Source - The action which caused the creation of this job.
50 const Action &Source; member in class:clang::driver::Command
67 const Action &getSource() const { return Source; }
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DExternalSemaSource.h5 // This file is distributed under the University of Illinois Open Source
181 static bool classof(const ExternalASTSource *Source) { argument
182 return Source->SemaSource;
/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp5 // This file is distributed under the University of Illinois Open Source
36 CodeGenInstruction Source; // The source pseudo instruction definition. member in struct:__anon3675::PseudoLoweringEmitter::PseudoExpansion
42 Source(s), Dest(d), OperandMap(m) {}
97 // Source operand maps to destination operand. The Data element
199 emitSourceFileHeader("Pseudo-instruction MC lowering Source Fragment", o);
208 CodeGenInstruction &Source = Expansion.Source; local
210 o << " case " << Source.Namespace << "::"
211 << Source.TheDef->getName() << ": {\n"
230 << Source
[all...]
/freebsd-10.0-release/sys/contrib/dev/acpica/components/disassembler/
H A Ddmresrcl.c107 void *Source,
130 * PARAMETERS: Source - Pointer to the contiguous data fields
142 void *Source,
157 AcpiDmDumpInteger16 (ACPI_CAST_PTR (UINT16, Source)[i],
163 AcpiDmDumpInteger32 (ACPI_CAST_PTR (UINT32, Source)[i],
179 * PARAMETERS: Source - Pointer to the contiguous data fields
191 void *Source,
208 AcpiDmDumpInteger16 (ACPI_CAST_PTR (UINT16, Source)[i],
214 AcpiDmDumpInteger32 (ACPI_CAST_PTR (UINT32, Source)[i],
220 AcpiDmDumpInteger64 (ACPI_CAST_PTR (UINT64, Source)[
141 AcpiDmMemoryFields( void *Source, UINT8 Type, UINT32 Level) argument
190 AcpiDmAddressFields( void *Source, UINT8 Type, UINT32 Level) argument
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/des/
H A DFILES023 destest.c - Source for libdes.a test program.
24 speed.c - Source for libdes.a timing program.
25 rpw.c - Source for libdes.a testing password reading routines.
53 read_pwd.c - Source for des_read_password() plus related functions.
54 set_key.c - Source for des_set_key().
/freebsd-10.0-release/sys/x86/acpica/
H A Dmadt.c70 static enum intr_polarity interrupt_polarity(UINT16 IntiFlags, UINT8 Source);
71 static enum intr_trigger interrupt_trigger(UINT16 IntiFlags, UINT8 Source);
300 interrupt_polarity(UINT16 IntiFlags, UINT8 Source) argument
305 if (Source == AcpiGbl_FADT.SciInterrupt)
319 interrupt_trigger(UINT16 IntiFlags, UINT8 Source) argument
324 if (Source == AcpiGbl_FADT.SciInterrupt)
/freebsd-10.0-release/contrib/ofed/libibcm/
H A Dlibibcm.spec11 Source: http://www.openfabrics.org/downloads/%{name}-%{version}.tar.gz
/freebsd-10.0-release/sys/contrib/dev/acpica/include/
H A Dacstruct.h179 ACPI_OPERAND_OBJECT *Source; member in struct:acpi_aml_operands::__anon6586
187 ACPI_OPERAND_OBJECT *Source; member in struct:acpi_aml_operands::__anon6587

Completed in 196 milliseconds

1234