Home
last modified time | relevance | path

Searched refs:dst (Results 10276 - 10300 of 10620) sorted by relevance

1...<<411412413414415416417418419420>>...425

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_hostap.c132 event.tx_status.dst = hdr->addr1; in handle_tx_callback()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_hostap.c132 event.tx_status.dst = hdr->addr1; in handle_tx_callback()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A Dentry_points_gles_ext_autogen.cpp4771 void GL_APIENTRY GL_BlendFunciEXT(GLuint buf, GLenum src, GLenum dst) in GL_BlendFunciEXT() argument
4774 EVENT(context, GLBlendFunciEXT, "context = %d, buf = %u, src = %s, dst = %s", CID(context), buf, in GL_BlendFunciEXT()
4776 GLenumToString(GLenumGroup::BlendingFactor, dst)); in GL_BlendFunciEXT()
4783 ValidateBlendFunciEXT(context, angle::EntryPoint::GLBlendFunciEXT, buf, src, dst)); in GL_BlendFunciEXT()
4786 context->blendFunci(buf, src, dst); in GL_BlendFunciEXT()
4788 ANGLE_CAPTURE(BlendFunciEXT, isCallValid, context, buf, src, dst); in GL_BlendFunciEXT()
9010 void GL_APIENTRY GL_BlendFunciOES(GLuint buf, GLenum src, GLenum dst) in GL_BlendFunciOES() argument
9013 EVENT(context, GLBlendFunciOES, "context = %d, buf = %u, src = %s, dst = %s", CID(context), buf, in GL_BlendFunciOES()
9015 GLenumToString(GLenumGroup::BlendingFactor, dst)); in GL_BlendFunciOES()
9022 ValidateBlendFunciOES(context, angle::EntryPoint::GLBlendFunciOES, buf, src, dst)); in GL_BlendFunciOES()
[all...]
/third_party/vixl/test/aarch64/
H A Dtest-assembler-sve-aarch64.cc3693 typedef void (MacroAssembler::*CntFn)(const Register& dst,
4159 typedef void (MacroAssembler::*QIncDecXWFn)(const Register& dst,
4323 typedef void (MacroAssembler::*IncDecZFn)(const ZRegister& dst,
4326 typedef void (MacroAssembler::*AddSubFn)(const ZRegister& dst,
4496 // `instr` zd(dst), zd(src_a), zn(src_b)
4500 // `instr` zd(dst), zm(src_a), zd(src_b)
4507 // `instr` zd(dst), zm(src_a), zn(src_b)
5629 // Test dst == src
8732 Register dst,
8739 masm->Ldrsb(dst, MemOperan
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_compile.c615 #define OP1(op, dst, dstw, src, srcw) \
616 sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw))
617 #define OP2(op, dst, dstw, src1, src1w, src2, src2w) \
618 sljit_emit_op2(compiler, (op), (dst), (dstw), (src1), (src1w), (src2), (src2w))
637 #define OP_FLAGS(op, dst, dstw, type) \
638 sljit_emit_op_flags(compiler, (op), (dst), (dstw), (type))
641 #define GET_LOCAL_BASE(dst, dstw, offset) \
642 sljit_get_local_base(compiler, (dst), (dstw), (offset))
3746 static void peek_char(compiler_common *common, sljit_u32 max, sljit_s32 dst, sljit_sw dstw, jump_list **backtracks) in peek_char() argument
3749 Does not check STR_END. TMP2, dst, RETURN_ADD in peek_char()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp2930 void copy(vk::VkStencilOpState& dst, const StencilOpParams& src) in copy() argument
2932 dst.failOp = src.failOp; in copy()
2933 dst.passOp = src.passOp; in copy()
2934 dst.depthFailOp = src.depthFailOp; in copy()
2935 dst.compareOp = src.compareOp; in copy()
3880 auto dst = reinterpret_cast<char*>(alloc.getHostPtr()); in copyAndFlush() local
3882 deMemcpy(dst + offset, src, size); in copyAndFlush()
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h10152 typedef void (VKAPI_PTR *PFN_vkCmdBuildAccelerationStructureNV)(VkCommandBuffer commandBuffer, const VkAccelerationStructureInfoNV* pInfo, VkBuffer instanceData, VkDeviceSize instanceOffset, VkBool32 update, VkAccelerationStructureNV dst, VkAccelerationStructureNV src, VkBuffer scratch, VkDeviceSize scratchOffset);
10153 typedef void (VKAPI_PTR *PFN_vkCmdCopyAccelerationStructureNV)(VkCommandBuffer commandBuffer, VkAccelerationStructureNV dst, VkAccelerationStructureNV src, VkCopyAccelerationStructureModeKHR mode);
10190 VkAccelerationStructureNV dst,
10197 VkAccelerationStructureNV dst,
12330 VkDeviceOrHostAddressKHR dst; member
12338 VkAccelerationStructureKHR dst; member
12346 VkAccelerationStructureKHR dst; member
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_cmd_buffer.c4350 * on the dst flush side we skip CB/DB flushes without the STORAGE bit, so in radv_src_access_flush()
5256 uint32_t *dst = descriptors_state->dynamic_buffers + idx * 4; in radv_CmdBindDescriptorSets() local
5262 memset(dst, 0, 4 * 4); in radv_CmdBindDescriptorSets()
5265 dst[0] = va; in radv_CmdBindDescriptorSets()
5266 dst[1] = S_008F04_BASE_ADDRESS_HI(va >> 32); in radv_CmdBindDescriptorSets()
5267 dst[2] = no_dynamic_bounds ? 0xffffffffu : range->size; in radv_CmdBindDescriptorSets()
5268 dst[3] = S_008F0C_DST_SEL_X(V_008F0C_SQ_SEL_X) | S_008F0C_DST_SEL_Y(V_008F0C_SQ_SEL_Y) | in radv_CmdBindDescriptorSets()
5272 dst[3] |= S_008F0C_FORMAT(V_008F0C_GFX11_FORMAT_32_FLOAT) | in radv_CmdBindDescriptorSets()
5275 dst[3] |= S_008F0C_FORMAT(V_008F0C_GFX10_FORMAT_32_FLOAT) | in radv_CmdBindDescriptorSets()
5278 dst[ in radv_CmdBindDescriptorSets()
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp820 void link( void * dstBase, void const * srcBase, VkBaseOutStructure * dst, VkBaseInStructure const * src ) in link() argument
825 dst->pNext = reinterpret_cast<VkBaseOutStructure *>( reinterpret_cast<char *>( dstBase ) + offset ); in link()
826 dst = dst->pNext; in link()
829 dst->pNext = nullptr; in link()
4064 VkAccelerationStructureNV dst,
4069 return ::vkCmdBuildAccelerationStructureNV( commandBuffer, pInfo, instanceData, instanceOffset, update, dst, src, scratch, scratchOffset );
4073 VkAccelerationStructureNV dst,
4077 return ::vkCmdCopyAccelerationStructureNV( commandBuffer, dst, src, mode );
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp5305 // apply the matrix to the given point specified by dst
5306 void FrameNode::MapPointTo(PointF& dst, Matrix4& matrix) in MapPointTo() argument
5308 Point tmp(dst.GetX(), dst.GetY()); in MapPointTo()
5310 dst.SetX(transformPoint.GetX()); in MapPointTo()
5311 dst.SetY(transformPoint.GetY()); in MapPointTo()
/kernel/linux/linux-5.10/net/bluetooth/
H A Dmgmt.c2683 bacpy(&rp->addr[i].bdaddr, &c->dst); in get_connections()
2833 bacpy(&rp.addr.bdaddr, &conn->dst); in pairing_complete()
3065 if (bacmp(&addr->bdaddr, &conn->dst) != 0) { in cancel_pair_device()
8205 bacpy(&ev->addr.bdaddr, &conn->dst); in mgmt_device_connected()
8496 bacpy(&ev.addr.bdaddr, &conn->dst); in mgmt_auth_failed()
/kernel/linux/linux-6.6/net/core/
H A Drtnetlink.c835 int rtnl_put_cacheinfo(struct sk_buff *skb, struct dst_entry *dst, u32 id, in rtnl_put_cacheinfo() argument
843 if (dst) { in rtnl_put_cacheinfo()
844 ci.rta_lastuse = jiffies_delta_to_clock_t(jiffies - dst->lastuse); in rtnl_put_cacheinfo()
845 ci.rta_used = dst->__use; in rtnl_put_cacheinfo()
846 ci.rta_clntref = rcuref_read(&dst->__rcuref); in rtnl_put_cacheinfo()
/third_party/mesa3d/src/microsoft/compiler/
H A Dnir_to_dxil.c1101 uint8_t *dst = (uint8_t *)const_vals + offset; in var_fill_const_array_with_vector_or_scalar() local
1105 memcpy(dst, &c->values[comp].u64, sizeof(c->values[0].u64)); in var_fill_const_array_with_vector_or_scalar()
1108 memcpy(dst, &c->values[comp].u32, sizeof(c->values[0].u32)); in var_fill_const_array_with_vector_or_scalar()
1111 memcpy(dst, &c->values[comp].u16, sizeof(c->values[0].u16)); in var_fill_const_array_with_vector_or_scalar()
1115 memcpy(dst, &c->values[comp].u8, sizeof(c->values[0].u8)); in var_fill_const_array_with_vector_or_scalar()
/third_party/icu/icu4c/source/test/cintltst/
H A Dnucnvtst.c3474 unescape(UChar* dst, int32_t dstLen,const char* src,int32_t srcLen,UErrorCode *status){ in unescape() argument
3480 if((dst==NULL && dstLen>0) || (src==NULL ) || dstLen < -1 || srcLen <-1 ){ in unescape()
3499 dst[dstIndex++] = U16_LEAD(c); in unescape()
3501 dst[dstIndex]=U16_TRAIL(c); in unescape()
3506 dst[dstIndex]=(UChar)c; in unescape()
/third_party/skia/tests/
H A DPathTest.cpp436 SkPath dst; in test_bad_cubic_crbug229478() local
439 paint.getFillPath(path, &dst, nullptr); in test_bad_cubic_crbug229478()
2571 SkPath src, dst; in test_isNestedFillRects() local
2576 strokePaint.getFillPath(src, &dst); in test_isNestedFillRects()
2577 REPORTER_ASSERT(reporter, SkPathPriv::IsNestedFillRects(dst, nullptr)); in test_isNestedFillRects()
4028 // case 1: dst is empty in test_addEmptyPath()
4036 // case 3: src and dst are empty in test_addEmptyPath()
5367 // The possible problem is that during path.add() we may have to grow the dst buffers as in DEF_TEST()
5368 // we append the src pts/verbs, but all the while we are iterating over the src. If src == dst in DEF_TEST()
5369 // we could realloc the buffer's (on behalf of dst) leavin in DEF_TEST()
[all...]
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fGeometryShaderTests.cpp2724 void sampleTextureLayer (tcu::Surface& dst, int layer);
3429 void LayeredRenderCase::sampleTextureLayer (tcu::Surface& dst, int layer) in sampleTextureLayer() argument
3431 DE_ASSERT(dst.getWidth() == m_resolveDimensions.x()); in sampleTextureLayer()
3432 DE_ASSERT(dst.getHeight() == m_resolveDimensions.y()); in sampleTextureLayer()
3479 glu::readPixels(m_context.getRenderContext(), 0, 0, dst.getAccess()); in sampleTextureLayer()
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/drv/
H A Dddr_training_impl.c36 void* ddrtr_memcpy(void *dst, const void *src, unsigned int len) in ddrtr_memcpy() argument
39 char *d = dst; in ddrtr_memcpy()
43 return dst; in ddrtr_memcpy()
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/
H A Dddr_training_impl.c35 void* ddrtr_memcpy(void *dst, const void *src, unsigned int len) in ddrtr_memcpy() argument
38 char *d = dst; in ddrtr_memcpy()
42 return dst; in ddrtr_memcpy()
/foundation/arkui/ui_lite/frameworks/draw/
H A Ddraw_utils.cpp580 uint8_t* dst, in BlendWithSoftWare()
586 if ((dst == nullptr) || (src1 == nullptr)) { in BlendWithSoftWare()
592 uint8_t* dest = dst + destStride * y; in BlendWithSoftWare()
573 BlendWithSoftWare(const uint8_t* src1, const Rect& srcRect, uint32_t srcStride, uint32_t srcLineNumber, ColorMode srcMode, uint32_t color, OpacityType opa, uint8_t* dst, uint32_t destStride, ColorMode destMode, uint32_t x, uint32_t y) const BlendWithSoftWare() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node.cpp3007 Drawing::Rect dst(0, 0, cacheImage->GetWidth(), cacheImage->GetHeight()); in DrawCacheSurface()
3008 dst.MakeOutset(1, 1); in DrawCacheSurface()
3009 canvas.DrawImageRect(*cacheImage, dst, samplingOptions); in DrawCacheSurface()
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-integrity.c622 static void block_bitmap_copy(struct dm_integrity_c *ic, struct page_list *dst, struct page_list *src) in block_bitmap_copy() argument
628 unsigned long *dst_data = lowmem_page_address(dst[i].page); in block_bitmap_copy()
922 req->dst = target_sg[section]; in crypt_journal()
/kernel/linux/linux-5.10/drivers/net/usb/
H A Dlan78xx.c489 u32 *dst; in lan78xx_read_stats() local
506 dst = (u32 *)data; in lan78xx_read_stats()
509 dst[i] = src[i]; in lan78xx_read_stats()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H A Dsge.c1005 static void cxgb_pio_copy(u64 __iomem *dst, u64 *src) in cxgb_pio_copy() argument
1010 writeq(*src, dst); in cxgb_pio_copy()
1012 dst++; in cxgb_pio_copy()
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.c1929 unsigned short *dst, const unsigned char *src, in pvr2_copy_i2c_addr_list()
1935 dst[cnt] = src[cnt]; in pvr2_copy_i2c_addr_list()
1938 dst[cnt] = I2C_CLIENT_END; in pvr2_copy_i2c_addr_list()
1928 pvr2_copy_i2c_addr_list( unsigned short *dst, const unsigned char *src, unsigned int dst_max) pvr2_copy_i2c_addr_list() argument
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.c1929 unsigned short *dst, const unsigned char *src, in pvr2_copy_i2c_addr_list()
1935 dst[cnt] = src[cnt]; in pvr2_copy_i2c_addr_list()
1938 dst[cnt] = I2C_CLIENT_END; in pvr2_copy_i2c_addr_list()
1928 pvr2_copy_i2c_addr_list( unsigned short *dst, const unsigned char *src, unsigned int dst_max) pvr2_copy_i2c_addr_list() argument

Completed in 234 milliseconds

1...<<411412413414415416417418419420>>...425