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

12

/freebsd-11.0-release/sys/contrib/dev/acpica/components/resources/
H A Drsmisc.c84 void *Destination; local
125 Destination = ACPI_ADD_PTR (void, Resource, Info->ResourceOffset);
150 ACPI_SET8 (Destination,
158 ACPI_SET8 (Destination,
166 ACPI_SET8 (Destination,
173 ACPI_SET8 (Destination, ItemCount);
182 ACPI_SET16 (Destination, ItemCount);
195 ACPI_SET16 (Destination, ItemCount);
201 ACPI_SET8 (Destination, ItemCount);
229 ACPI_SET16 (Destination, ItemCoun
474 void *Destination; local
[all...]
H A Drsutils.c136 * PARAMETERS: Destination - Pointer to the destination descriptor
151 void *Destination,
177 memcpy (Destination, Source, ItemCount);
189 &ACPI_CAST_PTR (UINT16, Destination)[i],
196 &ACPI_CAST_PTR (UINT32, Destination)[i],
203 &ACPI_CAST_PTR (UINT64, Destination)[i],
311 * PARAMETERS: Destination - Pointer to the destination string
323 char *Destination,
334 Destination[i] = Source[i];
337 Destination[
150 AcpiRsMoveData( void *Destination, void *Source, UINT16 ItemCount, UINT8 MoveType) argument
322 AcpiRsStrcpy( char *Destination, char *Source) argument
[all...]
/freebsd-11.0-release/sys/dev/pms/RefTisa/sat/api/
H A Dtdsmapi.h97 sbit32 volatile *Destination,
104 sbit32 volatile *Destination,
131 sbit32 volatile *Destination,
138 sbit32 volatile *Destination,
/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/
H A Dfp_extend.h72 #error Destination should be single, double, or quad precision!
H A Dfp_trunc.h60 #error Destination should be single precision or double precision!
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_msvc.h37 short volatile *Destination, // NOLINT
42 long long volatile *Destination, // NOLINT
46 void *volatile *Destination,
51 long volatile *Destination, // NOLINT
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h167 unsigned Destination; member in struct:llvm::MemoryDepChecker::Dependence
171 Dependence(unsigned Source, unsigned Destination, DepType Type) argument
172 : Source(Source), Destination(Destination), Type(Type) {}
716 return LAI.getDepChecker().getMemoryInstructions()[Destination];
H A DDependenceAnalysis.h83 Instruction *Destination) :
85 Dst(Destination),
82 Dependence(Instruction *Source, Instruction *Destination) argument
/freebsd-11.0-release/sys/dev/pms/RefTisa/tisa/api/
H A Dostiapi.h186 sbit32 volatile *Destination,
193 sbit32 volatile *Destination,
222 sbit32 volatile *Destination,
229 sbit32 volatile *Destination,
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopLoadElimination.cpp141 Instruction *Destination = Dep.getDestination(LAI); local
146 if (isa<LoadInst>(Destination))
147 LoadsWithUnknownDepedence.insert(Destination);
155 std::swap(Source, Destination);
162 auto *Load = dyn_cast<LoadInst>(Destination);
H A DLoopDistribute.cpp564 --Accesses[Dep.Destination].NumUnsafeDependencesStartOrEnd;
/freebsd-11.0-release/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdsmcmnapi.c1116 sbit32 volatile *Destination,
1120 return ostiAtomicBitClear(agNULL, Destination, Value);
1126 sbit32 volatile *Destination,
1130 return ostiAtomicBitSet(agNULL, Destination, Value);
1168 sbit32 volatile *Destination,
1173 return ostiInterlockedAnd(agNULL, Destination, Value);
1179 sbit32 volatile *Destination,
1183 return ostiInterlockedOr(agNULL, Destination, Value);
1114 tdsmAtomicBitClear( smRoot_t *smRoot, sbit32 volatile *Destination, sbit32 Value ) argument
1124 tdsmAtomicBitSet( smRoot_t *smRoot, sbit32 volatile *Destination, sbit32 Value ) argument
1166 tdsmInterlockedAnd( smRoot_t *smRoot, sbit32 volatile *Destination, sbit32 Value ) argument
1177 tdsmInterlockedOr( smRoot_t *smRoot, sbit32 volatile *Destination, sbit32 Value ) argument
/freebsd-11.0-release/sys/dev/pms/freebsd/driver/ini/src/
H A Dosapi.c673 sbit32 volatile *Destination,
685 sbit32 volatile *Destination,
692 set_bit(Value, (volatile unsigned long *)Destination);
740 sbit32 volatile *Destination,
750 sbit32 volatile *Destination,
671 ostiAtomicBitClear( tiRoot_t *root, sbit32 volatile *Destination, sbit32 Value ) argument
683 ostiAtomicBitSet( tiRoot_t *root, sbit32 volatile *Destination, sbit32 Value ) argument
738 ostiInterlockedAnd( tiRoot_t *root, sbit32 volatile *Destination, sbit32 Value ) argument
748 ostiInterlockedOr( tiRoot_t *root, sbit32 volatile *Destination, sbit32 Value ) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCleanup.cpp264 BranchFixups.back().Destination == nullptr)
315 if (Fixup.Destination == nullptr) continue;
333 if (!CasesAdded.insert(Fixup.Destination).second)
337 Fixup.Destination);
378 if (Fixup.Destination != Block) continue;
380 Fixup.Destination = nullptr;
849 if (!Fixup.Destination) continue;
1007 Fixup.Destination = Dest.getBlock();
H A DEHScopeStack.h47 llvm::BasicBlock *Destination; member in struct:clang::CodeGen::BranchFixup
/freebsd-11.0-release/sys/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c369 * PARAMETERS: Destination - An open file handle/pointer
379 void *Destination)
382 AcpiGbl_OutputFile = Destination;
378 AcpiOsRedirectOutput( void *Destination) argument
/freebsd-11.0-release/sys/contrib/dev/acpica/include/
H A Dacpiosxf.h480 void *Destination);
H A Dacresrc.h313 void *Destination,
/freebsd-11.0-release/sys/boot/i386/mbr/
H A Dmbr.s45 movw $main,%di # Destination
/freebsd-11.0-release/sys/boot/i386/pmbr/
H A Dpmbr.s77 movw $main,%di # Destination
/freebsd-11.0-release/sys/boot/i386/zfsboot/
H A Dzfsldr.S112 mov $MEM_BTX,%ebx # Destination buffer
/freebsd-11.0-release/sys/boot/efi/include/
H A Defiapi.h648 IN VOID *Destination,
/freebsd-11.0-release/sys/boot/i386/boot0/
H A Dboot0.S192 movw $start,%di # Destination
/freebsd-11.0-release/sys/boot/i386/boot2/
H A Dboot1.S134 mov $MEM_REL,%di # Destination
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DLocal.cpp80 BasicBlock *Destination = Cond->getZExtValue() ? Dest1 : Dest2; local
92 Builder.CreateBr(Destination);

Completed in 220 milliseconds

12