Home
last modified time | relevance | path

Searched refs:dst (Results 9801 - 9825 of 10421) sorted by relevance

1...<<391392393394395396397398399400>>...417

/third_party/ffmpeg/libavfilter/
H A Dvf_colormap.c377 AVFilterContext *ctx = inlink->dst; in import_map()
H A Dvf_ssim.c439 AVFilterContext *ctx = inlink->dst; in config_input_ref()
H A Dvf_libplacebo.c444 AVFilterContext *ctx = link->dst; in filter_frame()
H A Dvf_xbr.c345 AVFilterContext *ctx = inlink->dst; in filter_frame()
/third_party/mesa3d/include/GL/internal/
H A Ddri_interface.h1477 void (*blitImage)(__DRIcontext *context, __DRIimage *dst, __DRIimage *src,
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_pass.h728 void copy_fetch_src(fetch_node &dst, fetch_node &src, unsigned arg_start);
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_private.h546 struct pvr_buffer *dst; member
/third_party/mesa3d/src/panfrost/vulkan/
H A Dpanvk_private.h288 struct panfrost_bo *src, *dst;
/third_party/node/deps/openssl/openssl/include/crypto/
H A Devp.h139 int (*copy) (EVP_PKEY_CTX *dst, const EVP_PKEY_CTX *src);
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_local.h173 int (*keycopy)(EC_KEY *dst, const EC_KEY *src);
/third_party/openssl/crypto/ec/
H A Dec_local.h173 int (*keycopy)(EC_KEY *dst, const EC_KEY *src);
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dgraphics_robust_access_test.cpp1578 OpName %dst "dst" in TEST_F()
1588 OpDecorate %dst DescriptorSet 0 in TEST_F()
1589 OpDecorate %dst Binding 1 in TEST_F()
1611 %dst = OpVariable %_ptr_Uniform_Dst Uniform in TEST_F()
1636 %40 = OpAccessChain %_ptr_Uniform__struct_24 %dst %int_0 %31 in TEST_F()
/third_party/openssl/include/crypto/
H A Devp.h139 int (*copy) (EVP_PKEY_CTX *dst, const EVP_PKEY_CTX *src);
/third_party/openssl/ohos_lite/include/openssl/
H A Dasn1.h541 int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str);
/third_party/openssl/ohos_lite/crypto/ec/
H A Dec_local.h177 int (*keycopy)(EC_KEY *dst, const EC_KEY *src);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dgraphics_robust_access_test.cpp1578 OpName %dst "dst" in TEST_F()
1588 OpDecorate %dst DescriptorSet 0 in TEST_F()
1589 OpDecorate %dst Binding 1 in TEST_F()
1611 %dst = OpVariable %_ptr_Uniform_Dst Uniform in TEST_F()
1636 %40 = OpAccessChain %_ptr_Uniform__struct_24 %dst %int_0 %31 in TEST_F()
/third_party/skia/src/utils/
H A DSkShadowUtils.cpp62 skvm::Color onProgram(skvm::Builder* p, skvm::Color c, const SkColorInfo& dst, skvm::Uniforms*,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPFloat.h342 unsigned int convertToHexString(char *dst, unsigned int hexDigits,
H A DAPInt.h1643 static int tcMultiplyPart(integerPart *dst, const integerPart *src,
/third_party/spirv-tools/test/opt/
H A Dgraphics_robust_access_test.cpp1576 OpName %dst "dst" in TEST_F()
1586 OpDecorate %dst DescriptorSet 0 in TEST_F()
1587 OpDecorate %dst Binding 1 in TEST_F()
1609 %dst = OpVariable %_ptr_Uniform_Dst Uniform in TEST_F()
1634 %40 = OpAccessChain %_ptr_Uniform__struct_24 %dst %int_0 %31 in TEST_F()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Dwpa_hal_event.c125 event.tx_status.dst = hdr->addr1; in WifiWpaEventTxStatusProcess()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dwpa_common.h726 const u8 *src, const u8 *dst,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Dwpa_hal_event.c127 event.tx_status.dst = hdr->addr1; in WifiWpaEventTxStatusProcess()
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_custom_paint.cpp372 SkDynamicMemoryWStream dst; in ToDataURL() local
376 success = SkJpegEncoder::Encode(&dst, src, options); in ToDataURL()
380 success = SkWebpEncoder::Encode(&dst, src, options); in ToDataURL()
384 success = SkPngEncoder::Encode(&dst, src, options); in ToDataURL()
390 auto result = dst.detachAsData(); in ToDataURL()
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dnand_base.c120 * @dst: destination buffer
124 * @nbits: number of bits to copy from @src to @dst
128 void nand_extract_bits(u8 *dst, unsigned int dst_off, const u8 *src, in nand_extract_bits() argument
133 dst += dst_off / 8; in nand_extract_bits()
142 *dst &= ~GENMASK(n - 1 + dst_off, dst_off); in nand_extract_bits()
143 *dst |= tmp << dst_off; in nand_extract_bits()
147 dst++; in nand_extract_bits()

Completed in 52 milliseconds

1...<<391392393394395396397398399400>>...417