/kernel/linux/linux-5.10/security/selinux/ss/ |
H A D | policydb.c | 1976 struct filename_trans_datum **dst, *datum, *first = NULL; in filename_trans_read_helper() local 2007 dst = &first; in filename_trans_read_helper() 2015 *dst = datum; in filename_trans_read_helper() 2028 dst = &datum->next; in filename_trans_read_helper()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ipmr.c | 1858 dev = rt->dst.dev; in ipmr_queue_xmit() 1860 if (skb->len+encap > dst_mtu(&rt->dst) && (ntohs(iph->frag_off) & IP_DF)) { in ipmr_queue_xmit() 1870 encap += LL_RESERVED_SPACE(dev) + rt->dst.header_len; in ipmr_queue_xmit() 1881 skb_dst_set(skb, &rt->dst); in ipmr_queue_xmit()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | util.c | 2024 const u8 *src, const u8 *dst, in ieee80211_build_probe_req() 2062 if (dst) { in ieee80211_build_probe_req() 2064 memcpy(mgmt->da, dst, ETH_ALEN); in ieee80211_build_probe_req() 2065 memcpy(mgmt->bssid, dst, ETH_ALEN); in ieee80211_build_probe_req() 2023 ieee80211_build_probe_req(struct ieee80211_sub_if_data *sdata, const u8 *src, const u8 *dst, u32 ratemask, struct ieee80211_channel *chan, const u8 *ssid, size_t ssid_len, const u8 *ie, size_t ie_len, u32 flags) ieee80211_build_probe_req() argument
|
/kernel/linux/linux-6.6/drivers/media/platform/chips-media/ |
H A D | coda-common.c | 2945 u32 *dst = dev->codebuf.vaddr; in coda_copy_firmware() local 2951 dst[i] = (src[i] << 16) | (src[i] >> 16); in coda_copy_firmware() 2954 dst[i] = (src[i + 1] << 16) | (src[i + 1] >> 16); in coda_copy_firmware() 2955 dst[i + 1] = (src[i] << 16) | (src[i] >> 16); in coda_copy_firmware()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_color.c | 422 struct intel_csc_matrix *dst, in ilk_csc_copy() 425 *dst = *src; in ilk_csc_copy() 428 memset(dst->postoff, 0, sizeof(dst->postoff)); in ilk_csc_copy() 421 ilk_csc_copy(struct drm_i915_private *i915, struct intel_csc_matrix *dst, const struct intel_csc_matrix *src) ilk_csc_copy() argument
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | socket.c | 2578 struct sockaddr_tipc *dst = (struct sockaddr_tipc *)dest; in tipc_connect() local 2594 if (dst->family == AF_UNSPEC) { in tipc_connect() 2600 if (!tipc_sockaddr_is_sane(dst)) { in tipc_connect() 2608 } else if (dst->addrtype == TIPC_SERVICE_RANGE) { in tipc_connect()
|
/kernel/linux/linux-6.6/security/selinux/ss/ |
H A D | policydb.c | 1974 struct filename_trans_datum **dst, *datum, *first = NULL; in filename_trans_read_helper() local 2005 dst = &first; in filename_trans_read_helper() 2013 *dst = datum; in filename_trans_read_helper() 2026 dst = &datum->next; in filename_trans_read_helper()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | btf.c | 1567 struct btf *dst; member 1568 struct hashmap *str_off_map; /* map string offsets from src to dst */ 1586 off = btf__add_str(p->dst, btf__str_by_offset(p->src, *str_off)); in btf_rewrite_str() 1590 /* Remember string mapping from src to dst. It avoids in btf_rewrite_str() 1605 struct btf_pipe p = { .src = src_btf, .dst = btf }; in btf__add_type() 1650 struct btf_pipe p = { .src = src_btf, .dst = btf }; in btf__add_btf()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ipmr.c | 1884 dev = rt->dst.dev; in ipmr_queue_xmit() 1886 if (skb->len+encap > dst_mtu(&rt->dst) && (ntohs(iph->frag_off) & IP_DF)) { in ipmr_queue_xmit() 1896 encap += LL_RESERVED_SPACE(dev) + rt->dst.header_len; in ipmr_queue_xmit() 1907 skb_dst_set(skb, &rt->dst); in ipmr_queue_xmit()
|
/third_party/alsa-utils/aplay/ |
H A D | aplay.c | 2091 static uint8_t *tmp, *src, *dst; local 2113 dst = tmp; 2116 memcpy(dst, src + sample_bytes * hw_map[ch], 2118 dst += sample_bytes;
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-mixer.c | 116 char *pa_alsa_mixer_id_to_string(char *dst, size_t dst_len, pa_alsa_mixer_id *id) { in pa_alsa_mixer_id_to_string() argument 118 snprintf(dst, dst_len, "'%s',%d", id->name, id->index); in pa_alsa_mixer_id_to_string() 120 snprintf(dst, dst_len, "'%s'", id->name); in pa_alsa_mixer_id_to_string() 122 return dst; in pa_alsa_mixer_id_to_string()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
H A D | vktWsiSwapchainTests.cpp | 2615 void getBasicRenderPrograms (SourceCollections& dst, Type) in getBasicRenderPrograms() argument 2617 WsiTriangleRenderer::getPrograms(dst); in getBasicRenderPrograms() 2620 void getBasicRenderPrograms (SourceCollections& dst, MultiSwapchainParams) in getBasicRenderPrograms() argument 2622 WsiTriangleRenderer::getPrograms(dst); in getBasicRenderPrograms()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | ImageTest.cpp | 519 uint8_t *dst = reinterpret_cast<uint8_t *>(plane.data) + z * layerPitch + in writeAHBData() local 521 memcpy(dst, src, planeData.bytesPerPixel); in writeAHBData() 550 uint8_t *dst = reinterpret_cast<uint8_t *>(mappedMemory) + dstPtrOffset; in writeAHBData() 551 memcpy(dst, data[0].data + srcPtrOffset, rowSize); in writeAHBData()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Program.cpp | 614 GLfloat* dst = reinterpret_cast<GLfloat*>(targetUniform->data + uniformIndex[location].element * sizeof(GLfloat) * numElements); local 618 memcpy(dst, value, numElements * sizeof(GLfloat) * count); 630 dst[i * rowSize + j] = value[j * colSize + i]; 633 dst += numElements;
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.h | 319 IMGUI_API void StyleColorsDark(ImGuiStyle* dst = NULL); // new, recommended style (default) 320 IMGUI_API void StyleColorsLight(ImGuiStyle* dst = NULL); // best used with borders and a custom, thicker font 321 IMGUI_API void StyleColorsClassic(ImGuiStyle* dst = NULL); // classic imgui style 2782 IMGUI_API void AddRemapChar(ImWchar dst, ImWchar src, bool overwrite_dst = true); // Makes 'dst' character/glyph points to 'src' character/glyph. Currently needs to be called AFTER fonts have been built.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelLowering.cpp | 304 int DstIdx = TII->getOperandIdx(MI.getOpcode(), R600::OpName::dst); in EmitInstrWithCustomInserter() 2092 bool HasDst = TII->getOperandIdx(Opcode, R600::OpName::dst) > -1; in FoldOperand() 2249 bool HasDst = TII->getOperandIdx(Opcode, R600::OpName::dst) > -1; in PostISelFolding() 2288 bool HasDst = TII->getOperandIdx(Opcode, R600::OpName::dst) > -1; in PostISelFolding()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
H A D | vktWsiSwapchainTests.cpp | 2599 void getBasicRenderPrograms (SourceCollections& dst, Type) in getBasicRenderPrograms() argument 2601 WsiTriangleRenderer::getPrograms(dst); in getBasicRenderPrograms() 2604 void getBasicRenderPrograms (SourceCollections& dst, MultiSwapchainParams) in getBasicRenderPrograms() argument 2606 WsiTriangleRenderer::getPrograms(dst); in getBasicRenderPrograms()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_main.c | 7910 /* Both (src/dst) valid mac_addr are not supported */ in i40e_add_del_cloud_filter_big_buf() 8065 if (!is_zero_ether_addr(match.mask->dst)) { in i40e_parse_cls_flower() 8066 if (is_broadcast_ether_addr(match.mask->dst)) { in i40e_parse_cls_flower() 8070 match.mask->dst); in i40e_parse_cls_flower() 8084 ether_addr_copy(filter->dst_mac, match.key->dst); in i40e_parse_cls_flower() 8117 if (match.mask->dst) { in i40e_parse_cls_flower() 8118 if (match.mask->dst == cpu_to_be32(0xffffffff)) { in i40e_parse_cls_flower() 8121 dev_err(&pf->pdev->dev, "Bad ip dst mask %pI4b\n", in i40e_parse_cls_flower() 8122 &match.mask->dst); in i40e_parse_cls_flower() 8141 filter->dst_ipv4 = match.key->dst; in i40e_parse_cls_flower() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_main.c | 8439 /* Both (src/dst) valid mac_addr are not supported */ in i40e_add_del_cloud_filter_big_buf() 8594 if (!is_zero_ether_addr(match.mask->dst)) { in i40e_parse_cls_flower() 8595 if (is_broadcast_ether_addr(match.mask->dst)) { in i40e_parse_cls_flower() 8599 match.mask->dst); in i40e_parse_cls_flower() 8613 ether_addr_copy(filter->dst_mac, match.key->dst); in i40e_parse_cls_flower() 8646 if (match.mask->dst) { in i40e_parse_cls_flower() 8647 if (match.mask->dst == cpu_to_be32(0xffffffff)) { in i40e_parse_cls_flower() 8650 dev_err(&pf->pdev->dev, "Bad ip dst mask %pI4b\n", in i40e_parse_cls_flower() 8651 &match.mask->dst); in i40e_parse_cls_flower() 8670 filter->dst_ipv4 = match.key->dst; in i40e_parse_cls_flower() [all...] |
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
H A D | aic79xx_core.c | 275 ahd_set_modes(struct ahd_softc *ahd, ahd_mode src, ahd_mode dst) in ahd_set_modes() argument 277 if (ahd->src_mode == src && ahd->dst_mode == dst) in ahd_set_modes() 285 ahd_build_mode_state(ahd, src, dst)); in ahd_set_modes() 287 ahd_outb(ahd, MODE_PTR, ahd_build_mode_state(ahd, src, dst)); in ahd_set_modes() 289 ahd->dst_mode = dst; in ahd_set_modes() 297 ahd_mode dst; in ahd_update_modes() local 304 ahd_extract_mode_state(ahd, mode_ptr, &src, &dst); in ahd_update_modes() 305 ahd_known_modes(ahd, src, dst); in ahd_update_modes() 338 ahd_mode dst; in ahd_restore_modes() local 340 ahd_extract_mode_state(ahd, state, &src, &dst); in ahd_restore_modes() [all...] |
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
H A D | aic79xx_core.c | 275 ahd_set_modes(struct ahd_softc *ahd, ahd_mode src, ahd_mode dst) in ahd_set_modes() argument 277 if (ahd->src_mode == src && ahd->dst_mode == dst) in ahd_set_modes() 285 ahd_build_mode_state(ahd, src, dst)); in ahd_set_modes() 287 ahd_outb(ahd, MODE_PTR, ahd_build_mode_state(ahd, src, dst)); in ahd_set_modes() 289 ahd->dst_mode = dst; in ahd_set_modes() 297 ahd_mode dst; in ahd_update_modes() local 304 ahd_extract_mode_state(ahd, mode_ptr, &src, &dst); in ahd_update_modes() 305 ahd_known_modes(ahd, src, dst); in ahd_update_modes() 338 ahd_mode dst; in ahd_restore_modes() local 340 ahd_extract_mode_state(ahd, state, &src, &dst); in ahd_restore_modes() [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state.c | 402 enum pipe_blendfactor dst, unsigned chanmask) in si_blend_check_commutativity() 415 if (dst == PIPE_BLENDFACTOR_ONE && (src_allowed & (1u << src)) && in si_blend_check_commutativity() 422 * func(src * DST, dst * 0) ---> func(src * 0, dst * SRC) 554 * func(src * DST, dst * 0) ---> func(src * 0, dst * SRC) in si_create_blend_state_mode() 2972 * - texture -> render (eg: glBlitFramebuffer(with src=dst) then glDraw*) in si_set_framebuffer_state() 5151 struct pipe_vertex_buffer *dst = sctx->vertex_buffer + start_slot; in si_set_vertex_buffers() local 5163 struct pipe_vertex_buffer *dsti = dst + i; in si_set_vertex_buffers() 5178 memcpy(dst, buffer in si_set_vertex_buffers() 400 si_blend_check_commutativity(struct si_screen *sscreen, struct si_state_blend *blend, enum pipe_blend_func func, enum pipe_blendfactor src, enum pipe_blendfactor dst, unsigned chanmask) si_blend_check_commutativity() argument [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | opt.h | 3741 const struct eth_addr* dst, u16_t eth_type);\n 3746 * - dst: destination eth address 3755 #define LWIP_HOOK_VLAN_SET(netif, p, src, dst, eth_type)
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_attraction_effect_filter.cpp | 436 const Drawing::Rect& src, const Drawing::Rect& dst) const in DrawImageRect()
|
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | nip_addrconf.c | 375 if (dst_hold_safe(&ifp->rt->dst)) in nip_del_addr()
|