Home
last modified time | relevance | path

Searched defs:dst (Results 726 - 750 of 3039) sorted by relevance

1...<<21222324252627282930>>...122

/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeMIPS_32.c41 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw init_value) in emit_const() argument
H A DsljitNativeMIPS_64.c121 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw init_value) in emit_const() argument
[all...]
/third_party/python/Doc/includes/
H A Dtzinfo_examples.py39 def dst(self, dt): member in LocalTimezone
130 def dst(self, dt): member in USTimeZone
/third_party/pulseaudio/src/pulsecore/
H A Dremap_neon.c31 static void remap_mono_to_stereo_float32ne_neon_a8(pa_remap_t *m, float *dst, const float *src, unsigned n) { in remap_mono_to_stereo_float32ne_neon_a8() argument
50 static void remap_mono_to_stereo_float32ne_generic_arm(pa_remap_t *m, float *dst, const float *src, unsigned n) { in remap_mono_to_stereo_float32ne_generic_arm() argument
71 remap_mono_to_stereo_s16ne_neon(pa_remap_t *m, int16_t *dst, const int16_t *src, unsigned n) remap_mono_to_stereo_s16ne_neon() argument
90 remap_mono_to_ch4_float32ne_neon(pa_remap_t *m, float *dst, const float *src, unsigned n) remap_mono_to_ch4_float32ne_neon() argument
107 remap_mono_to_ch4_s16ne_neon(pa_remap_t *m, int16_t *dst, const int16_t *src, unsigned n) remap_mono_to_ch4_s16ne_neon() argument
129 remap_stereo_to_mono_float32ne_neon(pa_remap_t *m, float *dst, const float *src, unsigned n) remap_stereo_to_mono_float32ne_neon() argument
150 remap_stereo_to_mono_s32ne_neon(pa_remap_t *m, int32_t *dst, const int32_t *src, unsigned n) remap_stereo_to_mono_s32ne_neon() argument
169 remap_stereo_to_mono_s16ne_neon(pa_remap_t *m, int16_t *dst, const int16_t *src, unsigned n) remap_stereo_to_mono_s16ne_neon() argument
188 remap_ch4_to_mono_float32ne_neon(pa_remap_t *m, float *dst, const float *src, unsigned n) remap_ch4_to_mono_float32ne_neon() argument
208 remap_ch4_to_mono_s16ne_neon(pa_remap_t *m, int16_t *dst, const int16_t *src, unsigned n) remap_ch4_to_mono_s16ne_neon() argument
229 remap_ch4_s16ne_neon(pa_remap_t *m, int16_t *dst, const int16_t *src, unsigned n) remap_ch4_s16ne_neon() argument
254 remap_ch4_float32ne_neon(pa_remap_t *m, float *dst, const float *src, unsigned n) remap_ch4_float32ne_neon() argument
277 remap_arrange_stereo_s16ne_neon(pa_remap_t *m, int16_t *dst, const int16_t *src, unsigned n) remap_arrange_stereo_s16ne_neon() argument
303 remap_arrange_ch2_ch4_s16ne_neon(pa_remap_t *m, int16_t *dst, const int16_t *src, unsigned n) remap_arrange_ch2_ch4_s16ne_neon() argument
318 remap_arrange_ch4_s16ne_neon(pa_remap_t *m, int16_t *dst, const int16_t *src, unsigned n) remap_arrange_ch4_s16ne_neon() argument
333 remap_arrange_stereo_float32ne_neon(pa_remap_t *m, float *dst, const float *src, unsigned n) remap_arrange_stereo_float32ne_neon() argument
349 remap_arrange_ch2_ch4_any32ne_neon(pa_remap_t *m, float *dst, const float *src, unsigned n) remap_arrange_ch2_ch4_any32ne_neon() argument
366 remap_arrange_ch4_float32ne_neon(pa_remap_t *m, float *dst, const float *src, unsigned n) remap_arrange_ch4_float32ne_neon() argument
[all...]
/third_party/openssl/crypto/dsa/
H A Ddsa_pmeth.c56 static int pkey_dsa_copy(EVP_PKEY_CTX *dst, const EVP_PKEY_CTX *src) in pkey_dsa_copy() argument
/third_party/openssl/crypto/ffc/
H A Dffc_params.c157 static int ffc_bn_cpy(BIGNUM **dst, const BIGNUM *src) in ffc_bn_cpy() argument
177 int ossl_ffc_params_copy(FFC_PARAMS *dst, const FFC_PARAMS *src) in ossl_ffc_params_copy() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkSpirVAsm.cpp77 bool assembleSpirV (const SpirVAsmSource* program, std::vector<deUint32>* dst, SpirVProgramInfo* buildInfo, SpirvVersion spirvVersion) in assembleSpirV() argument
121 void disassembleSpirV (size_t binarySizeInWords, const deUint32* binary, std::ostream* dst, SpirvVersion spirvVersion) in disassembleSpirV() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmVaryingNameTests.cpp49 void createShaders (SourceCollections& dst, InstanceContext& context, string dataNameVertShader, string dataNameFragShader) in createShaders() argument
168 void createShadersNamesMatch (vk::SourceCollections& dst, InstanceContext context) in createShadersNamesMatch() argument
173 void createShadersNamesDiffer (vk::SourceCollections& dst, InstanceContext context) in createShadersNamesDiffer() argument
178 void createShadersNoNames (vk::SourceCollections& dst, InstanceContext context) in createShadersNoNames() argument
[all...]
/third_party/vk-gl-cts/execserver/
H A DxsPosixTestProcess.cpp50 void CaseListWriter::start (const char* caseList, deFile* dst) in start() argument
98 PipeReader::PipeReader (ThreadedByteBuffer* dst) in PipeReader() argument
238 deFile* dst = m_process->getStdIn(); in start() local
314 int PosixTestProcess::readTestLog (deUint8* dst, int numBytes) in readTestLog() argument
H A DxsProtocol.cpp67 void getString (std::string& dst) in getString() argument
149 void Message::writeHeader (MessageType type, size_t messageSize, deUint8* dst, size_t bufSize) in writeHeader() argument
/third_party/vk-gl-cts/executor/
H A DxeContainerFormatParser.cpp109 void ContainerFormatParser::getData (deUint8* dst, int numBytes, int offset) in getData() argument
/third_party/skia/src/codec/
H A DSkWbmpCodec.cpp108 bool SkWbmpCodec::conversionSupported(const SkImageInfo& dst, bool srcIsOpaque, in conversionSupported() argument
163 int SkWbmpCodec::onGetScanlines(void* dst, int count, size_t dstRowBytes) { in onGetScanlines() argument
113 onGetPixels(const SkImageInfo& info, void* dst, size_t rowBytes, const Options& options, int* rowsDecoded) onGetPixels() argument
/third_party/skia/src/core/
H A DSkLineClipper.cpp90 IntersectLine(const SkPoint src[2], const SkRect& clip, SkPoint dst[2]) IntersectLine() argument
H A DSkBitmapProcState_matrixProcs.cpp57 static void decal_nofilter_scale(uint32_t dst[], SkFixed fx, SkFixed dx, int count) { in decal_nofilter_scale() argument
H A DSkPathEffect.cpp16 bool SkPathEffect::filterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in filterPath() argument
21 bool SkPathEffect::filterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in filterPath() argument
[all...]
H A DSk4px.h109 static void MapSrc(int n, SkPMColor* dst, const SkPMColor* src, const Fn& fn) { in MapSrc() argument
141 MapDstSrc(int n, SkPMColor* dst, const SkPMColor* src, const Fn& fn) MapDstSrc() argument
171 MapDstAlpha(int n, SkPMColor* dst, const SkAlpha* a, const Fn& fn) MapDstAlpha() argument
201 MapDstSrcAlpha(int n, SkPMColor* dst, const SkPMColor* src, const SkAlpha* a, const Fn& fn) MapDstSrcAlpha() argument
[all...]
H A DSkVMBlitter.h65 SkColorInfo dst; member
/third_party/skia/src/effects/imagefilters/
H A DSkTileImageFilter.cpp80 SkRect src, dst; in CreateProc() local
55 Tile(const SkRect& src, const SkRect& dst, sk_sp<SkImageFilter> input) Tile() argument
[all...]
/third_party/skia/src/gpu/
H A DGrColorSpaceXform.cpp16 Make(SkColorSpace* src, SkAlphaType srcAT, SkColorSpace* dst, SkAlphaType dstAT) Make() argument
141 Make( std::unique_ptr<GrFragmentProcessor> child, SkColorSpace* src, SkAlphaType srcAT, SkColorSpace* dst, SkAlphaType dstAT) Make() argument
H A DGrStyle.cpp129 bool GrStyle::applyPathEffect(SkPath* dst, SkStrokeRec* strokeRec, const SkPath& src) const { in applyPathEffect() argument
163 bool GrStyle::applyPathEffectToPath(SkPath *dst, SkStrokeRec *remainingStroke, in applyPathEffectToPath() argument
175 bool GrStyle::applyToPath(SkPath* dst, SkStrokeRec::InitStyle* style, const SkPath& src, in applyToPath() argument
[all...]
/third_party/skia/src/effects/
H A DSk1DPathEffect.cpp135 static bool morphpoints(SkPoint dst[], const SkPoint src[], int count, in morphpoints() argument
166 static void morphpath(SkPath* dst, const SkPath& src, SkPathMeasure& meas, in morphpath() argument
209 next(SkPath* dst, SkScalar distance, SkPathMeasure& meas) const next() argument
[all...]
H A DSk2DPathEffect.cpp49 SkPoint src, dst; in nextSpan() local
[all...]
H A DSkOpPathEffect.cpp23 bool SkOpPE::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath() argument
114 bool SkMatrixPE::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*, in onFilterPath() argument
143 bool SkStrokePE::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*, in onFilterPath() argument
199 bool SkStrokeAndFillPE::onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec, in onFilterPath() argument
[all...]
/third_party/skia/samplecode/
H A DSamplePathClip.cpp174 static void snap(SkPoint dst[], const SkPoint src[], int count) { in snap() argument
/third_party/skia/src/opts/
H A DSkBlitMask_opts.h45 static void D32_A8_Opaque_Color_neon(void* SK_RESTRICT dst, size_t dstRB, in D32_A8_Opaque_Color_neon() argument
108 static void blit_mask_d32_a8_general(SkPMColor* dst, size_t dstRB, in blit_mask_d32_a8_general() argument
115 static void blit_mask_d32_a8_opaque(SkPMColor* dst, size_t dstRB, in blit_mask_d32_a8_opaque() argument
122 static void blit_mask_d32_a8_black(SkPMColor* dst, size_t dstRB, in blit_mask_d32_a8_black() argument
217 blit_mask_d32_a8(SkPMColor* dst, size_t dstRB, const SkAlpha* mask, size_t maskRB, SkColor color, int w, int h) blit_mask_d32_a8() argument
[all...]

Completed in 14 milliseconds

1...<<21222324252627282930>>...122