HomeSort by relevance Sort by last modified time
    Searched defs:dst (Results 351 - 375 of 1474) sorted by null

<<11121314151617181920>>

  /external/ipsec-tools/src/racoon/
nattraversal.c 73 struct sockaddr *dst; member in struct:natt_ka_addrs
327 racoon_free (ka->dst);
349 saddr2str_fromto("%s->%s", ka->src, ka->dst));
351 ka->src, ka->dst, 1);
371 natt_keepalive_add (struct sockaddr *src, struct sockaddr *dst)
377 cmpsaddrstrict(ka->dst, dst) == 0) {
380 saddr2str_fromto("%s->%s", src, dst), ka->in_use);
385 plog (LLV_INFO, LOCATION, NULL, "KA list add: %s\n", saddr2str_fromto("%s->%s", src, dst));
398 if ((new_addr->dst = dupsaddr(dst)) == NULL)
    [all...]
policy.c 113 if (spidx->src.ss_family != spidx->dst.ss_family) {
115 "address family mismatch, src:%d dst:%d\n",
117 spidx->dst.ss_family);
145 saddr2str(iph2->dst));
147 saddr2str((struct sockaddr *)&spidx->dst));
148 if (cmpsaddrwop(iph2->dst, (struct sockaddr *)&spidx->dst)
200 if (cmpsaddrstrict((struct sockaddr *)&a->dst,
201 (struct sockaddr *)&b->dst))
238 if (a->dst.ss_family != b->dst.ss_family
321 struct sockaddr_storage src, dst; local
    [all...]
policy.h 63 struct sockaddr_storage dst; /* IP dst address for SP */ member in struct:policyindex
65 u_int8_t prefd; /* prefix length in bits for dst */
91 struct sockaddr_storage dst; /* destination address for SA */ member in struct:secasindex
122 memcpy(&(idx)->dst, (d), sysdep_sa_len((struct sockaddr *)(d))); \
134 memcpy(&(idx)->dst, (d), sysdep_sa_len((struct sockaddr *)(d))); \
schedule.c 234 struct scheddump *dst; local
248 *len = cnt * sizeof(*dst);
253 dst = (struct scheddump *)new;
257 dst->xtime = p->xtime;
258 dst->id = p->id;
259 dst->created = p->created;
260 dst->tick = p->tick;
265 dst++;
  /external/iptables/extensions/
libxt_iprange.c 16 struct ipt_iprange dst; member in struct:ipt_iprange_info
32 "[!] --dst-range ip[-ip] Match destination IP in the specified range\n");
38 {.name = "dst-range", .id = O_DST_RANGE, .type = XTTYPE_STRING,
115 iprange_parse_range(cb->arg, range, NFPROTO_IPV4, "--dst-range");
116 info->dst.min_ip = range[0].ip;
117 info->dst.max_ip = range[1].ip;
137 "--dst-range");
159 "iprange match: You must specify `--src-range' or `--dst-range'");
189 print_iprange(&info->dst);
258 printf(" --dst-range")
    [all...]
  /external/kernel-headers/original/linux/netfilter/
xt_conntrack.h 46 } dst; member in struct:ip_conntrack_old_tuple
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_conntrack_tuple.h 81 } dst; member in struct:ip_conntrack_tuple
89 (tuple)->dst.u.all = 0; \
96 (tp), (tp)->dst.protonum, \
98 NIPQUAD((tp)->dst.ip), ntohs((tp)->dst.u.all))
101 #define DIRECTION(h) ((enum ip_conntrack_dir)(h)->tuple.dst.dir)
123 return t1->dst.ip == t2->dst.ip
124 && t1->dst.u.all == t2->dst.u.al
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
denoising.c 204 YV12_BUFFER_CONFIG *dst = &denoiser->yv12_mc_running_avg; local
247 saved_dst = filter_xd->dst;
254 filter_xd->dst.y_buffer = dst->y_buffer + recon_yoffset;
255 filter_xd->dst.u_buffer = dst->u_buffer + recon_uvoffset;
256 filter_xd->dst.v_buffer = dst->v_buffer + recon_uvoffset;
265 filter_xd->dst.y_buffer,
266 filter_xd->dst.u_buffer
    [all...]
picklpf.c 62 unsigned char *dst = dest->y_buffer; local
76 dst += dstoffset;
87 dst + j, dest->y_stride,
92 dst += 16 * dest->y_stride;
  /external/libvpx/libvpx/vp9/common/mips/dspr2/
vp9_convolve2_avg_horiz_dspr2.c 25 uint8_t *dst,
45 vp9_prefetch_store(dst + dst_stride);
66 "lbu %[p2], 3(%[dst]) \n\t" /* load odd 2 */
72 "lbu %[Temp1], 1(%[dst]) \n\t" /* load odd 1 */
78 "lbu %[tn2], 0(%[dst]) \n\t" /* load even 1 */
89 "lbu %[tp1], 2(%[dst]) \n\t" /* load even 2 */
90 "sb %[tn2], 0(%[dst]) \n\t" /* store even 1 */
95 "sb %[Temp1], 1(%[dst]) \n\t" /* store odd 1 */
98 "sb %[tp1], 2(%[dst]) \n\t" /* store even 2 */
101 "sb %[p2], 3(%[dst]) \n\t" /* store odd 2 *
276 uint8_t *dst; local
525 uint8_t *dst; local
    [all...]
vp9_convolve2_dspr2.c 25 uint8_t *dst,
42 dst_ptr = dst;
109 dst += 1;
115 uint8_t *dst,
138 dst_ptr = dst;
246 dst += 1;
259 uint8_t *dst; local
279 dst = dst_ptr;
281 odd_dst = (dst + dst_stride);
315 "sb %[st1], 0(%[dst]) \n\t" /* even 1 *
491 uint8_t *dst; local
    [all...]
vp9_convolve2_horiz_dspr2.c 25 uint8_t *dst,
44 vp9_prefetch_store(dst + dst_stride);
86 "sb %[tp1], 0(%[dst]) \n\t"
87 "sb %[p1], 1(%[dst]) \n\t"
88 "sb %[tp2], 2(%[dst]) \n\t"
89 "sb %[p2], 3(%[dst]) \n\t"
96 [cm] "r" (cm), [dst] "r" (dst), [src] "r" (src)
101 dst += dst_stride;
107 uint8_t *dst,
238 uint8_t *dst; local
445 uint8_t *dst; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_picklpf.c 41 uint8_t *dst = dest->y_buffer; local
55 dst += dstoffset;
62 Total += vp9_mse16x16(src + j, source->y_stride, dst + j, dest->y_stride,
67 dst += 16 * dest->y_stride;
  /external/linux-tools-perf/bench/
mem-memcpy.c 109 static void alloc_mem(void **dst, void **src, size_t length)
111 *dst = zalloc(length);
112 if (!dst)
123 void *src = NULL, *dst = NULL; local
125 alloc_mem(&src, &dst, len);
128 fn(dst, src, len);
131 fn(dst, src, len);
135 free(dst);
142 void *src = NULL, *dst = NULL; local
144 alloc_mem(&src, &dst, len)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_info.c 190 const struct tgsi_dst_register *dst = &inst->Dst[i].Register; local
197 if (dst->File == TGSI_FILE_TEMPORARY) {
200 } else if (dst->File == TGSI_FILE_OUTPUT) {
203 } else if (dst->File == TGSI_FILE_ADDRESS ||
204 dst->File == TGSI_FILE_PREDICATE) {
239 if (dst->Indirect) {
245 if (dst->WriteMask & (1 << chan)) {
251 } else if (dst->Index < max_regs) {
263 if (dst->WriteMask & (1 << chan))
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_latc.c 43 util_format_latc1_unorm_fetch_rgba_8unorm(uint8_t *dst, const uint8_t *src, unsigned i, unsigned j)
49 u_format_unsigned_fetch_texel_rgtc(0, src, i, j, dst, 1);
50 dst[1] = dst[0];
51 dst[2] = dst[0];
52 dst[3] = 255;
79 float *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*4; local
82 dst[0] =
83 dst[1]
147 float *dst = dst_row + (y + j)*dst_stride\/sizeof(*dst_row) + (x + i)*4; local
213 float *dst = dst_row + (y + j)*dst_stride\/sizeof(*dst_row) + (x + i)*4; local
272 float *dst = dst_row + (y + j)*dst_stride\/sizeof(*dst_row) + (x + i)*4; local
    [all...]
u_format_other.c 42 float *dst = dst_row; local
49 rgb9e5_to_float3(value, dst);
50 dst[3] = 1; /* a */
52 dst += 4;
67 uint8_t *dst = dst_row; local
73 *(uint32_t *)dst = value;
75 dst += 4;
83 util_format_r9g9b9e5_float_fetch_rgba_float(float *dst, const uint8_t *src,
90 rgb9e5_to_float3(value, dst);
91 dst[3] = 1; /* a *
103 uint8_t *dst = dst_row; local
133 uint8_t *dst = dst_row; local
160 float *dst = dst_row; local
185 uint8_t *dst = dst_row; local
221 uint8_t *dst = dst_row; local
251 uint8_t *dst = dst_row; local
338 float *dst = dst_row; local
370 uint8_t *dst = dst_row; local
403 uint16_t *dst = (uint16_t *)dst_row; local
433 uint16_t *dst = (uint16_t *)dst_row; local
    [all...]
u_pack_color.h 318 ubyte dst[4]; local
320 util_format_read_4ub(format, dst, 0, uc, 0, 0, 0, 1, 1);
321 *r = dst[0];
322 *g = dst[1];
323 *b = dst[2];
324 *a = dst[3];
u_simple_shaders.c 85 struct ureg_dst dst; local
89 dst = ureg_DECL_output( ureg,
93 ureg_MOV( ureg, dst, src );
339 struct ureg_dst dst[PIPE_MAX_COLOR_BUFS]; local
352 dst[i] = ureg_DECL_output( ureg, TGSI_SEMANTIC_COLOR, i );
355 ureg_MOV( ureg, dst[i], src );
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_blend_aos.c 71 LLVMValueRef dst; member in struct:lp_build_blend_aos_context
101 return bld->dst;
107 bld->inv_dst = lp_build_comp(&bld->base, bld->dst);
128 bld->inv_dst = lp_build_comp(&bld->base, bld->dst);
243 * Performs blending of src and dst pixels
250 * @param dst blend dst
255 * @return the result of blending src and dst
264 LLVMValueRef dst,
280 bld.dst = dst
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_vs_draw.c 251 new_inst.Dst[0].Register.File = TGSI_FILE_OUTPUT;
252 new_inst.Dst[0].Register.Index = vsctx->pos_output;
253 new_inst.Dst[0].Register.WriteMask = TGSI_WRITEMASK_XYZW;
263 new_inst.Dst[0].Register.File = TGSI_FILE_OUTPUT;
264 new_inst.Dst[0].Register.Index = vsctx->num_outputs - 1;
265 new_inst.Dst[0].Register.WriteMask = TGSI_WRITEMASK_XYZW;
276 struct tgsi_full_dst_register *dst = &inst->Dst[i]; local
277 if (dst->Register.File == TGSI_FILE_OUTPUT) {
278 if (dst->Register.Index == vsctx->pos_output)
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_surface.c 54 struct svga_surface dst, src; local
65 dst.handle = dst_handle;
66 dst.real_level = dst_level;
67 dst.real_face = dst_face;
68 dst.real_zslice = 0;
81 SVGA_DBG(DEBUG_VIEWS, "mipcopy src: %p %u (%ux%ux%u), dst: %p %u (%ux%ux%u)\n",
88 &dst.base,
94 &dst.base,
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_shader_dump.c 53 struct sh_dstreg dst; member in struct:dump_op
492 op->dst = *(struct sh_dstreg *)*token;
494 if (op->dst.relative &&
538 dump_dstreg(dop.dst, &dop.dstind, di);
  /external/mesa3d/src/gallium/drivers/trace/
tr_screen.c 334 struct pipe_fence_handle *dst; local
337 dst = *pdst;
342 trace_dump_arg(ptr, dst);
  /external/mesa3d/src/gallium/state_trackers/vdpau/
mixer.c 224 vlVdpOutputSurface *dst; local
249 dst = vlGetDataHTAB(destination_surface);
250 if (!dst)
315 vl_compositor_render(&vmixer->cstate, compositor, dst->surface, &dst->dirty_area);
322 dst->sampler_view, dst->surface);
326 dst->sampler_view, dst->surface);

Completed in 239 milliseconds

<<11121314151617181920>>