Searched refs:dstsize (Results 26 - 43 of 43) sorted by relevance

12

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-warn-restrict.c767 if (tree dstsize = compute_objsize (addr, ostype))
768 dst.basesize = wi::to_offset (dstsize);
1990 check_bounds_or_overlap (gimple *call, tree dst, tree src, tree dstsize, argument
1996 builtin_memref dstref (dst, dstsize);
2009 offset_int wroff = acs.write_off (dstsize);
H A Dbuiltins.c3360 tree maxread, tree srcstr, tree dstsize)
3432 if (!dstsize)
3433 dstsize = maxobjsize;
3490 && ((tree_fits_uhwi_p (dstsize)
3491 && tree_int_cst_lt (dstsize, range[0]))
3513 exp, func, range[0], dstsize)
3518 exp, range[0], dstsize));
3527 exp, func, range[0], dstsize)
3533 exp, range[0], dstsize));
3542 exp, func, range[0], dstsize)
3358 check_access(tree exp, tree, tree, tree dstwrite, tree maxread, tree srcstr, tree dstsize) argument
4161 tree dstsize = compute_objsize (dest, 0); local
[all...]
H A Dtree-ssa-strlen.c3289 if (tree dstsize = compute_objsize (dst, 1))
3295 if (!dstsize)
3298 if (wi::to_wide (dstsize) != cntrange[1])
3334 tree dstsize = NULL_TREE, srcsize = NULL_TREE; local
3347 dstsize = fold_build2 (PLUS_EXPR, type, sidst->nonzero_chars,
3351 dstsize = sidst->nonzero_chars;
3384 if (check_bounds_or_overlap (stmt, dst, src, dstsize, srcsize))
3793 tree dstsize = fold_build2 (PLUS_EXPR, type, dstlen, one); local
3796 if (check_bounds_or_overlap (stmt, dst, sptr, dstsize, srcsize))
H A Dgimple-fold.c2250 unsigned HOST_WIDE_INT dstsize; local
2254 if (!nowarn && compute_builtin_object_size (dst, 1, &dstsize))
2256 int cmpdst = compare_tree_int (len, dstsize);
2273 stmt, fndecl, len, dstsize);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-warn-restrict.cc2002 check_bounds_or_overlap (gimple *call, tree dst, tree src, tree dstsize,
2008 call, dst, src, dstsize, srcsize,
2014 gimple *call, tree dst, tree src, tree dstsize,
2020 builtin_memref dstref (ptrqry, call, dst, dstsize);
2033 offset_int wroff = acs.write_off (dstsize);
H A Dtree-ssa-strlen.cc3166 if (tree dstsize = compute_objsize (dst, stmt, 1, &aref, ptr_qry))
3172 if (!dstsize)
3175 if (wi::to_wide (dstsize) != cntrange[1])
3212 tree dstsize = NULL_TREE; local
3238 dstsize = gimple_call_alloc_size (def_stmt);
3316 else if ((append_p || !dstsize || len == dstlenp1)
3322 opt_code opt = (append_p || dstsize
3688 tree dstsize = fold_build2 (PLUS_EXPR, type, dstlen, one); local
3691 no_warning_opt = check_bounds_or_overlap (stmt, dst, sptr, dstsize,
H A Dgimple-fold.cc2508 tree dstsize; local
2510 if (!nowarn && compute_builtin_object_size (dst, 1, &dstsize)
2511 && TREE_CODE (dstsize) == INTEGER_CST)
2513 int cmpdst = tree_int_cst_compare (len, dstsize);
2530 fndecl, len, dstsize);
/netbsd-current/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_cg.c471 size_t dstsize = dt_node_type_size(dst); local
478 if (dstsize == srcsize &&
481 if (dstsize > srcsize && (src->dn_flags & DT_NF_SIGNED) == 0)
486 if (dstsize > srcsize) {
488 int s = (dstsize - srcsize) * NBBY;
512 } else if (dstsize != sizeof (uint64_t)) {
513 int n = sizeof (uint64_t) * NBBY - dstsize * NBBY;
H A Ddt_parser.c1918 size_t dstsize = dt_node_type_size(lp); local
1920 if (dstsize < srcsize) {
1921 int n = (sizeof (uint64_t) - dstsize) * NBBY;
1924 } else if (dstsize > srcsize) {
1926 int s = (dstsize - srcsize) * NBBY;
/netbsd-current/sys/netinet6/
H A Dnd6.c1574 const struct sockaddr *_dst, uint8_t *lldst, size_t dstsize)
1601 memcpy(lldst, &ln->ll_addr, MIN(dstsize, ifp->if_addrlen));
1634 error = nd_resolve(ln, rt, m, lldst, dstsize);
1573 nd6_resolve(struct ifnet *ifp, const struct rtentry *rt, struct mbuf *m, const struct sockaddr *_dst, uint8_t *lldst, size_t dstsize) argument
/netbsd-current/usr.sbin/syslogd/
H A Dsyslogd.c1256 size_t idst = 0, isrc = 0, dstsize = INIT_BUFSIZE, i; local
1259 MALLOC(dst, dstsize);
1261 if (dstsize < idst + 10) {
1264 tmp_dst = realloc(dst, dstsize + INIT_BUFSIZE);
1268 dstsize += INIT_BUFSIZE;
1289 idst += snprintf(&dst[idst], dstsize - idst, "U+%x",
/netbsd-current/sys/dev/pci/
H A Dhifn7751.c2823 bus_size_t dstsize; local
2832 dstsize = cmd->dst_map->dm_mapsize;
2859 xlen = dstsize;
2897 olen = dstsize - (letoh16(baseres.dst_cnt) |
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dvms-alpha.c660 unsigned int dstsize;
677 dstsize = bfd_getl32 (p + EIHS__L_DSTSIZE);
683 vms_debug (4, "EIHS record gstvbn %d gstsize %d dstvbn %d dstsize %d dmtvbn %d dmtbytes %d\n",
684 gstvbn, gstsize, dstvbn, dstsize, dmtvbn, dmtbytes);
695 section->size = dstsize;
3320 bfd_putl32 (0, eihs->dstsize);
3407 bfd_putl32 (dst->size, eihs->dstsize);
7941 dst_size = bfd_getl32 (eihs.dstsize);
658 unsigned int dstsize; local
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dvms-alpha.c659 unsigned int dstsize;
676 dstsize = bfd_getl32 (p + EIHS__L_DSTSIZE);
682 vms_debug (4, "EIHS record gstvbn %d gstsize %d dstvbn %d dstsize %d dmtvbn %d dmtbytes %d\n",
683 gstvbn, gstsize, dstvbn, dstsize, dmtvbn, dmtbytes);
694 section->size = dstsize;
3321 bfd_putl32 (0, eihs->dstsize);
3409 bfd_putl32 (dst->size, eihs->dstsize);
8330 dst_size = bfd_getl32 (eihs.dstsize);
657 unsigned int dstsize; local
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dvms-alpha.c658 unsigned int dstsize;
675 dstsize = bfd_getl32 (p + EIHS__L_DSTSIZE);
681 vms_debug (4, "EIHS record gstvbn %d gstsize %d dstvbn %d dstsize %d dmtvbn %d dmtbytes %d\n",
682 gstvbn, gstsize, dstvbn, dstsize, dmtvbn, dmtbytes);
693 section->size = dstsize;
3318 bfd_putl32 (0, eihs->dstsize);
3405 bfd_putl32 (dst->size, eihs->dstsize);
8193 dst_size = bfd_getl32 (eihs.dstsize);
656 unsigned int dstsize; local
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dvms-alpha.c659 unsigned int dstsize;
676 dstsize = bfd_getl32 (p + EIHS__L_DSTSIZE);
682 vms_debug (4, "EIHS record gstvbn %d gstsize %d dstvbn %d dstsize %d dmtvbn %d dmtbytes %d\n",
683 gstvbn, gstsize, dstvbn, dstsize, dmtvbn, dmtbytes);
694 section->size = dstsize;
3320 bfd_putl32 (0, eihs->dstsize);
3408 bfd_putl32 (dst->size, eihs->dstsize);
8362 dst_size = bfd_getl32 (eihs.dstsize);
657 unsigned int dstsize; local
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/libcollector/
H A Diotrace.c219 collector_strncpy (char *dst, const char *src, size_t dstsize) argument
222 for (i = 0; i < dstsize; i++)
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Diotrace.c206 collector_strncpy (char *dst, const char *src, size_t dstsize) argument
209 for (i = 0; i < dstsize; i++)

Completed in 857 milliseconds

12