HomeSort by: relevance | last modified time | path
    Searched defs:dstsize (Results 1 - 21 of 21) sorted by relevancy

  /src/sys/dev/arcbios/
arcbios.c 175 char *dst, size_t dstsize)
178 dstsize--;
179 if (dstsize > node->IdentifierLength)
180 dstsize = node->IdentifierLength;
181 memcpy(dst, (void *)(intptr_t)node->Identifier, dstsize); local
182 dst[dstsize] = '\0';
  /src/external/gpl3/binutils/dist/include/vms/
eihs.h 38 unsigned char dstsize[4]; member in struct:vms_eihs
  /src/external/gpl3/binutils.old/dist/include/vms/
eihs.h 38 unsigned char dstsize[4]; member in struct:vms_eihs
  /src/external/gpl3/gdb/dist/include/vms/
eihs.h 38 unsigned char dstsize[4]; member in struct:vms_eihs
  /src/external/gpl3/gdb.old/dist/include/vms/
eihs.h 38 unsigned char dstsize[4]; member in struct:vms_eihs
  /src/bin/csh/
str.c 101 static size_t dstsize = 0; local
107 dstsize = MALLOC_INCR;
108 sdst = xreallocarray(NULL, (size_t)dstsize, sizeof(*sdst));
112 edst = &dst[dstsize];
116 dstsize += MALLOC_INCR;
117 sdst = xreallocarray(sdst, (size_t)dstsize, sizeof(*sdst));
118 edst = &sdst[dstsize];
130 static size_t dstsize = 0; local
137 dstsize = MALLOC_INCR;
138 sdst = xreallocarray(NULL, dstsize, sizeof(*sdst))
373 static size_t dstsize = 0; local
415 static size_t dstsize = 0; local
    [all...]
  /src/external/bsd/openldap/dist/libraries/liblber/
sockbuf.c 936 socklen_t dstsize; local
945 dstsize = dst->sa_family == AF_INET ? sizeof( struct sockaddr_in )
950 rc = sendto( sbiod->sbiod_sb->sb_fd, buf, len, 0, dst, dstsize );
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_cg.c 471 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;
dt_parser.c 1918 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;
  /src/sys/dev/pci/
hifn7751.c 2823 bus_size_t dstsize; local
2832 dstsize = cmd->dst_map->dm_mapsize;
2859 xlen = dstsize;
2897 olen = dstsize - (letoh16(baseres.dst_cnt) |
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-strlen.cc 3158 if (tree dstsize = compute_objsize (dst, stmt, 1, &aref, ptr_qry))
3164 if (!dstsize)
3167 if (wi::to_wide (dstsize) != cntrange[1])
3204 tree dstsize = NULL_TREE; local
3230 dstsize = gimple_call_alloc_size (def_stmt);
3308 else if ((append_p || !dstsize || len == dstlenp1)
3314 opt_code opt = (append_p || dstsize
3680 tree dstsize = fold_build2 (PLUS_EXPR, type, dstlen, one); local
3683 no_warning_opt = check_bounds_or_overlap (stmt, dst, sptr, dstsize,
gimple-ssa-warn-access.cc 1244 DSTSIZE is the size of the destination object.
1261 tree maxread, tree srcstr, tree dstsize,
1345 if (!dstsize)
1346 dstsize = maxobjsize;
1355 integer_zerop (dstsize) ? SR_ALLOW_ZERO : 0,
1387 && ((tree_fits_uhwi_p (dstsize)
1388 && tree_int_cst_lt (dstsize, range[0]))
1412 func, range[0], dstsize)
1417 range[0], dstsize));
1428 range, dstsize,
2609 tree dstsize = compute_objsize (dst, stmt, ost, &data.dst, &m_ptr_qry); local
2640 tree dstsize = compute_objsize (dst, stmt, ost, &data.dst, &m_ptr_qry); local
2767 tree dstsize = compute_objsize (dest, stmt, 0, &data.dst, &m_ptr_qry); local
3534 tree dstsize = NULL_TREE, srcsize = NULL_TREE; local
    [all...]
gimple-fold.cc 2507 tree dstsize; local
2509 if (!nowarn && compute_builtin_object_size (dst, 1, &dstsize)
2510 && TREE_CODE (dstsize) == INTEGER_CST)
2512 int cmpdst = tree_int_cst_compare (len, dstsize);
2529 fndecl, len, dstsize);
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-strlen.cc 3166 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,
gimple-ssa-warn-access.cc 1241 DSTSIZE is the size of the destination object.
1258 tree maxread, tree srcstr, tree dstsize,
1342 if (!dstsize)
1343 dstsize = maxobjsize;
1379 && ((tree_fits_uhwi_p (dstsize)
1380 && tree_int_cst_lt (dstsize, range[0]))
1403 func, range[0], dstsize)
1408 range[0], dstsize));
1419 range, dstsize,
1445 tree size = dstsize;
2583 tree dstsize = compute_objsize (dst, stmt, ost, &data.dst, &m_ptr_qry); local
2614 tree dstsize = compute_objsize (dst, stmt, ost, &data.dst, &m_ptr_qry); local
2741 tree dstsize = compute_objsize (dest, stmt, 0, &data.dst, &m_ptr_qry); local
3520 tree dstsize = NULL_TREE, srcsize = NULL_TREE; local
    [all...]
gimple-fold.cc 2508 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);
  /src/usr.sbin/syslogd/
syslogd.c 1288 size_t idst = 0, isrc = 0, dstsize = INIT_BUFSIZE, i; local
1291 MALLOC(dst, dstsize);
1293 if (dstsize < idst + 10) {
1296 tmp_dst = realloc(dst, dstsize + INIT_BUFSIZE);
1300 dstsize += INIT_BUFSIZE;
1321 idst += snprintf(&dst[idst], dstsize - idst, "U+%x",
  /src/external/gpl3/binutils/dist/bfd/
vms-alpha.c 648 unsigned int dstsize;
665 dstsize = bfd_getl32 (p + EIHS__L_DSTSIZE);
671 vms_debug (4, "EIHS record gstvbn %d gstsize %d dstvbn %d dstsize %d dmtvbn %d dmtbytes %d\n",
672 gstvbn, gstsize, dstvbn, dstsize, dmtvbn, dmtbytes);
683 section->size = dstsize;
3327 bfd_putl32 (0, eihs->dstsize);
3415 bfd_putl32 (dst->size, eihs->dstsize);
8396 dst_size = bfd_getl32 (eihs.dstsize);
646 unsigned int dstsize; local
  /src/external/gpl3/binutils.old/dist/bfd/
vms-alpha.c 659 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;
3314 bfd_putl32 (0, eihs->dstsize);
3402 bfd_putl32 (dst->size, eihs->dstsize);
8374 dst_size = bfd_getl32 (eihs.dstsize);
657 unsigned int dstsize; local
  /src/external/gpl3/gdb/dist/bfd/
vms-alpha.c 659 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;
3314 bfd_putl32 (0, eihs->dstsize);
3402 bfd_putl32 (dst->size, eihs->dstsize);
8374 dst_size = bfd_getl32 (eihs.dstsize);
657 unsigned int dstsize; local
  /src/external/gpl3/gdb.old/dist/bfd/
vms-alpha.c 659 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);
8368 dst_size = bfd_getl32 (eihs.dstsize);
657 unsigned int dstsize; local

Completed in 98 milliseconds