/third_party/ffmpeg/libavfilter/ |
H A D | vf_colormap.c | 377 AVFilterContext *ctx = inlink->dst; in import_map()
|
H A D | vf_ssim.c | 439 AVFilterContext *ctx = inlink->dst; in config_input_ref()
|
H A D | vf_libplacebo.c | 444 AVFilterContext *ctx = link->dst; in filter_frame()
|
H A D | vf_xbr.c | 345 AVFilterContext *ctx = inlink->dst; in filter_frame()
|
/third_party/mesa3d/include/GL/internal/ |
H A D | dri_interface.h | 1477 void (*blitImage)(__DRIcontext *context, __DRIimage *dst, __DRIimage *src,
|
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_pass.h | 728 void copy_fetch_src(fetch_node &dst, fetch_node &src, unsigned arg_start);
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_private.h | 546 struct pvr_buffer *dst; member
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_private.h | 288 struct panfrost_bo *src, *dst;
|
/third_party/node/deps/openssl/openssl/include/crypto/ |
H A D | evp.h | 139 int (*copy) (EVP_PKEY_CTX *dst, const EVP_PKEY_CTX *src);
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ec_local.h | 173 int (*keycopy)(EC_KEY *dst, const EC_KEY *src);
|
/third_party/openssl/crypto/ec/ |
H A D | ec_local.h | 173 int (*keycopy)(EC_KEY *dst, const EC_KEY *src);
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | graphics_robust_access_test.cpp | 1578 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 D | evp.h | 139 int (*copy) (EVP_PKEY_CTX *dst, const EVP_PKEY_CTX *src);
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | asn1.h | 541 int ASN1_STRING_copy(ASN1_STRING *dst, const ASN1_STRING *str);
|
/third_party/openssl/ohos_lite/crypto/ec/ |
H A D | ec_local.h | 177 int (*keycopy)(EC_KEY *dst, const EC_KEY *src);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | graphics_robust_access_test.cpp | 1578 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 D | SkShadowUtils.cpp | 62 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 D | APFloat.h | 342 unsigned int convertToHexString(char *dst, unsigned int hexDigits,
|
H A D | APInt.h | 1643 static int tcMultiplyPart(integerPart *dst, const integerPart *src,
|
/third_party/spirv-tools/test/opt/ |
H A D | graphics_robust_access_test.cpp | 1576 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 D | wpa_hal_event.c | 125 event.tx_status.dst = hdr->addr1; in WifiWpaEventTxStatusProcess()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | wpa_common.h | 726 const u8 *src, const u8 *dst,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | wpa_hal_event.c | 127 event.tx_status.dst = hdr->addr1; in WifiWpaEventTxStatusProcess()
|
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_custom_paint.cpp | 372 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 D | nand_base.c | 120 * @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()
|