Home
last modified time | relevance | path

Searched refs:dst (Results 3326 - 3350 of 10383) sorted by relevance

1...<<131132133134135136137138139140>>...416

/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
H A Dfw.c19 void wil_memset_toio_32(volatile void __iomem *dst, u32 val, in wil_memset_toio_32() argument
22 volatile u32 __iomem *d = dst; in wil_memset_toio_32()
/kernel/linux/linux-6.6/net/batman-adv/
H A Dtp_meter.h16 void batadv_tp_start(struct batadv_priv *bat_priv, const u8 *dst,
18 void batadv_tp_stop(struct batadv_priv *bat_priv, const u8 *dst,
/third_party/ffmpeg/libavcodec/arm/
H A Daudiodsp_init_neon.c28 void ff_vector_clipf_neon(float *dst, const float *src, int len, float min, float max);
29 void ff_vector_clip_int32_neon(int32_t *dst, const int32_t *src, int32_t min,
/third_party/ffmpeg/libavcodec/
H A Dintrax8dsp.h29 void (*spatial_compensation[12])(uint8_t *src, uint8_t *dst,
31 void (*setup_spatial_compensation)(uint8_t *src, uint8_t *dst,
H A Dhuffyuvencdsp.h27 void (*diff_int16)(uint16_t *dst /* align 16 */,
32 void (*sub_hfyu_median_pred_int16)(uint16_t *dst, const uint16_t *src1,
H A Dpngdsp.h28 void (*add_bytes_l2)(uint8_t *dst,
32 /* this might write to dst[w] */
33 void (*add_paeth_prediction)(uint8_t *dst, uint8_t *src,
H A Dv210enc.h28 const uint8_t *v, uint8_t *dst, ptrdiff_t width);
30 const uint16_t *v, uint8_t *dst, ptrdiff_t width);
/third_party/ffmpeg/libavcodec/aarch64/
H A Dfmtconvert_init.c28 void ff_int32_to_float_fmul_array8_neon(FmtConvertContext *c, float *dst,
31 void ff_int32_to_float_fmul_scalar_neon(float *dst, const int32_t *src,
/third_party/ffmpeg/libavfilter/
H A Dcolorspace.h30 void ff_matrix_mul_3x3(double dst[3][3],
32 void ff_matrix_mul_3x3_vec(double dst[3], const double vec[3], const double mat[3][3]);
/third_party/ffmpeg/libavcodec/x86/
H A Dfmtconvert_init.c32 void ff_int32_to_float_fmul_scalar_sse2(float *dst, const int32_t *src, float mul, int len);
33 void ff_int32_to_float_fmul_array8_sse2(FmtConvertContext *c, float *dst, const int32_t *src,
/third_party/ffmpeg/libavutil/
H A Ddes.h56 * @param dst destination array, can be equal to src, must be 8-byte aligned
57 * @param src source array, can be equal to dst, must be 8-byte aligned, may be NULL
62 void av_des_crypt(struct AVDES *d, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt);
68 * @param dst destination array, can be equal to src, must be 8-byte aligned
69 * @param src source array, can be equal to dst, must be 8-byte aligned, may be NULL
71 void av_des_mac(struct AVDES *d, uint8_t *dst, const uint8_t *src, int count);
H A Dcast5.h59 * @param dst destination array, can be equal to src
60 * @param src source array, can be equal to dst
64 void av_cast5_crypt(struct AVCAST5 *ctx, uint8_t *dst, const uint8_t *src, int count, int decrypt);
70 * @param dst destination array, can be equal to src
71 * @param src source array, can be equal to dst
76 void av_cast5_crypt2(struct AVCAST5 *ctx, uint8_t *dst, const uint8_t *src, int count, uint8_t *iv, int decrypt);
H A Dmd5.h72 * @param dst buffer where output digest value is stored
74 void av_md5_final(struct AVMD5 *ctx, uint8_t *dst);
79 * @param dst The output buffer to write the digest into
83 void av_md5_sum(uint8_t *dst, const uint8_t *src, size_t len);
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_transpose_init.c29 uint8_t *dst,
34 uint8_t *dst,
/third_party/mbedtls/include/mbedtls/
H A Dbase64.h41 * \param dst destination buffer
57 int mbedtls_base64_encode(unsigned char *dst, size_t dlen, size_t *olen,
63 * \param dst destination buffer (can be NULL for checking size)
74 * \note Call this function with *dst = NULL or dlen = 0 to obtain
77 int mbedtls_base64_decode(unsigned char *dst, size_t dlen, size_t *olen,
/third_party/icu/icu4c/source/samples/layout/
H A Darraymem.h17 #define ARRAY_COPY(dst, src, count) memcpy((void *) (dst), (void *) (src), (count) * sizeof (src)[0])
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
H A D2-1-buildonly.c16 int week, year, dst; in dummyfcn() local
26 dst = t.tm_isdst; in dummyfcn()
/third_party/mesa3d/src/panfrost/shared/
H A Dpan_tiling.h40 * @dst Linear destination
50 void panfrost_load_tiled_image(void *dst, const void *src,
60 * @dst Tiled destination
70 void panfrost_store_tiled_image(void *dst, const void *src,
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_framebuffer.h41 util_framebuffer_state_equal(const struct pipe_framebuffer_state *dst,
45 util_copy_framebuffer_state(struct pipe_framebuffer_state *dst,
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkSpirVAsm.hpp35 bool assembleSpirV (const SpirVAsmSource* program, std::vector<deUint32>* dst, SpirVProgramInfo* buildInfo, SpirvVersion spirvVersion);
38 void disassembleSpirV (size_t binarySizeInWords, const deUint32* binary, std::ostream* dst, SpirvVersion spirvVersion);
/third_party/vk-gl-cts/execserver/
H A DxsPosixFileReader.hpp45 int read (deUint8* dst, int numBytes) { return m_buf.tryRead(numBytes, dst); } in read() argument
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A Darraymem.h17 #define ARRAY_COPY(dst, src, count) memcpy((void *) (dst), (void *) (src), (count) * sizeof (src)[0])
/third_party/skia/include/core/
H A DSkImageEncoder.h24 * @param dst results are written to this stream.
41 SK_API bool SkEncodeImage(SkWStream* dst, const SkPixmap& src,
47 SK_API bool SkEncodeImage(SkWStream* dst, const SkBitmap& src, SkEncodedImageFormat f, int q);
/third_party/skia/docs/examples/
H A Dsoftware_bitmap_w_perspective.cpp10 const SkPoint dst[] = { {0, 0}, {width, 0}, {width, height}, {0, height} }; in REG_FIDDLE_ANIMATED() local
13 matrix.setPolyToPoly(src, dst, 4); in REG_FIDDLE_ANIMATED()
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dcode-generator-loong64.cc213 ool_name(CodeGenerator* gen, T dst, T src1, T src2) \
214 : OutOfLineCode(gen), dst_(dst), src1_(src1), src2_(src2) {} \
1177 FPURegister dst = i.OutputSingleRegister(); in AssembleArchInstruction() local
1180 auto ool = zone()->New<OutOfLineFloat32Min>(this, dst, src1, src2); in AssembleArchInstruction()
1181 __ Float32Min(dst, src1, src2, ool->entry()); in AssembleArchInstruction()
1186 FPURegister dst = i.OutputSingleRegister(); in AssembleArchInstruction() local
1189 auto ool = zone()->New<OutOfLineFloat32Max>(this, dst, src1, src2); in AssembleArchInstruction()
1190 __ Float32Max(dst, src1, src2, ool->entry()); in AssembleArchInstruction()
1245 FPURegister dst = i.OutputDoubleRegister(); in AssembleArchInstruction() local
1248 auto ool = zone()->New<OutOfLineFloat64Min>(this, dst, src in AssembleArchInstruction()
1254 FPURegister dst = i.OutputDoubleRegister(); AssembleArchInstruction() local
2439 Register dst = AssembleConstructFrame() local
2483 MemOperand dst = g.ToMemOperand(destination); AssembleConstructFrame() local
2494 FloatRegister dst = g.ToSingleRegister(destination); AssembleConstructFrame() local
2499 DoubleRegister dst = destination->IsFPRegister() AssembleConstructFrame() local
2510 FPURegister dst = g.ToDoubleRegister(destination); AssembleConstructFrame() local
2543 Register dst = g.ToRegister(destination); AssembleConstructFrame() local
2549 MemOperand dst = g.ToMemOperand(destination); AssembleConstructFrame() local
2564 MemOperand dst = g.ToMemOperand(destination); AssembleConstructFrame() local
2573 FPURegister dst = g.ToDoubleRegister(destination); AssembleConstructFrame() local
2579 MemOperand dst = g.ToMemOperand(destination); AssembleConstructFrame() local
[all...]

Completed in 14 milliseconds

1...<<131132133134135136137138139140>>...416