Home
last modified time | relevance | path

Searched refs:Destination (Results 1 – 25 of 202) sorted by relevance

123456789

/external/parameter-framework/upstream/utility/
DBinaryCopy.hpp54 template <class Destination, class Source>
55 typename std::remove_reference<Destination>::type binaryCopy(const Source source) in binaryCopy()
57 static_assert(sizeof(Source) == sizeof(Destination), in binaryCopy()
60 using Destination_ = decltype(binaryCopy<Destination>(source)); in binaryCopy()
/external/tcpdump/tests/
Dahcp-vv.out2 …Hopcount 1, Original Hopcount 1, Nonce 0x7ce31135, Source Id 6a:a3:c4:ff:fe:f4:84:1e, Destination
11 …Hopcount 1, Original Hopcount 1, Nonce 0x9dccbd40, Source Id 08:4b:37:1e:f3:6e:1e:dc, Destination
21 …Hopcount 1, Original Hopcount 1, Nonce 0x7de31135, Source Id 6a:a3:c4:ff:fe:f4:84:1e, Destination
30 …Hopcount 1, Original Hopcount 1, Nonce 0x9eccbd40, Source Id 08:4b:37:1e:f3:6e:1e:dc, Destination
40 …Hopcount 1, Original Hopcount 1, Nonce 0x7ee31135, Source Id 6a:a3:c4:ff:fe:f4:84:1e, Destination
49 …Hopcount 1, Original Hopcount 1, Nonce 0x9fccbd40, Source Id 08:4b:37:1e:f3:6e:1e:dc, Destination
59 …Hopcount 1, Original Hopcount 1, Nonce 0x7fe31135, Source Id 6a:a3:c4:ff:fe:f4:84:1e, Destination
68 …Hopcount 1, Original Hopcount 1, Nonce 0xa0ccbd40, Source Id 08:4b:37:1e:f3:6e:1e:dc, Destination
Dbabel1v.out33 …Hopcount 1, Original Hopcount 1, Nonce 0xde3e5127, Source Id 02:18:f3:ff:fe:a9:91:4e, Destination
36 …Hopcount 2, Original Hopcount 2, Nonce 0xdf3e5127, Source Id 02:18:f3:ff:fe:a9:91:4e, Destination
39 …Hopcount 1, Original Hopcount 1, Nonce 0xc9b83d0d, Source Id 79:40:14:7f:b6:6d:c3:29, Destination
42 …Hopcount 1, Original Hopcount 1, Nonce 0xe03e5127, Source Id 02:18:f3:ff:fe:a9:91:4e, Destination
45 …Hopcount 1, Original Hopcount 2, Nonce 0xdf3e5127, Source Id 02:18:f3:ff:fe:a9:91:4e, Destination
52 …Hopcount 2, Original Hopcount 2, Nonce 0xcab83d0d, Source Id 79:40:14:7f:b6:6d:c3:29, Destination
55 …Hopcount 1, Original Hopcount 1, Nonce 0xe13e5127, Source Id 02:18:f3:ff:fe:a9:91:4e, Destination
65 …Hopcount 1, Original Hopcount 1, Nonce 0xcbb83d0d, Source Id 79:40:14:7f:b6:6d:c3:29, Destination
Drpl-26-senddaovv.out1 …4) fe80::216:3eff:fe11:3424 > ff02::1: [icmp6 sum ok] ICMP6, RPL, (CLR)Destination Advertisement O…
Drpl-14-daovvv.out1 …4) fe80::216:3eff:fe11:3424 > ff02::1: [icmp6 sum ok] ICMP6, RPL, (CLR)Destination Advertisement O…
Drpl-19-pickdag.out1 …:fe11:3424 > fe80::216:3eff:fe11:3424: [icmp6 sum ok] ICMP6, RPL, (CLR)Destination Advertisement O…
Drpl-19-pickdagvvv.out1 …:fe11:3424 > fe80::216:3eff:fe11:3424: [icmp6 sum ok] ICMP6, RPL, (CLR)Destination Advertisement O…
/external/libcxxabi/test/
Ddynamic_cast_stress.pass.cpp55 typedef B<Width/2, Depth> Destination; in test() typedef
57 Destination *b = nullptr; in test()
60 b = dynamic_cast<Destination*>((C<Width/2, 0>*)&a); in test()
/external/clang/test/CodeGen/
Dms-intrinsics.c29 void *test_InterlockedCompareExchangePointer(void * volatile *Destination, in test_InterlockedCompareExchangePointer() argument
31 return _InterlockedCompareExchangePointer(Destination, Exchange, Comparand); in test_InterlockedCompareExchangePointer()
/external/llvm/test/Transforms/GCOVProfiling/
Dreturn-block.ll69 ; RETURN-LAST: Destination Edges
70 ; RETURN-SECOND-NOT: Destination Edges
73 ; RETURN-LAST-NOT: Destination Edges
74 ; RETURN-SECOND: Destination Edges
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h167 unsigned Destination; member
171 Dependence(unsigned Source, unsigned Destination, DepType Type) in Dependence()
172 : Source(Source), Destination(Destination), Type(Type) {} in Dependence()
716 return LAI.getDepChecker().getMemoryInstructions()[Destination]; in getDestination()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_atomic_msvc.h37 short volatile *Destination, // NOLINT
42 long long volatile *Destination, // NOLINT
46 void *volatile *Destination,
51 long volatile *Destination, // NOLINT
/external/llvm/lib/Transforms/Scalar/
DLoopLoadElimination.cpp141 Instruction *Destination = Dep.getDestination(LAI); in findStoreToLoadDependences() local
146 if (isa<LoadInst>(Destination)) in findStoreToLoadDependences()
147 LoadsWithUnknownDepedence.insert(Destination); in findStoreToLoadDependences()
155 std::swap(Source, Destination); in findStoreToLoadDependences()
162 auto *Load = dyn_cast<LoadInst>(Destination); in findStoreToLoadDependences()
/external/vboot_reference/utility/
Defidecompress.c720 IN OUT VOID *Destination, in Decompress() argument
761 Dst = Destination; in Decompress()
884 IN OUT VOID *Destination, in EfiDecompress() argument
918 Destination, in EfiDecompress()
968 IN OUT VOID *Destination, in TianoDecompress() argument
1002 Destination, in TianoDecompress()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/
Dcopybot.cfg42 # Source bucket and Destination Bucket, obviously.
43 # If the Destination bucket does not exist, it will
/external/zlib/src/as400/
Dzlib.inc114 D dest 65535 options(*varsize) Destination buffer
115 D destLen 10U 0 Destination length
120 D dest 65535 options(*varsize) Destination buffer
121 D destLen 10U 0 Destination length
130 D dest 65535 options(*varsize) Destination buffer
131 D destLen 10U 0 Destination length
325 D dest like(z_stream) Destination stream
372 D dest like(z_stream) Destination stream
/external/clang/lib/CodeGen/
DCGCleanup.cpp264 BranchFixups.back().Destination == nullptr) in popNullFixups()
315 if (Fixup.Destination == nullptr) continue; in ResolveAllBranchFixups()
333 if (!CasesAdded.insert(Fixup.Destination).second) in ResolveAllBranchFixups()
337 Fixup.Destination); in ResolveAllBranchFixups()
378 if (Fixup.Destination != Block) continue; in ResolveBranchFixups()
380 Fixup.Destination = nullptr; in ResolveBranchFixups()
837 if (!Fixup.Destination) continue; in PopCleanupBlock()
995 Fixup.Destination = Dest.getBlock(); in EmitBranchThroughCleanup()
/external/iptables/extensions/
Dlibip6t_dst.man1 This module matches the parameters in Destination Options header
Dlibxt_udp.man11 Destination port or port range specification.
/external/libxml2/test/schemas/
D570702_0.xsd8 <xs:documentation>Destination Number Length</xs:documentation>
/external/compiler-rt/lib/builtins/
Dfp_trunc.h60 #error Destination should be single precision or double precision!
Dfp_extend.h72 #error Destination should be single, double, or quad precision!
/external/llvm/test/CodeGen/AArch64/
Darm64-promote-const.ll16 ; Destination registers are defined by the ABI
25 ; Destination registers are defined by the ABI
45 ; Destination register is defined by ABI
56 ; Destination register is defined by ABI
/external/e2fsprogs/util/
Dinstall-symlink.in49 echo $DEST: Destination pathname must be absolute
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mws/
Dresponse.py709 class Destination(ResponseElement): class
714 DestinationList = MemberList(Destination)
718 Destination = Element(Destination) variable in Subscription
732 Destination = Element(PhysicalDestination=Element()) variable in OrderReferenceDetails

123456789