Searched refs:destination (Results 1 - 25 of 302) sorted by relevance

1234567891011>>

/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DTextCodecASCIIFastPath.h36 static void copy(LChar* destination, const uint8_t* source) argument
38 memcpy(destination, source, 4);
41 static void copy(UChar* destination, const uint8_t* source) argument
43 destination[0] = source[0];
44 destination[1] = source[1];
45 destination[2] = source[2];
46 destination[3] = source[3];
50 static void copy(LChar* destination, const uint8_t* source) argument
52 memcpy(destination, source, 8);
55 static void copy(UChar* destination, cons argument
68 copyASCIIMachineWord(LChar* destination, const uint8_t* source) argument
73 copyASCIIMachineWord(UChar* destination, const uint8_t* source) argument
[all...]
H A DTextCodecUTF8.cpp141 static inline UChar* appendCharacter(UChar* destination, int character) argument
146 *destination++ = character;
148 *destination++ = U16_LEAD(character);
149 *destination++ = U16_TRAIL(character);
151 return destination;
160 void TextCodecUTF8::handleError(UChar*& destination, bool stopOnError, bool& sawError) argument
166 *destination++ = replacementCharacter;
171 bool TextCodecUTF8::handlePartialSequence<LChar>(LChar*& destination, const uint8_t*& source, const uint8_t* end, bool flush, bool, bool&) argument
176 *destination++ = m_partialSequence[0];
207 *destination
214 handlePartialSequence(UChar*& destination, const uint8_t*& source, const uint8_t* end, bool flush, bool stopOnError, bool& sawError) argument
274 LChar* destination = buffer.characters(); local
[all...]
/macosx-10.9.5/Librpcsvc-23/xcodescripts/
H A Dinstall_rpcsvc.sh5 destination="$DSTROOT$SDKROOT"/usr/local/include/rpcsvc
7 destination="$DSTROOT"/usr/include/rpcsvc
11 printf " install -m 0755 -d %s\n" "$destination"
12 install -m 0755 -d "$destination"
22 printf " install -m 0444 %s %s\n" "$OBJROOT"/"$hfile" "$destination"
23 install -m 0444 "$OBJROOT"/"$hfile" "$destination"
25 printf " install -m 0444 %s %s\n" "$xfile" "$destination"
26 install -m 0444 "$xfile" "$destination"
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_security_policy.cpp32 const KURL destination(KURL(), destinationUrl);
34 SecurityPolicy::addOriginAccessWhitelistEntry(*source, destination.protocol(), destination.host(), allowSubdomains);
40 const KURL destination(KURL(), destinationUrl);
42 SecurityPolicy::removeOriginAccessWhitelistEntry(*source, destination.protocol(), destination.host(), allowSubdomains);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/qt/
H A DQtNetworkReplyData.cpp53 bool QtNetworkReplyData::decode(CoreIPC::ArgumentDecoder& decoder, QtNetworkReplyData& destination) argument
55 if (!decoder.decode(destination.m_urlString))
57 if (!decoder.decode(destination.m_contentType))
59 if (!decoder.decode(destination.m_contentLength))
61 if (!decoder.decode(destination.m_replyUuid))
63 if (!decoder.decode(destination.m_dataHandle))
H A DQtNetworkRequestData.cpp59 bool QtNetworkRequestData::decode(CoreIPC::ArgumentDecoder& decoder, QtNetworkRequestData& destination) argument
61 if (!decoder.decode(destination.m_scheme))
63 if (!decoder.decode(destination.m_urlString))
65 if (!decoder.decode(destination.m_replyUuid))
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DGraphicsContext3D.cpp327 template<> ALWAYS_INLINE void unpack<GraphicsContext3D::DataFormatRGB8, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
330 destination[0] = source[0];
331 destination[1] = source[1];
332 destination[2] = source[2];
333 destination[3] = 0xFF;
335 destination += 4;
339 template<> ALWAYS_INLINE void unpack<GraphicsContext3D::DataFormatBGR8, uint8_t, uint8_t>(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
342 destination[0] = source[2];
343 destination[1] = source[1];
344 destination[
351 unpack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
363 unpack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
375 unpack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
393 unpack(const uint16_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
412 unpack(const uint16_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
432 unpack(const uint16_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
451 unpack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
463 unpack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
475 unpack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
487 unpack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
499 unpack(const uint8_t* source, float* destination, unsigned pixelsPerRow) argument
512 unpack(const uint8_t* source, float* destination, unsigned pixelsPerRow) argument
525 unpack(const uint8_t* source, float* destination, unsigned pixelsPerRow) argument
538 unpack(const uint8_t* source, float* destination, unsigned pixelsPerRow) argument
551 unpack(const uint8_t* source, float* destination, unsigned pixelsPerRow) argument
564 unpack(const uint8_t* source, float* destination, unsigned pixelsPerRow) argument
577 unpack(const float* source, float* destination, unsigned pixelsPerRow) argument
589 unpack(const float* source, float* destination, unsigned pixelsPerRow) argument
601 unpack(const float* source, float* destination, unsigned pixelsPerRow) argument
613 unpack(const float* source, float* destination, unsigned pixelsPerRow) argument
635 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
644 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
653 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
665 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
676 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
686 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
699 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
711 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
722 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
738 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
754 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
759 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
776 pack(const uint8_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
792 pack(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) argument
807 pack(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) argument
824 pack(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) argument
840 pack(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) argument
855 pack(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) argument
872 pack(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) argument
888 pack(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) argument
902 pack(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) argument
918 pack(const uint8_t* source, uint16_t* destination, unsigned pixelsPerRow) argument
933 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
944 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
956 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
969 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
974 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
987 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
1000 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
1009 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
1018 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
1028 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
1038 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
1048 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
1059 pack(const float* source, float* destination, unsigned pixelsPerRow) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cg/
H A DGraphicsContext3DCG.cpp110 template<> ALWAYS_INLINE void convert16BitFormatToRGBA8<GraphicsContext3D::DataFormatRGBA16Little, uint16_t, uint8_t>(const uint16_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
113 SIMD::unpackOneRowOfRGBA16LittleToRGBA8(source, destination, pixelsPerRow);
116 destination[0] = convertColor16LittleTo8(source[0]);
117 destination[1] = convertColor16LittleTo8(source[1]);
118 destination[2] = convertColor16LittleTo8(source[2]);
119 destination[3] = convertColor16LittleTo8(source[3]);
121 destination += 4;
125 template<> ALWAYS_INLINE void convert16BitFormatToRGBA8<GraphicsContext3D::DataFormatRGBA16Big, uint16_t, uint8_t>(const uint16_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
128 destination[0] = convertColor16BigTo8(source[0]);
129 destination[
137 convert16BitFormatToRGBA8(const uint16_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
152 convert16BitFormatToRGBA8(const uint16_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
164 convert16BitFormatToRGBA8(const uint16_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
179 convert16BitFormatToRGBA8(const uint16_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
191 convert16BitFormatToRGBA8(const uint16_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
203 convert16BitFormatToRGBA8(const uint16_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
215 convert16BitFormatToRGBA8(const uint16_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
227 convert16BitFormatToRGBA8(const uint16_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
239 convert16BitFormatToRGBA8(const uint16_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
251 convert16BitFormatToRGBA8(const uint16_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
263 convert16BitFormatToRGBA8(const uint16_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
275 convert16BitFormatToRGBA8(const uint16_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
287 convert16BitFormatToRGBA8(GraphicsContext3D::DataFormat srcFormat, const uint16_t* source, uint8_t* destination, unsigned pixelsPerRow) argument
481 uint8_t* destination = m_formalizedRGBA8Data.get(); local
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Tidy/examples/
H A Dbbtidy.pl16 destination => \$output_string
H A Dex_mp.pl19 perltidy( source => \$source, destination => \@dest );
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/examples/
H A Dbbtidy.pl16 destination => \$output_string
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gpu/opencl/
H A DOpenCLFEFlood.cpp46 cl_mem destination = createOpenCLImageResult();
50 context->fill(destination, absolutePaintRect().size(), color);
/macosx-10.9.5/WebKit2-7537.78.2/Platform/cg/
H A DCGUtilities.h31 void paintImage(CGContextRef, CGImageRef, CGFloat scaleFactor, CGPoint destination, CGRect source);
32 void paintBitmapContext(CGContextRef, CGContextRef bitmapContext, CGFloat scaleFactor, CGPoint destination, CGRect source);
H A DCGUtilities.cpp33 void paintImage(CGContextRef context, CGImageRef image, CGFloat scaleFactor, CGPoint destination, CGRect source) argument
37 CGContextClipToRect(context, CGRectMake(destination.x, destination.y, source.size.width, source.size.height));
43 CGFloat destX = destination.x - source.origin.x;
44 CGFloat destY = -imageHeight - destination.y + source.origin.y;
51 void paintBitmapContext(CGContextRef context, CGContextRef bitmapContext, CGFloat scaleFactor, CGPoint destination, CGRect source) argument
54 paintImage(context, image.get(), scaleFactor, destination, source);
/macosx-10.9.5/WebCore-7537.78.1/Modules/webaudio/
H A DWaveShaperDSPKernel.cpp38 void WaveShaperDSPKernel::process(const float* source, float* destination, size_t framesToProcess) argument
40 ASSERT(source && destination && waveShaperProcessor());
45 memcpy(destination, source, sizeof(float) * framesToProcess);
55 memcpy(destination, source, sizeof(float) * framesToProcess);
70 destination[i] = curveData[index];
H A DWaveShaperProcessor.cpp59 void WaveShaperProcessor::process(const AudioBus* source, AudioBus* destination, size_t framesToProcess) argument
62 destination->zero();
66 bool channelCountMatches = source->numberOfChannels() == destination->numberOfChannels() && source->numberOfChannels() == m_kernels.size();
76 m_kernels[i]->process(source->channel(i)->data(), destination->channel(i)->mutableData(), framesToProcess);
79 destination->zero();
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJumpReplacementWatchpoint.cpp48 void* destination = bitwise_cast<void*>(m_destination); local
50 dataLogF("Firing jump replacement watchpoint from %p, to %p.\n", source, destination);
51 MacroAssembler::replaceWithJump(CodeLocationLabel(source), CodeLocationLabel(destination));
/macosx-10.9.5/WebCore-7537.78.1/platform/audio/
H A DAudioFIFO.cpp46 void AudioFIFO::consume(AudioBus* destination, size_t framesToConsume) argument
48 bool isGood = destination && (framesToConsume <= m_fifoLength) && (framesToConsume <= m_framesInFifo) && (destination->length() >= framesToConsume);
53 // Copy the requested number of samples to the destination.
62 float* destinationData = destination->channel(channelIndex)->mutableData();
67 && (part1Length <= destination->length())
68 && (part1Length + part2Length) <= destination->length());
99 float* destination = m_fifoAudioBus->channel(channelIndex)->mutableData(); local
110 memcpy(destination + m_writeIndex, source, part1Length * sizeof(*destination));
[all...]
H A DReverbAccumulationBuffer.cpp48 void ReverbAccumulationBuffer::readAndClear(float* destination, size_t numberOfFrames) argument
62 memcpy(destination, source + m_readIndex, sizeof(float) * numberOfFrames1);
67 memcpy(destination + numberOfFrames1, source, sizeof(float) * numberOfFrames2);
94 float* destination = m_buffer.data(); local
101 vadd(source, 1, destination + writeIndex, 1, destination + writeIndex, 1, numberOfFrames1);
105 vadd(source + numberOfFrames1, 1, destination, 1, destination, 1, numberOfFrames2);
H A DSincResampler.h46 // Processes numberOfSourceFrames from source to produce numberOfSourceFrames / scaleFactor frames in destination.
47 void process(const float* source, float* destination, unsigned numberOfSourceFrames);
50 void process(AudioSourceProvider*, float* destination, size_t framesToProcess);
68 // This is the number of destination frames we generate per processing pass on the buffer.
H A DAudioDSPKernelProcessor.cpp73 void AudioDSPKernelProcessor::process(const AudioBus* source, AudioBus* destination, size_t framesToProcess) argument
75 ASSERT(source && destination);
76 if (!source || !destination)
80 destination->zero();
84 bool channelCountMatches = source->numberOfChannels() == destination->numberOfChannels() && source->numberOfChannels() == m_kernels.size();
90 m_kernels[i]->process(source->channel(i)->data(), destination->channel(i)->mutableData(), framesToProcess);
/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dlog.c119 isc_logdestination_t destination; local
127 destination.file.stream = NULL;
128 destination.file.name = "named.run";
129 destination.file.versions = ISC_LOG_ROLLNEVER;
130 destination.file.maximum_size = 0;
134 &destination,
142 destination.facility = ISC_FACILITY;
145 &destination, 0);
165 isc_logdestination_t destination; local
186 destination
[all...]
/macosx-10.9.5/bind9-45.100/bind9/bin/tools/
H A Dnamed-journalprint.c39 isc_logdestination_t destination; local
48 destination.file.stream = errout;
49 destination.file.name = NULL;
50 destination.file.versions = ISC_LOG_ROLLNEVER;
51 destination.file.maximum_size = 0;
55 &destination, 0) == ISC_R_SUCCESS);
/macosx-10.9.5/gnutar-452/gnutar/src/
H A Dmisc.c66 char *destination = 0;
84 destination = buffer + length;
86 *destination++ = '\\';
87 *destination++ = character == '\\' ? '\\' : 'n';
92 *destination++ = character;
98 *destination = '\0';
119 char *destination = string;
131 *destination++ = '\\';
136 *destination++ = '\a';
141 *destination
65 char *destination = 0; local
118 char *destination = string; local
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DRepatchBuffer.h61 void relink(CodeLocationJump jump, CodeLocationLabel destination) argument
63 MacroAssembler::repatchJump(jump, destination);
66 void relink(CodeLocationCall call, CodeLocationLabel destination) argument
68 MacroAssembler::repatchCall(call, destination);
71 void relink(CodeLocationCall call, FunctionPtr destination) argument
73 MacroAssembler::repatchCall(call, destination);
76 void relink(CodeLocationNearCall nearCall, CodePtr destination) argument
78 MacroAssembler::repatchNearCall(nearCall, CodeLocationLabel(destination));
81 void relink(CodeLocationNearCall nearCall, CodeLocationLabel destination) argument
83 MacroAssembler::repatchNearCall(nearCall, destination);
154 replaceWithJump(CodeLocationLabel instructionStart, CodeLocationLabel destination) argument
[all...]

Completed in 157 milliseconds

1234567891011>>