Home
last modified time | relevance | path

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

12345678910>>...36

/external/v8/src/crankshaft/x64/
Dlithium-gap-resolver-x64.cc75 LOperand* destination = moves_[index].destination(); in PerformMove() local
84 if (other_move.Blocks(destination) && !other_move.IsPending()) { in PerformMove()
100 moves_[index].set_destination(destination); in PerformMove()
104 if (moves_[index].source()->Equals(destination)) { in PerformMove()
114 if (other_move.Blocks(destination)) { in PerformMove()
130 LOperand* destination = moves_[i].destination(); in Verify() local
132 SLOW_DCHECK(!destination->Equals(moves_[j].destination())); in Verify()
144 LOperand* destination = moves_[index].destination(); in EmitMove() local
150 if (destination->IsRegister()) { in EmitMove()
151 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/gemmlowp/meta/generators/
Dneon_emitter.py287 def EmitAdd(self, destination, source, param): argument
288 self.EmitOp3('add', destination, source, param)
290 def EmitSubs(self, destination, source, param): argument
291 self.EmitOp3('subs', destination, source, param)
293 def EmitSub(self, destination, source, param): argument
294 self.EmitOp3('sub', destination, source, param)
296 def EmitMul(self, destination, source, param): argument
297 self.EmitOp3('mul', destination, source, param)
326 def EmitVAdd(self, add_type, destination, source_1, source_2): argument
327 destination, source_1, source_2 = _MakeCompatible(destination, source_1,
[all …]
Dneon_emitter_64.py523 def EmitAdd(self, destination, source, param): argument
524 self.EmitOp3('add', destination, source, param)
526 def EmitSubs(self, destination, source, param): argument
527 self.EmitOp3('subs', destination, source, param)
529 def EmitSub(self, destination, source, param): argument
530 self.EmitOp3('sub', destination, source, param)
532 def EmitMul(self, destination, source, param): argument
533 self.EmitOp3('mul', destination, source, param)
538 def EmitVMovl(self, mov_type, destination, source): argument
540 destination = _AppendType(wide_type, destination)
[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/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/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/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/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/v8/src/compiler/
Dgap-resolver.cc22 inline bool Blocks(MoveOperands* move, InstructionOperand destination) { in Blocks() argument
23 return !move->IsEliminated() && move->source().InterferesWith(destination); in Blocks()
36 const LocationOperand& dst_loc = LocationOperand::cast(move->destination()); in Split()
98 if (!kSimpleFPAliasing && move->destination().IsFPRegister()) { in Resolve()
100 REP_BIT(LocationOperand::cast(move->destination()).representation()); in Resolve()
112 if (!move->IsEliminated() && move->destination().IsFloatRegister()) in Resolve()
120 if (!move->IsEliminated() && move->destination().IsDoubleRegister()) in Resolve()
147 InstructionOperand destination = move->destination(); in PerformMove() local
151 bool is_fp_loc_move = !kSimpleFPAliasing && destination.IsFPLocationOperand(); in PerformMove()
160 if (other->source().InterferesWith(destination)) { in PerformMove()
[all …]
Dmove-optimizer.cc15 InstructionOperand destination; member
21 return a.destination.CompareCanonicalized(b.destination); in operator ()()
195 if (outputs.ContainsOpOrAlias(move->destination()) && in RemoveClobberedDestinations()
196 !inputs.ContainsOpOrAlias(move->destination())) { in RemoveClobberedDestinations()
205 if (!inputs.ContainsOpOrAlias(move->destination())) { in RemoveClobberedDestinations()
244 src_cant_be.InsertOp(move->destination()); in MigrateMoves()
252 if (!dst_cant_be.ContainsOpOrAlias(move->destination())) { in MigrateMoves()
253 MoveKey key = {move->source(), move->destination()}; in MigrateMoves()
268 src_cant_be.InsertOp(current->destination); in MigrateMoves()
278 MoveKey key = {move->source(), move->destination()}; in MigrateMoves()
[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/autotest/client/site_tests/security_RootfsStatefulSymlinks/
Dbaseline4 "destination": "/var/run/l2tpipsec_vpn/current/ipsec.conf",
11 "destination": "/var/run/l2tpipsec_vpn/current/cacert.der",
18 "destination": "/var/run/l2tpipsec_vpn/current/ipsec.secrets",
25 "destination": "/var/lib/timezone/localtime",
32 "destination": "/var/lib/dbus/machine-id",
39 "destination": "/run/shill/resolv.conf",
46 "destination": "/var/run/l2tpipsec_vpn/current/strongswan.conf",
53 "destination": "/usr/local/etc/env.d/python",
60 "destination": "/usr/local/bin/python2.7",
67 "destination": "/usr/local/bin/python2.7",
[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/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/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/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/protobuf/objectivec/DevTools/
Dfull_mac_build.sh219 -destination "platform=iOS Simulator,name=iPhone 4s,OS=8.1" # 32bit
220 -destination "platform=iOS Simulator,name=iPhone 6,OS=9.0" # 64bit
221 -destination "platform=iOS Simulator,name=iPad 2,OS=8.1" # 32bit
222 -destination "platform=iOS Simulator,name=iPad Air,OS=9.0" # 64bit
227 -destination "platform=iOS Simulator,name=iPhone 4s,OS=8.1" # 32bit
228 -destination "platform=iOS Simulator,name=iPhone 6,OS=9.3" # 64bit
229 -destination "platform=iOS Simulator,name=iPad 2,OS=8.1" # 32bit
230 -destination "platform=iOS Simulator,name=iPad Air,OS=9.3" # 64bit
235 -destination "platform=iOS Simulator,name=iPhone 4s,OS=8.1" # 32bit
236 -destination "platform=iOS Simulator,name=iPhone 6,OS=9.2" # 64bit
[all …]
/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/protobuf/java/util/src/main/java/com/google/protobuf/util/
DFieldMaskTree.java195 Message source, Message.Builder destination, FieldMaskUtil.MergeOptions options) { in merge() argument
196 if (source.getDescriptorForType() != destination.getDescriptorForType()) { in merge()
202 merge(root, "", source, destination, options); in merge()
212 Message.Builder destination, in merge() argument
214 assert source.getDescriptorForType() == destination.getDescriptorForType(); in merge()
241 destination.getFieldBuilder(field), in merge()
247 destination.setField(field, source.getField(field)); in merge()
250 destination.addRepeatedField(field, element); in merge()
257 destination.clearField(field); in merge()
259 destination.setField(field, source.getField(field)); in merge()
[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>>...36