| /freebsd-12.1/sys/contrib/dev/acpica/components/resources/ |
| H A D | rsmisc.c | 192 void *Destination; in AcpiRsConvertAmlToResource() local 258 ACPI_SET8 (Destination, in AcpiRsConvertAmlToResource() 266 ACPI_SET8 (Destination, in AcpiRsConvertAmlToResource() 274 ACPI_SET8 (Destination, in AcpiRsConvertAmlToResource() 462 Destination, Aml, NULL); in AcpiRsConvertAmlToResource() 476 Destination, Aml, Target); in AcpiRsConvertAmlToResource() 582 void *Destination; in AcpiRsConvertResourceToAml() local 630 ACPI_SET8 (Destination, 0); in AcpiRsConvertResourceToAml() 748 ACPI_GET16 (Destination)); in AcpiRsConvertResourceToAml() 758 ACPI_GET16 (Destination)); in AcpiRsConvertResourceToAml() [all …]
|
| H A D | rsutils.c | 259 void *Destination, in AcpiRsMoveData() argument 285 memcpy (Destination, Source, ItemCount); in AcpiRsMoveData() 297 &ACPI_CAST_PTR (UINT16, Destination)[i], in AcpiRsMoveData() 304 &ACPI_CAST_PTR (UINT32, Destination)[i], in AcpiRsMoveData() 311 &ACPI_CAST_PTR (UINT64, Destination)[i], in AcpiRsMoveData() 431 char *Destination, in AcpiRsStrcpy() argument 442 Destination[i] = Source[i]; in AcpiRsStrcpy() 445 Destination[i] = 0; in AcpiRsStrcpy()
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | Thunks.cpp | 373 uint64_t S = getARMThunkDestVA(Destination); in mayUseShortThunk() 390 uint64_t S = getARMThunkDestVA(Destination); in writeTo() 410 uint64_t S = getARMThunkDestVA(Destination); in mayUseShortThunk() 427 uint64_t S = getARMThunkDestVA(Destination); in writeTo() 448 uint64_t S = getARMThunkDestVA(Destination); in writeLong() 618 uint64_t S = Destination.getVA(); in writeTo() 633 auto &DR = cast<Defined>(Destination); in getTargetInputSection() 640 uint64_t S = Destination.getVA() | 1; in writeTo() 657 auto &DR = cast<Defined>(Destination); in getTargetInputSection() 664 uint64_t S = Destination.getVA() | 1; in writeTo() [all …]
|
| H A D | Thunks.h | 31 Thunk(Symbol &Destination); 58 Symbol &Destination; variable
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/ |
| H A D | FixIt.h | 62 FixItHint createReplacement(const D &Destination, const S &Source, in createReplacement() argument 64 return FixItHint::CreateReplacement(internal::getSourceRange(Destination), in createReplacement() 70 FixItHint createReplacement(const D &Destination, StringRef Source) { in createReplacement() argument 71 return FixItHint::CreateReplacement(internal::getSourceRange(Destination), in createReplacement()
|
| /freebsd-12.1/sys/dev/pms/RefTisa/sat/api/ |
| H A D | tdsmapi.h | 97 sbit32 volatile *Destination, 104 sbit32 volatile *Destination, 131 sbit32 volatile *Destination, 138 sbit32 volatile *Destination,
|
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_atomic_msvc.h | 37 char volatile *Destination, // NOLINT 41 short volatile *Destination, // NOLINT 46 long long volatile *Destination, // NOLINT 50 void *volatile *Destination, 55 long volatile *Destination, // NOLINT
|
| /freebsd-12.1/sys/contrib/edk2/Include/Library/ |
| H A D | BaseLib.h | 268 OUT CHAR16 *Destination, 306 OUT CHAR16 *Destination, 345 IN OUT CHAR16 *Destination, 386 IN OUT CHAR16 *Destination, 701 OUT CHAR8 *Destination, 737 OUT CHAR8 *Destination, 774 IN OUT CHAR8 *Destination, 813 IN OUT CHAR8 *Destination, 1078 OUT CHAR16 *Destination, 1811 OUT CHAR8 *Destination [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | LoopAccessAnalysis.h | 149 unsigned Destination; member 153 Dependence(unsigned Source, unsigned Destination, DepType Type) in Dependence() 154 : Source(Source), Destination(Destination), Type(Type) {} in Dependence() 780 return LAI.getDepChecker().getMemoryInstructions()[Destination]; in getDestination()
|
| H A D | DependenceAnalysis.h | 78 Instruction *Destination) : in Dependence() argument 80 Dst(Destination), in Dependence()
|
| /freebsd-12.1/sys/dev/pms/RefTisa/tisa/api/ |
| H A D | ostiapi.h | 186 sbit32 volatile *Destination, 193 sbit32 volatile *Destination, 222 sbit32 volatile *Destination, 229 sbit32 volatile *Destination,
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | LoopLoadElimination.cpp | 186 Instruction *Destination = Dep.getDestination(LAI); in findStoreToLoadDependences() local 191 if (isa<LoadInst>(Destination)) in findStoreToLoadDependences() 192 LoadsWithUnknownDepedence.insert(Destination); in findStoreToLoadDependences() 200 std::swap(Source, Destination); in findStoreToLoadDependences() 207 auto *Load = dyn_cast<LoadInst>(Destination); in findStoreToLoadDependences()
|
| /freebsd-12.1/sys/dev/pms/RefTisa/tisa/sassata/common/ |
| H A D | tdsmcmnapi.c | 1116 sbit32 volatile *Destination, in tdsmAtomicBitClear() argument 1120 return ostiAtomicBitClear(agNULL, Destination, Value); in tdsmAtomicBitClear() 1126 sbit32 volatile *Destination, in tdsmAtomicBitSet() argument 1130 return ostiAtomicBitSet(agNULL, Destination, Value); in tdsmAtomicBitSet() 1168 sbit32 volatile *Destination, in tdsmInterlockedAnd() argument 1173 return ostiInterlockedAnd(agNULL, Destination, Value); in tdsmInterlockedAnd() 1179 sbit32 volatile *Destination, in tdsmInterlockedOr() argument 1183 return ostiInterlockedOr(agNULL, Destination, Value); in tdsmInterlockedOr()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGCleanup.cpp | 280 BranchFixups.back().Destination == nullptr) in popNullFixups() 335 if (Fixup.Destination == nullptr) continue; in ResolveAllBranchFixups() 353 if (!CasesAdded.insert(Fixup.Destination).second) in ResolveAllBranchFixups() 357 Fixup.Destination); in ResolveAllBranchFixups() 398 if (Fixup.Destination != Block) continue; in ResolveBranchFixups() 400 Fixup.Destination = nullptr; in ResolveBranchFixups() 914 if (!Fixup.Destination) continue; in PopCleanupBlock() 1077 Fixup.Destination = Dest.getBlock(); in EmitBranchThroughCleanup()
|
| /freebsd-12.1/sys/dev/pms/freebsd/driver/ini/src/ |
| H A D | osapi.c | 673 sbit32 volatile *Destination, in ostiAtomicBitClear() argument 685 sbit32 volatile *Destination, in ostiAtomicBitSet() argument 740 sbit32 volatile *Destination, in ostiInterlockedAnd() argument 750 sbit32 volatile *Destination, in ostiInterlockedOr() argument
|
| /freebsd-12.1/contrib/compiler-rt/lib/builtins/ |
| H A D | fp_trunc.h | 60 #error Destination should be single precision or double precision!
|
| H A D | fp_extend.h | 72 #error Destination should be single, double, or quad precision!
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | TargetInstrInfo.h | 856 const MachineOperand *&Destination) const { in isCopyInstrImpl() argument 867 const MachineOperand *&Destination) const { in isCopyInstr() argument 869 Destination = &MI.getOperand(0); in isCopyInstr() 873 return isCopyInstrImpl(MI, Source, Destination); in isCopyInstr()
|
| /freebsd-12.1/contrib/llvm/lib/Target/Mips/ |
| H A D | MipsSEInstrInfo.h | 84 const MachineOperand *&Destination) const override;
|
| H A D | Mips16InstrInfo.h | 111 const MachineOperand *&Destination) const override;
|
| /freebsd-12.1/sys/contrib/dev/acpica/os_specific/service_layers/ |
| H A D | osunixxf.c | 511 void *Destination) in AcpiOsRedirectOutput() argument 514 AcpiGbl_OutputFile = Destination; in AcpiOsRedirectOutput()
|
| /freebsd-12.1/sys/contrib/dev/acpica/include/ |
| H A D | acpiosxf.h | 596 void *Destination);
|
| H A D | acresrc.h | 424 void *Destination,
|
| /freebsd-12.1/tools/debugscripts/ |
| H A D | netstat-anr.gdb | 161 printf "Destination\tGateway\tFlags\tNetif\n"
|
| /freebsd-12.1/stand/i386/mbr/ |
| H A D | mbr.s | 45 movw $main,%di # Destination
|