Home
last modified time | relevance | path

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

12345678

/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/compiler-rt/lib/sanitizer_common/
Dsanitizer_atomic_msvc.h28 short volatile *Destination, // NOLINT
33 long long volatile *Destination, // NOLINT
37 void *volatile *Destination,
42 long volatile *Destination, // NOLINT
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h158 unsigned Destination; member
162 Dependence(unsigned Source, unsigned Destination, DepType Type) in Dependence()
163 : Source(Source), Destination(Destination), Type(Type) {} in Dependence()
DDependenceAnalysis.h73 Instruction *Destination) : in Dependence() argument
75 Dst(Destination), in Dependence()
/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/tcpdump/tests/
Ddio.out1 …24) fe80::1000:ff:fe64:6423 > ff02::1: [icmp6 sum ok] ICMP6, RPL, (CLR)Destination Advertisement O…
/external/clang/lib/CodeGen/
DCGCleanup.cpp250 BranchFixups.back().Destination == nullptr) in popNullFixups()
288 if (Fixup.Destination == nullptr) continue; in ResolveAllBranchFixups()
306 if (!CasesAdded.insert(Fixup.Destination).second) in ResolveAllBranchFixups()
310 Fixup.Destination); in ResolveAllBranchFixups()
351 if (Fixup.Destination != Block) continue; in ResolveBranchFixups()
353 Fixup.Destination = nullptr; in ResolveBranchFixups()
815 if (!Fixup.Destination) continue; in PopCleanupBlock()
948 Fixup.Destination = Dest.getBlock(); in EmitBranchThroughCleanup()
DEHScopeStack.h47 llvm::BasicBlock *Destination; member
/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/iptables/extensions/
Dlibip6t_dst.man1 This module matches the parameters in Destination Options header
Dlibxt_udp.man11 Destination port or port range specification.
Dlibip6t_ipv6header.man16 Destination Options header
Dlibxt_tcp.man16 Destination port or port range specification. The flag
/external/libxml2/test/schemas/
D570702_0.xsd8 <xs:documentation>Destination Number Length</xs:documentation>
/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/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/e2fsprogs/util/
Dinstall-symlink.in49 echo $DEST: Destination pathname must be absolute
/external/vboot_reference/utility/include/
Deficompress.h82 IN OUT VOID *Destination,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
Dmessages.properties73 RSSFeedWatcherTask.ErrorDestinationFileIsADirectory=Error\! Destination file exists as a directory\…
/external/libexif/po/
Den_AU.po2774 msgid "Reference For Latitude of Destination"
2775 msgstr "Reference For Latitude of Destination"
2788 msgid "Latitude of Destination"
2789 msgstr "Latitude of Destination"
2808 msgid "Reference for Longitude of Destination"
2809 msgstr "Reference for Longitude of Destination"
2820 msgid "Longitude of Destination"
2821 msgstr "Longitude of Destination"
2840 msgid "Reference for Bearing of Destination"
2841 msgstr "Reference for Bearing of Destination"
[all …]
Den_GB.po2774 msgid "Reference For Latitude of Destination"
2775 msgstr "Reference For Latitude of Destination"
2788 msgid "Latitude of Destination"
2789 msgstr "Latitude of Destination"
2808 msgid "Reference for Longitude of Destination"
2809 msgstr "Reference for Longitude of Destination"
2820 msgid "Longitude of Destination"
2821 msgstr "Longitude of Destination"
2840 msgid "Reference for Bearing of Destination"
2841 msgstr "Reference for Bearing of Destination"
[all …]
/external/llvm/lib/Transforms/Utils/
DLocal.cpp76 BasicBlock *Destination = Cond->getZExtValue() ? Dest1 : Dest2; in ConstantFoldTerminator() local
88 Builder.CreateBr(Destination); in ConstantFoldTerminator()

12345678