Searched refs:Destination (Results 1 - 25 of 50) sorted by relevance

12

/freebsd-current/sys/contrib/dev/acpica/components/resources/
H A Drsmisc.c192 void *Destination; local
235 Destination = ACPI_ADD_PTR (void, Resource, Info->ResourceOffset);
260 ACPI_SET8 (Destination,
268 ACPI_SET8 (Destination,
276 ACPI_SET8 (Destination,
284 ACPI_SET8 (Destination,
291 ACPI_SET8 (Destination, ItemCount);
300 ACPI_SET16 (Destination, ItemCount);
313 ACPI_SET16 (Destination, ItemCount);
319 ACPI_SET8 (Destination, ItemCoun
595 void *Destination; local
[all...]
H A Drsutils.c244 * PARAMETERS: Destination - Pointer to the destination descriptor
259 void *Destination,
285 memcpy (Destination, Source, ItemCount);
297 &ACPI_CAST_PTR (UINT16, Destination)[i],
304 &ACPI_CAST_PTR (UINT32, Destination)[i],
311 &ACPI_CAST_PTR (UINT64, Destination)[i],
419 * PARAMETERS: Destination - Pointer to the destination string
431 char *Destination,
442 Destination[i] = Source[i];
445 Destination[
258 AcpiRsMoveData( void *Destination, void *Source, UINT16 ItemCount, UINT8 MoveType) argument
430 AcpiRsStrcpy( char *Destination, char *Source) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Tooling/
H A DFixIt.h60 // Returns a FixItHint to replace \p Destination by \p Source.
62 FixItHint createReplacement(const D &Destination, const S &Source, argument
64 return FixItHint::CreateReplacement(internal::getSourceRange(Destination),
68 // Returns a FixItHint to replace \p Destination by \p Source.
70 FixItHint createReplacement(const D &Destination, StringRef Source) { argument
71 return FixItHint::CreateReplacement(internal::getSourceRange(Destination),
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVMoveMerger.cpp61 Register Destination = RegPair.Destination->getReg(); local
64 if ((Destination == RISCV::X10 || Destination == RISCV::X11) &&
72 Register Destination = RegPair.Destination->getReg(); local
76 RISCV::SR07RegClass.contains(Destination))
91 ? FirstPair.Destination->getReg()
111 Sreg1 = StartWithX10 ? FirstPair.Destination : PairedRegs.Destination;
[all...]
H A DRISCVPushPopOptimizer.cpp89 Register DestReg = OperandPair->Destination->getReg();
/freebsd-current/sys/dev/pms/RefTisa/sat/api/
H A Dtdsmapi.h96 sbit32 volatile *Destination,
103 sbit32 volatile *Destination,
130 sbit32 volatile *Destination,
137 sbit32 volatile *Destination,
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp145 auto Dest = TRI.regunits(CopyOperands->Destination->getReg().asMCReg());
179 MCRegister Def = CopyOperands->Destination->getReg().asMCReg();
233 MCRegister Def = CopyOperands->Destination->getReg().asMCReg();
289 Register AvailDef = CopyOperands->Destination->getReg();
319 Register AvailDef = CopyOperands->Destination->getReg();
349 Register Def = CopyOperands->Destination->getReg();
479 MCRegister PreviousDef = CopyOperands->Destination->getReg().asMCReg();
506 if (PrevCopyOperands->Destination->isDead())
519 Register CopyDef = CopyOperands->Destination->getReg();
541 Register Def = CopyOperands->Destination
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_msvc.h31 extern "C" char _InterlockedCompareExchange8(char volatile *Destination,
34 extern "C" short _InterlockedCompareExchange16(short volatile *Destination,
38 long long volatile *Destination, long long Exchange, long long Comparand);
41 void *volatile *Destination,
44 extern "C" long __cdecl _InterlockedCompareExchange(long volatile *Destination,
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dint_to_fp.h71 #error Destination should be a handled floating point type
H A Dfp_extend.h119 #error Destination should be single, double, or quad precision!
H A Dfp_trunc.h108 #error Destination should be single precision or double precision!
/freebsd-current/sys/contrib/edk2/Include/Library/
H A DBaseLib.h168 @param MaxSize The maximum number of Destination Unicode
193 @param MaxSize The maximum number of Destination Unicode
213 to the array pointed to by Destination.
217 If Destination is not aligned on a 16-bit boundary, then ASSERT().
220 If an error is returned, then the Destination is unmodified.
222 @param Destination A pointer to a Null-terminated Unicode string.
223 @param DestMax The maximum number of Destination Unicode
229 @retval RETURN_INVALID_PARAMETER If Destination is NULL.
235 @retval RETURN_ACCESS_DENIED If Source and Destination overlap.
240 OUT CHAR16 *Destination,
[all...]
/freebsd-current/sys/dev/pms/RefTisa/tisa/api/
H A Dostiapi.h185 sbit32 volatile *Destination,
192 sbit32 volatile *Destination,
221 sbit32 volatile *Destination,
228 sbit32 volatile *Destination,
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h155 unsigned Destination; member in struct:llvm::MemoryDepChecker::Dependence
159 Dependence(unsigned Source, unsigned Destination, DepType Type) argument
160 : Source(Source), Destination(Destination), Type(Type) {}
828 return LAI.getDepChecker().getMemoryInstructions()[Destination];
H A DDependenceAnalysis.h77 Dependence(Instruction *Source, Instruction *Destination) argument
78 : Src(Source), Dst(Destination) {}
/freebsd-current/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdsmcmnapi.c1115 sbit32 volatile *Destination,
1119 return ostiAtomicBitClear(agNULL, Destination, Value);
1125 sbit32 volatile *Destination,
1129 return ostiAtomicBitSet(agNULL, Destination, Value);
1167 sbit32 volatile *Destination,
1172 return ostiInterlockedAnd(agNULL, Destination, Value);
1178 sbit32 volatile *Destination,
1182 return ostiInterlockedOr(agNULL, Destination, Value);
1113 tdsmAtomicBitClear( smRoot_t *smRoot, sbit32 volatile *Destination, sbit32 Value ) argument
1123 tdsmAtomicBitSet( smRoot_t *smRoot, sbit32 volatile *Destination, sbit32 Value ) argument
1165 tdsmInterlockedAnd( smRoot_t *smRoot, sbit32 volatile *Destination, sbit32 Value ) argument
1176 tdsmInterlockedOr( smRoot_t *smRoot, sbit32 volatile *Destination, sbit32 Value ) argument
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp196 Instruction *Destination = Dep.getDestination(LAI);
202 if (isa<LoadInst>(Destination))
203 LoadsWithUnknownDepedence.insert(Destination);
211 std::swap(Source, Destination);
218 auto *Load = dyn_cast<LoadInst>(Destination);
/freebsd-current/sys/dev/pms/freebsd/driver/ini/src/
H A Dosapi.c672 sbit32 volatile *Destination,
684 sbit32 volatile *Destination,
691 set_bit(Value, (volatile unsigned long *)Destination);
739 sbit32 volatile *Destination,
749 sbit32 volatile *Destination,
670 ostiAtomicBitClear( tiRoot_t *root, sbit32 volatile *Destination, sbit32 Value ) argument
682 ostiAtomicBitSet( tiRoot_t *root, sbit32 volatile *Destination, sbit32 Value ) argument
737 ostiInterlockedAnd( tiRoot_t *root, sbit32 volatile *Destination, sbit32 Value ) argument
747 ostiInterlockedOr( tiRoot_t *root, sbit32 volatile *Destination, sbit32 Value ) argument
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp293 BranchFixups.back().Destination == nullptr)
348 if (Fixup.Destination == nullptr) continue;
366 if (!CasesAdded.insert(Fixup.Destination).second)
370 Fixup.Destination);
411 if (Fixup.Destination != Block) continue;
413 Fixup.Destination = nullptr;
961 if (!Fixup.Destination) continue;
1125 Fixup.Destination = Dest.getBlock();
H A DEHScopeStack.h46 llvm::BasicBlock *Destination; member in struct:clang::CodeGen::BranchFixup
/freebsd-current/stand/efi/include/
H A Defiip.h231 EFI_IPv6_ADDRESS Destination; member in struct:__anon650
348 IN EFI_IPv6_ADDRESS *Destination OPTIONAL,
/freebsd-current/sys/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c501 * PARAMETERS: Destination - An open file handle/pointer
511 void *Destination)
514 AcpiGbl_OutputFile = Destination;
510 AcpiOsRedirectOutput( void *Destination) argument
/freebsd-current/stand/i386/mbr/
H A Dmbr.S43 movw $main,%di # Destination
/freebsd-current/sys/contrib/dev/acpica/include/
H A Dacresrc.h426 void *Destination,
H A Dacpiosxf.h597 void *Destination);

Completed in 408 milliseconds

12