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

<<31323334353637383940>>

  /external/chromium_org/third_party/skia/src/xml/
SkDOM.cpp 196 char* dst = (char*)chunk->alloc(len + 1, SkChunkAlloc::kThrow_AllocFailType); local
197 memcpy(dst, src, len + 1);
198 return dst;
  /external/clang/test/Analysis/
bstring.c 53 char dst[4] = {0}; local
55 memcpy(dst, src, 4); // no-warning
57 clang_analyzer_eval(memcpy(dst, src, 4) == dst); // expected-warning{{TRUE}}
61 clang_analyzer_eval(dst[0] != 0); // expected-warning{{UNKNOWN}}
66 char dst[10]; local
68 memcpy(dst, src, 5); // expected-warning{{Memory copy function accesses out-of-bound array element}}
73 char dst[1]; local
75 memcpy(dst, src, 4); // expected-warning{{Memory copy function overflows destination buffer}}
80 char dst[3] local
87 char dst[10]; local
94 char dst[3]; local
173 char dst[5] = {0}; local
186 char dst[10]; local
193 char dst[1]; local
200 char dst[3]; local
207 char dst[10]; local
214 char dst[3]; local
293 char dst[4] = {0}; local
306 char dst[10]; local
313 char dst[1]; local
406 char dst[4] = {0}; local
417 char dst[10]; local
424 char dst[1]; local
    [all...]
  /external/dhcpcd/
dhcpcd.h 130 struct in_addr dst; member in struct:interface
net.c 129 uint32_t dst; local
134 dst = htonl(addr);
135 if (IN_CLASSA(dst))
137 if (IN_CLASSB(dst))
139 if (IN_CLASSC(dst))
535 struct in_addr *addr, struct in_addr *net, struct in_addr *dst, int act)
560 if (dst) {
563 dst->s_addr = d->sin_addr.s_addr;
565 dst->s_addr = INADDR_ANY;
  /external/eigen/Eigen/src/UmfPackSupport/
UmfPackSupport.h 408 template<typename Dest> void evalTo(Dest& dst) const
410 dec()._solve(rhs(),dst); local
421 template<typename Dest> void evalTo(Dest& dst) const
423 dec()._solve(rhs(),dst); local
  /external/guava/guava-tests/test/com/google/common/collect/
LinkedListMultimapTest.java 172 Multimap<String, Integer> dst = create(); local
173 dst.putAll(src);
174 assertEquals("{bar=[1, 3], foo=[2]}", dst.toString());
  /external/icu4c/i18n/
ucal.cpp 102 // forwards for one year, looking for DST savings.
106 int32_t raw, dst; local
107 zone->getOffset(d, FALSE, raw, dst, *ec);
110 } else if (dst != 0) {
111 result = dst;
  /external/icu4c/test/intltest/
incaltst.cpp 28 UnicodeString dst; local
29 dst.remove();
33 dst += c;
35 dst += UnicodeString("[");
38 dst += UnicodeString(buf);
39 dst += UnicodeString("]");
43 return dst;
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_inf.c 640 iph1 = getph1byaddr(iph2->src, iph2->dst, 0);
905 iph2->dst = dupsaddr(iph1->remote);
906 if (iph2->dst == NULL) {
916 if (set_port(iph2->dst, 0) == NULL ||
1137 struct sockaddr *src, *dst;
1186 dst = PFKEY_ADDR_SADDR(mhp[SADB_EXT_ADDRESS_DST]);
1208 if (extract_port(dst) == 0 && natt_port != NULL)
1209 set_port(dst, ntohs(natt_port->sadb_x_nat_t_port_port));
1214 set_port(dst, PORT_ISAKMP);
1218 plog(LLV_DEBUG2, LOCATION, NULL, "dst: %s\n", saddr2str(dst))
1136 struct sockaddr *src, *dst; local
1289 struct sockaddr *src, *dst; local
    [all...]
sockmisc.c 370 * Receive packet, with src/dst information. It is assumed that necessary
516 /* send packet, with fixing src/dst address pair. */
518 sendfromto(s, buf, buflen, src, dst, cnt)
523 struct sockaddr *dst;
529 if (src->sa_family != dst->sa_family) {
547 "send packet to %s\n", saddr2str(dst));
569 memcpy(&dst6, dst, sizeof(dst6));
622 i + 1, len, saddr2str(dst));
641 memcpy(&dst6, dst, sizeof(dst6));
680 i + 1, len, saddr2str(dst));
867 struct sockaddr *dst; local
940 char *src, *dst; local
962 char *src, *dst; local
    [all...]
  /external/iptables/extensions/
libxt_conntrack.c 34 } dst; member in struct:ip_conntrack_old_tuple
308 sinfo->tuple[IP_CT_DIR_ORIGINAL].dst.protonum = cb->val.protocol;
310 if (sinfo->tuple[IP_CT_DIR_ORIGINAL].dst.protonum == 0
326 sinfo->tuple[IP_CT_DIR_ORIGINAL].dst.ip = cb->val.haddr.ip;
338 sinfo->tuple[IP_CT_DIR_REPLY].dst.ip = cb->val.haddr.ip;
667 printf(" %u", sinfo->tuple[IP_CT_DIR_ORIGINAL].dst.protonum);
688 (struct in_addr *)&sinfo->tuple[IP_CT_DIR_ORIGINAL].dst.ip,
712 (struct in_addr *)&sinfo->tuple[IP_CT_DIR_REPLY].dst.ip,
  /external/jpeg/
jmemdos.c 326 XMSPTR dst; member in struct:__anon19640
349 spec.dst.ptr = buffer_address;
382 spec.dst.offset = file_offset;
  /external/libppp/src/
iface.c 267 char dst[40]; local
278 snprintf(dst, sizeof dst, "%s", ncpaddr_ntoa(&addr->peer));
280 end, ncprange_ntoa(&addr->ifa), dst, strerror(errno));
352 char dst[40]; local
363 snprintf(dst, sizeof dst, "%s", ncpaddr_ntoa(&addr->peer));
365 end, ncprange_ntoa(&addr->ifa), dst, strerror(errno));
route.c 481 struct ncprange dst; local
522 ncprange_setsa(&dst, sa[RTAX_DST], sa[RTAX_NETMASK]);
523 log_Printf(LogTCPIP, "route_UpdateMTU: Netif: %d (%s), dst %s,"
525 ncprange_ntoa(&dst), bundle->iface->mtu);
552 struct ncpaddr dst; local
555 ncprange_getaddr(&r->dst, &dst);
557 if ((r->type & ROUTE_DSTMYADDR) && !ncpaddr_equal(&dst, me)) {
558 rt_Set(bundle, RTM_DELETE, &r->dst, NULL, 1, 0);
559 ncprange_sethost(&r->dst, me)
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
threading.c 59 mbd->dst = xd->dst;
161 xd->dst.u_buffer, xd->dst.v_buffer,
162 xd->dst.uv_stride);
170 xd->dst.y_buffer,
171 xd->dst.y_stride);
176 int dst_stride = xd->dst.y_stride;
187 unsigned char *dst = xd->dst.y_buffer + b->offset local
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_postproc.c 254 void vp9_mbpost_proc_down_c(uint8_t *dst, int pitch,
260 uint8_t *s = &dst[c];
314 void vp9_deblock(const YV12_BUFFER_CONFIG *src, YV12_BUFFER_CONFIG *dst,
329 uint8_t *const dsts[4] = {dst->y_buffer, dst->u_buffer, dst->v_buffer,
330 dst->alpha_buffer};
331 const int dst_strides[4] = {dst->y_stride, dst->uv_stride, dst->uv_stride
367 uint8_t *const dst = dsts[i] + 2 * dst_stride + 2; local
    [all...]
  /external/libyuv/files/source/
scale_argb.cc 655 uint32* dst = reinterpret_cast<uint32*>(dst_ptr); local
658 dst[0] = src[0];
659 dst[1] = src[2];
661 dst += 2;
664 dst[0] = src[0];
688 uint32* dst = reinterpret_cast<uint32*>(dst_ptr); local
691 dst[0] = src[0];
692 dst[1] = src[src_stepx];
694 dst += 2;
697 dst[0] = src[0]
734 uint32* dst = reinterpret_cast<uint32*>(dst_ptr); local
910 uint32* dst = reinterpret_cast<uint32*>(dst_ptr); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_ureg.h 471 const struct ureg_dst *dst,
480 const struct ureg_dst *dst,
535 struct ureg_dst dst );
630 struct ureg_dst dst ) \
635 dst.Saturate, \
636 dst.Predicate, \
637 dst.PredNegate, \
638 dst.PredSwizzleX, \
639 dst.PredSwizzleY, \
640 dst.PredSwizzleZ,
980 struct ureg_dst dst; local
1061 struct ureg_dst dst; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/translate/
translate_generic.c 43 typedef void (*fetch_func)(void *dst,
618 uint8_t *dst = (uint8_t *)vert + tg->attrib[attr].output_offset; local
643 memcpy(dst, src, copy_size);
657 tg->attrib[attr].emit( data, dst );
665 tg->attrib[attr].emit( data, dst );
769 const struct util_format_description *dst )
772 unsigned nr = MIN2(src->nr_channels, dst->nr_channels);
776 if (src->channel[i].type != dst->channel[i].type) {
781 if (src->channel[i].size > dst->channel[i].size) {
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_s3tc.c 44 uint8_t *dst)
54 uint8_t *dst )
64 uint8_t *dst )
74 uint8_t *dst )
85 uint8_t *dst,
171 util_format_dxt1_rgb_fetch_rgba_8unorm(uint8_t *dst, const uint8_t *src, unsigned i, unsigned j)
173 util_format_dxt1_rgb_fetch(0, src, i, j, dst);
177 util_format_dxt1_rgba_fetch_rgba_8unorm(uint8_t *dst, const uint8_t *src, unsigned i, unsigned j)
179 util_format_dxt1_rgba_fetch(0, src, i, j, dst);
183 util_format_dxt3_rgba_fetch_rgba_8unorm(uint8_t *dst, const uint8_t *src, unsigned i, unsigned j
257 uint8_t *dst = dst_row + (y + j)*dst_stride\/sizeof(*dst_row) + (x + i)*comps; local
324 float *dst = dst_row + (y + j)*dst_stride\/sizeof(*dst_row) + (x + i)*4; local
396 uint8_t *dst = dst_row; local
421 uint8_t *dst = dst_row; local
446 uint8_t *dst = dst_row; local
472 uint8_t *dst = dst_row; local
496 uint8_t *dst = dst_row; local
520 uint8_t *dst = dst_row; local
544 uint8_t *dst = dst_row; local
568 uint8_t *dst = dst_row; local
    [all...]
u_format_yuv.c 48 float *dst = dst_row; local
65 dst[0] = r; /* r */
66 dst[1] = g0; /* g */
67 dst[2] = b; /* b */
68 dst[3] = 1.0f; /* a */
69 dst += 4;
71 dst[0] = r; /* r */
72 dst[1] = g1; /* g */
73 dst[2] = b; /* b */
74 dst[3] = 1.0f; /* a *
110 uint8_t *dst = dst_row; local
173 uint32_t *dst = (uint32_t *)dst_row; local
230 uint32_t *dst = (uint32_t *)dst_row; local
300 float *dst = dst_row; local
362 uint8_t *dst = dst_row; local
425 uint32_t *dst = (uint32_t *)dst_row; local
482 uint32_t *dst = (uint32_t *)dst_row; local
552 float *dst = dst_row; local
608 uint8_t *dst = dst_row; local
665 uint32_t *dst = (uint32_t *)dst_row; local
726 uint32_t *dst = (uint32_t *)dst_row; local
805 float *dst = dst_row; local
861 uint8_t *dst = dst_row; local
918 uint32_t *dst = (uint32_t *)dst_row; local
979 uint32_t *dst = (uint32_t *)dst_row; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mpeg12_bitstream.c 537 init_dct_coeff_table(struct dct_coeff *dst, const struct dct_coeff_compressed *src,
543 dst[i].length = 0;
544 dst[i].level = 0;
545 dst[i].run = dct_End_of_Block;
587 dst[src->bitcode << 1 | i] = coeff;
592 dst[src->bitcode << 1 | i] = coeff;
721 short *dst = mb->blocks; local
732 dst += 64;
760 dst[0] = bs->pred_dc[cc];
774 dst[i] = vl_vlc_get_simsbf(&bs->vlc, 12) * scale
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast.c 222 uint8_t *dst; local
236 dst = task->depth_tile;
243 memset(dst, (uint8_t) clear_value, height * width);
248 uint16_t *row = (uint16_t *)dst;
251 dst += dst_stride;
256 uint16_t *row = (uint16_t *)dst;
261 dst += dst_stride;
268 uint32_t *row = (uint32_t *)dst;
271 dst += dst_stride;
276 uint32_t *row = (uint32_t *)dst;
    [all...]
lp_test_blend.c 55 typedef void (*blend_test_ptr_t)(const void *src, const void *dst, const void *con, void *res);
190 LLVMValueRef dst; local
195 dst = LLVMBuildLoad(builder, dst_ptr, "dst");
198 res = lp_build_blend_aos(gallivm, blend, &format, type, rt, src, dst, NULL, con, swizzle);
207 LLVMValueRef dst[4]; local
215 dst[i] = LLVMBuildLoad(builder, LLVMBuildGEP(builder, dst_ptr, &index, 1, ""), "");
219 lp_build_name(dst[i], "dst.%c", "rgba"[i]);
222 lp_build_blend_soa(gallivm, blend, type, rt, src, dst, con, res)
488 uint8_t *src, *dst, *con, *res, *ref; local
560 uint8_t *src, *dst, *con, *res, *ref; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv30/
nvfx_fragprog.c 160 emit_dst(struct nvfx_fpc *fpc, struct nvfx_reg dst)
165 switch (dst.type) {
167 if (dst.index == 1)
171 dst.index <<= 1;
175 if (fpc->num_regs < (dst.index + 1))
176 fpc->num_regs = dst.index + 1;
185 hw[0] |= (dst.index << NVFX_FP_OP_OUT_REG_SHIFT);
222 emit_dst(fpc, insn.dst);
422 NOUVEAU_ERR("bad dst file %d\n", fdst->Register.File);
446 struct nvfx_reg dst; local
    [all...]

Completed in 382 milliseconds

<<31323334353637383940>>