Home
last modified time | relevance | path

Searched refs:dest (Results 3151 - 3175 of 5435) sorted by relevance

1...<<121122123124125126127128129130>>...218

/third_party/mesa3d/src/mapi/glapi/gen/
H A DglX_proto_recv.py527 dest='filename',
531 dest='mode',
536 dest='swap',
/third_party/icu/icu4c/source/i18n/
H A Dutrans.cpp61 virtual void copy(int32_t start, int32_t limit, int32_t dest) override;
125 void ReplaceableGlue::copy(int32_t start, int32_t limit, int32_t dest) { in copy() argument
126 (*func->copy)(rep, start, limit, dest); in copy()
/third_party/libwebsockets/win32port/zlib/
H A Dgzread.c526 unsigned char *dest = state->out + (state->size << 1); local
528 *--dest = *--src;
529 state->next = dest;
/third_party/libwebsockets/lib/roles/netlink/
H A Dops-netlink.c186 robj.dest.sa4.sin_family = ifam->ifa_family; in rops_handle_POLLIN_netlink()
271 lws_sa46_copy_address(&robj.dest, RTA_DATA(ra), in rops_handle_POLLIN_netlink()
274 lws_sa46_write_numeric_address(&robj.dest, buf, sizeof(buf)); in rops_handle_POLLIN_netlink()
/third_party/lwip/test/unit/tcp/
H A Dtcp_helper.c72 iphdr->dest.addr = ip_2_ip4(dst_ip)->addr; in tcp_create_segment_wnd()
84 tcphdr->dest = htons(dst_port); in tcp_create_segment_wnd()
258 ip_addr_copy_from_ip4(*ip_current_dest_addr(), iphdr->dest); in test_tcp_input()
/third_party/python/Tools/c-analyzer/c_analyzer/
H A D__main__.py143 parser.add_argument(f'--{check}', dest='checks',
264 parser.add_argument('--format', dest='fmt', default=default, choices=tuple(FORMATS))
413 subs = parser.add_subparsers(dest='datacmd')
/third_party/python/Tools/ssl/
H A Dmultissltests.py116 dest='network', variable
137 dest='force', variable
143 dest='keep_sources', variable
/third_party/pulseaudio/src/modules/rtp/
H A Dmodule-rtp-send.c170 static void source_output_moving_cb(pa_source_output *o, pa_source *dest) { in source_output_moving_cb() argument
177 if (!dest) in source_output_moving_cb()
181 o->flags |= get_dont_inhibit_auto_suspend_flag(dest, u->inhibit_auto_suspend); in source_output_moving_cb()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A Drenderer_utils.h84 typedef void (*PixelReadFunction)(const uint8_t *source, uint8_t *dest);
85 typedef void (*PixelWriteFunction)(const uint8_t *source, uint8_t *dest);
86 typedef void (*PixelCopyFunction)(const uint8_t *source, uint8_t *dest);
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DAttributeLayoutTest.cpp156 void (*mStore)(double value, void *dest);
168 void Store(double value, void *dest) in Store() argument
171 memcpy(dest, &v, sizeof(v)); in Store()
/third_party/skia/samplecode/
H A DSampleSimpleStroker.cpp253 const SkPoint dest = setLength(after, fRadius); in join()
255 outer->lineTo(miterMidpt + dest); in join()
286 inner->lineTo(miterMidpt - dest); in join()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DRenderer.hpp283 void clear(void *value, Format format, Surface *dest, const Rect &rect, unsigned int rgbaMask);
284 void blit(Surface *source, const SliceRectF &sRect, Surface *dest, const SliceRect &dRect, bool filter, bool isStencil = false, bool sRGBconversion = true);
285 void blit3D(Surface *source, Surface *dest);
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dutrans.cpp61 virtual void copy(int32_t start, int32_t limit, int32_t dest);
125 void ReplaceableGlue::copy(int32_t start, int32_t limit, int32_t dest) { in copy() argument
126 (*func->copy)(rep, start, limit, dest); in copy()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/bloat/
H A Dbloat.py377 parser.add_option('--nm-output', action='store', dest='nmpath',
380 parser.add_option('--objdump-output', action='store', dest='objdumppath',
387 parser.add_option('--c++filt', action='store', metavar='PATH', dest='cppfilt',
/third_party/skia/third_party/externals/zlib/
H A Dgzread.c533 unsigned char *dest = state->out + (state->size << 1); local
535 *--dest = *--src;
536 state->x.next = dest;
/third_party/python/Lib/
H A Dprofile.py560 parser.add_option('-o', '--outfile', dest="outfile",
562 parser.add_option('-m', dest="module", action="store_true",
564 parser.add_option('-s', '--sort', dest="sort",
/third_party/vk-gl-cts/scripts/
H A Dmustpass.py436 dest="buildDir",
441 dest="buildType",
446 dest="targetName",
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dwpa_i.h219 static inline int wpa_sm_ether_send(struct wpa_sm *sm, const u8 *dest, in wpa_sm_ether_send() argument
223 return sm->ctx->ether_send(sm->ctx->ctx, dest, proto, buf, len); in wpa_sm_ether_send()
414 int ver, const u8 *dest, u16 proto,
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa_i.h282 static inline int wpa_sm_ether_send(struct wpa_sm *sm, const u8 *dest, in wpa_sm_ether_send() argument
286 return sm->ctx->ether_send(sm->ctx->ctx, dest, proto, buf, len); in wpa_sm_ether_send()
498 int ver, const u8 *dest, u16 proto,
/third_party/zlib/
H A Dgzread.c565 unsigned char *dest = state->out + (state->size << 1); in gzungetc() local
567 *--dest = *--src; in gzungetc()
569 state->x.next = dest; in gzungetc()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.c297 else if (offset == offsetof(struct tcphdr, dest)) in mlx5_tc_ct_rule_to_tuple_nat()
306 else if (offset == offsetof(struct udphdr, dest)) in mlx5_tc_ct_rule_to_tuple_nat()
575 else if (offset == offsetof(struct tcphdr, dest)) in mlx5_tc_ct_parse_mangle_to_mod_act()
585 else if (offset == offsetof(struct udphdr, dest)) in mlx5_tc_ct_parse_mangle_to_mod_act()
1337 struct mlx5_flow_destination dest = {}; in tc_ct_pre_ct_add_rules() local
1373 dest.type = MLX5_FLOW_DESTINATION_TYPE_FLOW_TABLE; in tc_ct_pre_ct_add_rules()
1383 dest.ft = ct_priv->post_ct; in tc_ct_pre_ct_add_rules()
1384 rule = mlx5_add_flow_rules(ft, spec, &flow_act, &dest, 1); in tc_ct_pre_ct_add_rules()
1394 dest.ft = nat ? ct_priv->ct_nat : ct_priv->ct; in tc_ct_pre_ct_add_rules()
1395 rule = mlx5_add_flow_rules(ft, spec, &flow_act, &dest, in tc_ct_pre_ct_add_rules()
[all...]
/kernel/linux/linux-5.10/net/openvswitch/
H A Dactions.c685 dst = OVS_MASKED(uh->dest, key->udp_dst, mask->udp_dst); in set_udp()
692 if (likely(dst != uh->dest)) { in set_udp()
693 set_tp_port(skb, &uh->dest, dst, &uh->check); in set_udp()
701 uh->dest = dst; in set_udp()
731 dst = OVS_MASKED(th->dest, key->tcp_dst, mask->tcp_dst); in set_tcp()
732 if (likely(dst != th->dest)) { in set_tcp()
733 set_tp_port(skb, &th->dest, dst, &th->check); in set_tcp()
759 sh->dest = OVS_MASKED(sh->dest, key->sctp_dst, mask->sctp_dst); in set_sctp()
770 flow_key->tp.dst = sh->dest; in set_sctp()
[all...]
/kernel/linux/linux-5.10/fs/reiserfs/
H A Ddo_balan.c1551 /* Replace n_dest'th key in buffer dest by n_src'th key of buffer src.*/
1552 void replace_key(struct tree_balance *tb, struct buffer_head *dest, int n_dest, in replace_key() argument
1556 RFALSE(dest == NULL || src == NULL, in replace_key()
1557 "vs-12305: source or destination buffer is 0 (src=%p, dest=%p)", in replace_key()
1558 src, dest); in replace_key()
1559 RFALSE(!B_IS_KEYS_LEVEL(dest), in replace_key()
1560 "vs-12310: invalid level (%z) for destination buffer. dest must be leaf", in replace_key()
1561 dest); in replace_key()
1563 "vs-12315: src(%d) or dest(%d) key number < 0", n_src, n_dest); in replace_key()
1564 RFALSE(n_dest >= B_NR_ITEMS(dest) || n_sr in replace_key()
[all...]
/kernel/linux/linux-5.10/net/ipv6/
H A Dudp.c547 &hdr->saddr, uh->dest, in __udp6_lib_err_encap()
584 sk = __udp6_lib_lookup(net, daddr, uh->dest, saddr, uh->source, in __udp6_lib_err()
634 ipv6_icmp_error(sk, skb, err, uh->dest, ntohl(info), (u8 *)(uh+1)); in __udp6_lib_err()
813 &ipv6_hdr(skb)->daddr, ntohs(udp_hdr(skb)->dest)); in udp6_csum_zero_error()
826 unsigned short hnum = ntohs(uh->dest); in __udp6_lib_mcast_deliver()
845 if (!__udp_v6_is_mcast_sock(net, sk, uh->dest, daddr, in __udp6_lib_mcast_deliver()
989 sk = __udp6_lib_lookup_skb(skb, uh->source, uh->dest, udptable); in __udp6_lib_rcv()
1016 daddr, ntohs(uh->dest)); in __udp6_lib_rcv()
1068 sk = __udp6_lib_demux_lookup(net, uh->dest, in udp_v6_early_demux()
1202 uh->dest in udp_v6_send_skb()
[all...]
/kernel/linux/linux-6.6/fs/reiserfs/
H A Ddo_balan.c1551 /* Replace n_dest'th key in buffer dest by n_src'th key of buffer src.*/
1552 void replace_key(struct tree_balance *tb, struct buffer_head *dest, int n_dest, in replace_key() argument
1556 RFALSE(dest == NULL || src == NULL, in replace_key()
1557 "vs-12305: source or destination buffer is 0 (src=%p, dest=%p)", in replace_key()
1558 src, dest); in replace_key()
1559 RFALSE(!B_IS_KEYS_LEVEL(dest), in replace_key()
1560 "vs-12310: invalid level (%z) for destination buffer. dest must be leaf", in replace_key()
1561 dest); in replace_key()
1563 "vs-12315: src(%d) or dest(%d) key number < 0", n_src, n_dest); in replace_key()
1564 RFALSE(n_dest >= B_NR_ITEMS(dest) || n_sr in replace_key()
[all...]

Completed in 27 milliseconds

1...<<121122123124125126127128129130>>...218