Home
last modified time | relevance | path

Searched refs:destination (Results 1 – 25 of 800) sorted by relevance

12345678910>>...32

/external/v8/src/crankshaft/x64/
Dlithium-gap-resolver-x64.cc74 LOperand* destination = moves_[index].destination(); in PerformMove() local
83 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove()
99 moves_[index].set_destination(destination); in PerformMove()
103 if (moves_[index].source()->Equals(destination)) { in PerformMove()
113 if (other_move.Blocks(destination)) { in PerformMove()
129 LOperand* destination = moves_[i].destination(); in Verify() local
131 SLOW_DCHECK(!destination->Equals(moves_[j].destination())); in Verify()
143 LOperand* destination = moves_[index].destination(); in EmitMove() local
149 if (destination->IsRegister()) { in EmitMove()
150 Register dst = cgen_->ToRegister(destination); in EmitMove()
[all …]
/external/v8/src/crankshaft/ia32/
Dlithium-gap-resolver-ia32.cc78 LOperand* destination = moves_[index].destination(); in PerformMove() local
87 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove()
103 moves_[index].set_destination(destination); in PerformMove()
107 if (moves_[index].source()->Equals(destination)) { in PerformMove()
117 if (other_move.Blocks(destination)) { in PerformMove()
133 LOperand* destination = move.destination(); in AddMove() local
134 if (destination->IsRegister()) ++destination_uses_[destination->index()]; in AddMove()
147 LOperand* destination = moves_[index].destination(); in RemoveMove() local
148 if (destination->IsRegister()) { in RemoveMove()
149 --destination_uses_[destination->index()]; in RemoveMove()
[all …]
/external/v8/src/crankshaft/x87/
Dlithium-gap-resolver-x87.cc79 LOperand* destination = moves_[index].destination(); in PerformMove() local
88 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove()
104 moves_[index].set_destination(destination); in PerformMove()
108 if (moves_[index].source()->Equals(destination)) { in PerformMove()
118 if (other_move.Blocks(destination)) { in PerformMove()
134 LOperand* destination = move.destination(); in AddMove() local
135 if (destination->IsRegister()) ++destination_uses_[destination->index()]; in AddMove()
148 LOperand* destination = moves_[index].destination(); in RemoveMove() local
149 if (destination->IsRegister()) { in RemoveMove()
150 --destination_uses_[destination->index()]; in RemoveMove()
[all …]
/external/v8/src/crankshaft/mips64/
Dlithium-gap-resolver-mips64.cc87 LOperand* destination = moves_[index].destination(); in PerformMove() local
96 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove()
106 moves_[index].set_destination(destination); in PerformMove()
112 if (other_move.Blocks(destination)) { in PerformMove()
127 LOperand* destination = moves_[i].destination(); in Verify() local
129 SLOW_DCHECK(!destination->Equals(moves_[j].destination())); in Verify()
141 DCHECK(moves_[index].destination()->Equals(moves_[root_index_].source())); in BreakCycle()
145 saved_destination_ = moves_[index].destination(); in BreakCycle()
188 LOperand* destination = moves_[index].destination(); in EmitMove() local
195 if (destination->IsRegister()) { in EmitMove()
[all …]
/external/v8/src/crankshaft/ppc/
Dlithium-gap-resolver-ppc.cc89 LOperand* destination = moves_[index].destination(); in PerformMove() local
98 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove()
108 moves_[index].set_destination(destination); in PerformMove()
114 if (other_move.Blocks(destination)) { in PerformMove()
129 LOperand* destination = moves_[i].destination(); in Verify() local
131 SLOW_DCHECK(!destination->Equals(moves_[j].destination())); in Verify()
143 DCHECK(moves_[index].destination()->Equals(moves_[root_index_].source())); in BreakCycle()
147 saved_destination_ = moves_[index].destination(); in BreakCycle()
188 LOperand* destination = moves_[index].destination(); in EmitMove() local
195 if (destination->IsRegister()) { in EmitMove()
[all …]
/external/v8/src/crankshaft/arm64/
Dlithium-gap-resolver-arm64.cc96 LOperand* destination = current_move.destination(); in PerformMove() local
105 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove()
115 current_move.set_destination(destination); in PerformMove()
121 if (other_move.Blocks(destination)) { in PerformMove()
136 LOperand* destination = moves_[i].destination(); in Verify() local
138 SLOW_DCHECK(!destination->Equals(moves_[j].destination())); in Verify()
146 DCHECK(moves_[index].destination()->Equals(moves_[root_index_].source())); in BreakCycle()
154 saved_destination_ = moves_[index].destination(); in BreakCycle()
203 LOperand* destination = moves_[index].destination(); in EmitMove() local
210 if (destination->IsRegister()) { in EmitMove()
[all …]
/external/v8/src/crankshaft/s390/
Dlithium-gap-resolver-s390.cc86 LOperand* destination = moves_[index].destination(); in PerformMove() local
95 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove()
105 moves_[index].set_destination(destination); in PerformMove()
111 if (other_move.Blocks(destination)) { in PerformMove()
125 LOperand* destination = moves_[i].destination(); in Verify() local
127 SLOW_DCHECK(!destination->Equals(moves_[j].destination())); in Verify()
139 DCHECK(moves_[index].destination()->Equals(moves_[root_index_].source())); in BreakCycle()
143 saved_destination_ = moves_[index].destination(); in BreakCycle()
182 LOperand* destination = moves_[index].destination(); in EmitMove() local
189 if (destination->IsRegister()) { in EmitMove()
[all …]
/external/v8/src/crankshaft/mips/
Dlithium-gap-resolver-mips.cc87 LOperand* destination = moves_[index].destination(); in PerformMove() local
96 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove()
106 moves_[index].set_destination(destination); in PerformMove()
112 if (other_move.Blocks(destination)) { in PerformMove()
127 LOperand* destination = moves_[i].destination(); in Verify() local
129 SLOW_DCHECK(!destination->Equals(moves_[j].destination())); in Verify()
141 DCHECK(moves_[index].destination()->Equals(moves_[root_index_].source())); in BreakCycle()
145 saved_destination_ = moves_[index].destination(); in BreakCycle()
188 LOperand* destination = moves_[index].destination(); in EmitMove() local
195 if (destination->IsRegister()) { in EmitMove()
[all …]
/external/v8/src/crankshaft/arm/
Dlithium-gap-resolver-arm.cc102 LOperand* destination = moves_[index].destination(); in PerformMove() local
111 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove()
121 moves_[index].set_destination(destination); in PerformMove()
127 if (other_move.Blocks(destination)) { in PerformMove()
142 LOperand* destination = moves_[i].destination(); in Verify() local
144 SLOW_DCHECK(!destination->Equals(moves_[j].destination())); in Verify()
155 DCHECK(moves_[index].destination()->Equals(moves_[root_index_].source())); in BreakCycle()
159 saved_destination_ = moves_[index].destination(); in BreakCycle()
201 LOperand* destination = moves_[index].destination(); in EmitMove() local
208 if (destination->IsRegister()) { in EmitMove()
[all …]
/external/gemmlowp/meta/generators/
Dneon_emitter.py242 def EmitAdd(self, destination, source, param): argument
243 self.EmitOp3('add', destination, source, param)
245 def EmitSubs(self, destination, source, param): argument
246 self.EmitOp3('subs', destination, source, param)
248 def EmitSub(self, destination, source, param): argument
249 self.EmitOp3('sub', destination, source, param)
251 def EmitMul(self, destination, source, param): argument
252 self.EmitOp3('mul', destination, source, param)
272 def EmitVAdd(self, add_type, destination, source_1, source_2): argument
273 self.EmitOp3('vadd.%s' % add_type, destination, source_1, source_2)
[all …]
/external/ImageMagick/MagickWand/
Dwand-view.c259 WandView *duplex,WandView *destination,DuplexTransferWandViewMethod transfer, in DuplexTransferWandViewIterator() argument
285 destination_image=destination->wand->images; in DuplexTransferWandViewIterator()
287 destination->exception); in DuplexTransferWandViewIterator()
342 destination_pixels=GetCacheViewAuthenticPixels(destination->view, in DuplexTransferWandViewIterator()
343 destination->extent.x,y,destination->extent.width,1, in DuplexTransferWandViewIterator()
344 destination->exception); in DuplexTransferWandViewIterator()
350 for (x=0; x < (ssize_t) destination->extent.width; x++) in DuplexTransferWandViewIterator()
352 PixelSetQuantumPixel(destination->image,destination_pixels, in DuplexTransferWandViewIterator()
353 destination->pixel_wands[id][x]); in DuplexTransferWandViewIterator()
354 destination_pixels+=GetPixelChannels(destination->image); in DuplexTransferWandViewIterator()
[all …]
/external/google-breakpad/src/common/windows/
Dstring_utils-inl.h75 static void safe_wcscpy(wchar_t *destination, size_t destination_size,
82 static void safe_wcsncpy(wchar_t *destination, size_t destination_size,
105 inline void WindowsStringUtils::safe_wcscpy(wchar_t *destination, in safe_wcscpy() argument
109 wcscpy_s(destination, destination_size, source); in safe_wcscpy()
114 wcsncpy(destination, source, destination_size); in safe_wcscpy()
115 if (destination && destination_size) in safe_wcscpy()
116 destination[destination_size - 1] = 0; in safe_wcscpy()
121 inline void WindowsStringUtils::safe_wcsncpy(wchar_t *destination, in safe_wcsncpy() argument
126 wcsncpy_s(destination, destination_size, source, count); in safe_wcsncpy()
134 wcsncpy(destination, source, count); in safe_wcsncpy()
[all …]
/external/v8/src/compiler/
Dgap-resolver.cc17 inline bool Blocks(MoveOperands* move, InstructionOperand destination) { in Blocks() argument
18 return move->Blocks(destination); in Blocks()
50 InstructionOperand destination = move->destination(); in PerformMove() local
57 if (other->Blocks(destination) && !other->IsPending()) { in PerformMove()
73 move->set_destination(destination); in PerformMove()
78 if (source.InterferesWith(destination)) { in PerformMove()
87 std::bind2nd(std::ptr_fun(&Blocks), destination)); in PerformMove()
90 assembler_->AssembleMove(&source, &destination); in PerformMove()
98 std::swap(source, destination); in PerformMove()
100 assembler_->AssembleSwap(&source, &destination); in PerformMove()
[all …]
Dmove-optimizer.cc15 InstructionOperand destination; member
21 return a.destination.CompareCanonicalized(b.destination); in operator ()()
140 if (outputs.find(move->destination()) != outputs.end() && in RemoveClobberedDestinations()
141 inputs.find(move->destination()) == inputs.end()) { in RemoveClobberedDestinations()
150 if (inputs.find(move->destination()) == inputs.end()) { in RemoveClobberedDestinations()
189 src_cant_be.insert(move->destination()); in MigrateMoves()
197 if (!Blocks(dst_cant_be, move->destination())) { in MigrateMoves()
198 MoveKey key = {move->source(), move->destination()}; in MigrateMoves()
213 src_cant_be.insert(current->destination); in MigrateMoves()
223 MoveKey key = {move->source(), move->destination()}; in MigrateMoves()
[all …]
/external/webrtc/webrtc/common_audio/resampler/
Dpush_sinc_resampler.cc36 int16_t* destination, in Resample() argument
44 FloatS16ToS16(float_buffer_.get(), destination_frames_, destination); in Resample()
51 float* destination, in Resample() argument
74 resampler_->Resample(resampler_->ChunkSize(), destination); in Resample()
76 resampler_->Resample(destination_frames_, destination); in Resample()
81 void PushSincResampler::Run(size_t frames, float* destination) { in Run() argument
89 std::memset(destination, 0, frames * sizeof(*destination)); in Run()
95 std::memcpy(destination, source_ptr_, frames * sizeof(*destination)); in Run()
98 destination[i] = static_cast<float>(source_ptr_int_[i]); in Run()
/external/autotest/client/site_tests/security_RootfsStatefulSymlinks/
Dbaseline4 "destination": "/home/chronos/user/var/browser-policies",
11 "destination": "/var/run/l2tpipsec_vpn/current/ipsec.conf",
18 "destination": "/var/run/l2tpipsec_vpn/current/cacert.der",
25 "destination": "/var/run/l2tpipsec_vpn/current/ipsec.secrets",
32 "destination": "/var/lib/timezone/localtime",
39 "destination": "/var/lib/dbus/machine-id",
46 "destination": "/home/chronos/user/var/browser-policies",
53 "destination": "/var/run/shill/resolv.conf",
60 "destination": "/var/run/l2tpipsec_vpn/current/strongswan.conf",
67 "destination": "/usr/local/bin/python2.7",
[all …]
/external/ImageMagick/MagickCore/
Dimage-view.c211 ImageView *source,ImageView *duplex,ImageView *destination, in DuplexTransferImageViewIterator() argument
237 destination_image=destination->image; in DuplexTransferImageViewIterator()
239 destination->exception); in DuplexTransferImageViewIterator()
280 destination_pixels=GetCacheViewAuthenticPixels(destination->view, in DuplexTransferImageViewIterator()
281 destination->extent.x,y,destination->extent.width,1, in DuplexTransferImageViewIterator()
282 destination->exception); in DuplexTransferImageViewIterator()
288 if (transfer(source,duplex,destination,y,id,context) == MagickFalse) in DuplexTransferImageViewIterator()
290 sync=SyncCacheViewAuthenticPixels(destination->view,destination->exception); in DuplexTransferImageViewIterator()
873 MagickExport MagickBooleanType SetImageViewIterator(ImageView *destination, in SetImageViewIterator() argument
893 assert(destination != (ImageView *) NULL); in SetImageViewIterator()
[all …]
Dstring.c126 *destination; in AcquireString() local
136 destination=(char *) AcquireQuantumMemory(length+MagickPathExtent, in AcquireString()
137 sizeof(*destination)); in AcquireString()
138 if (destination == (char *) NULL) in AcquireString()
140 *destination='\0'; in AcquireString()
142 (void) memcpy(destination,source,length*sizeof(*destination)); in AcquireString()
143 destination[length]='\0'; in AcquireString()
144 return(destination); in AcquireString()
271 MagickExport char *CloneString(char **destination,const char *source) in CloneString() argument
276 assert(destination != (char **) NULL); in CloneString()
[all …]
/external/skia/src/animator/
DSkMatrixParts.cpp161 SK_MEMBER(destination, Rect),
170 source(nullptr), destination(nullptr) { in SkRectToRect()
177 if (source == nullptr || destination == nullptr) in add()
180 temp.setRectToRect(source->fRect, destination->fRect, in add()
198 if (destination) { in dump()
201 destination->dump(maker); in dump()
214 SkASSERT(destination == nullptr); in preferredChild()
223 SK_MEMBER(destination, Polygon),
231 SkPolyToPoly::SkPolyToPoly() : source(nullptr), destination(nullptr) { in SkPolyToPoly()
239 SkASSERT(destination); in add()
[all …]
/external/jetty/src/java/org/eclipse/jetty/client/
DSocketConnector.java50 public void startConnection(final HttpDestination destination) throws IOException in startConnection() argument
52 Socket socket= destination.isSecure() in startConnection()
53 ? destination.getSslContextFactory().newSslSocket() in startConnection()
59 … Address address = destination.isProxied() ? destination.getProxy() : destination.getAddress(); in startConnection()
65 connection.setDestination(destination); in startConnection()
66 destination.onNewConnection(connection); in startConnection()
92 destination.onException(e); in startConnection()
99 destination.returnConnection(connection,true); in startConnection()
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
Dpacket.cc149 void Packet::CopyToHeader(RTPHeader* destination) const { in CopyToHeader()
150 destination->markerBit = header_.markerBit; in CopyToHeader()
151 destination->payloadType = header_.payloadType; in CopyToHeader()
152 destination->sequenceNumber = header_.sequenceNumber; in CopyToHeader()
153 destination->timestamp = header_.timestamp; in CopyToHeader()
154 destination->ssrc = header_.ssrc; in CopyToHeader()
155 destination->numCSRCs = header_.numCSRCs; in CopyToHeader()
156 destination->paddingLength = header_.paddingLength; in CopyToHeader()
157 destination->headerLength = header_.headerLength; in CopyToHeader()
158 destination->payload_type_frequency = header_.payload_type_frequency; in CopyToHeader()
[all …]
/external/autotest/client/tests/kvm/
Dget_started.py15 def check_iso(url, destination, hash): argument
27 if not destination:
28 os.makedirs(destination)
29 iso_path = os.path.join(destination, os.path.basename(url))
36 utils.unmap_url_cache(destination, url, hash, method="sha1")
52 utils.unmap_url_cache(destination, url, hash, method="sha1")
107 destination = os.path.join(base_dir, 'isos', 'linux') variable
108 path = os.path.join(destination, iso_name)
109 check_iso(url, destination, hash)
120 destination = os.path.join(base_dir, 'isos', 'windows') variable
[all …]
/external/vogar/src/vogar/
DHostFileCache.java35 private void cp(File source, File destination) { in cp() argument
36 List<String> rawResult = new Command.Builder(log).args("cp", source, destination).execute(); in cp()
39 throw new RuntimeException("Couldn't copy " + source + " to " + destination in cp()
44 private void mv(File source, File destination) { in mv() argument
45 List<String> rawResult = new Command.Builder(log).args("mv", source, destination).execute(); in mv()
48 throw new RuntimeException("Couldn't move " + source + " to " + destination in mv()
53 public void copyFromCache(String key, File destination) { in copyFromCache() argument
55 cp(cachedFile, destination); in copyFromCache()
/external/libavc/common/arm/
Dih264_default_weighted_pred_a9q.s51 @* stores it in the destination block.
60 @* UWORD8 pointer to the destination where the output block is stored.
69 @* Stride of the destination buffer
136 vst1.32 d0[0], [r2], r5 @load row 1 in destination
137 vst1.32 d0[1], [r2], r5 @load row 2 in destination
139 vst1.32 d1[0], [r2], r5 @load row 3 in destination
140 vst1.32 d1[1], [r2], r5 @load row 4 in destination
160 vst1.8 d0, [r2], r5 @load row 1 in destination
162 vst1.8 d1, [r2], r5 @load row 2 in destination
163 vst1.8 d2, [r2], r5 @load row 3 in destination
[all …]
/external/nist-sip/java/gov/nist/javax/sip/stack/
DMessageLog.java51 private String destination; field in MessageLog
85 String destination, in MessageLog() argument
96 this.destination = destination; in MessageLog()
118 String destination, in MessageLog() argument
129 this.destination = destination; in MessageLog()
153 + destination in toString()

12345678910>>...32