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

  /src/external/bsd/pcc/dist/pcc/f77/fcom/
init.c 77 ftnint typesize[NTYPES] variable
  /src/crypto/external/bsd/heimdal/dist/lib/asn1/
check-der.c 1082 size_t typesize; member in struct:randomcheck
1127 type = emalloc(r->typesize);
1128 memset(type, 0, r->typesize);
  /src/external/bsd/file/dist/src/
apprentice.c 870 typesize(int type) function
1000 ts = typesize(m->type);
2922 size_t ts = typesize(m->type);
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-call.cc 1440 HOST_WIDE_INT typesize = int_size_in_bytes (type);
1459 rs6000_darwin64_record_arg_flush (cum, typesize * BITS_PER_UNIT, rvec, &k);
1438 HOST_WIDE_INT typesize = int_size_in_bytes (type); local
  /src/external/gpl3/gcc/dist/gcc/
stor-layout.cc 1539 HOST_WIDE_INT typesize = tree_to_uhwi (TYPE_SIZE (type));
1546 if (typesize < bitsize)
1549 rli->remaining_in_alignment = typesize - bitsize;
1644 unsigned HOST_WIDE_INT typesize
1647 if (typesize < bitsize)
1650 rli->remaining_in_alignment = typesize - bitsize;
1640 unsigned HOST_WIDE_INT typesize local
tree-object-size.cc 1592 tree typesize = TYPE_SIZE_UNIT (TREE_TYPE (TREE_TYPE (parm))); local
1599 && ((typesize && poly_int_tree_p (typesize))
1600 || (!typesize && VOID_TYPE_P (TREE_TYPE (TREE_TYPE (parm))))))
1619 if (typesize)
1620 sz = size_binop (MULT_EXPR, sz, typesize);
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-call.cc 1448 HOST_WIDE_INT typesize = int_size_in_bytes (type);
1467 rs6000_darwin64_record_arg_flush (cum, typesize * BITS_PER_UNIT, rvec, &k);
1446 HOST_WIDE_INT typesize = int_size_in_bytes (type); local
  /src/external/gpl3/gcc.old/dist/gcc/
stor-layout.cc 1511 HOST_WIDE_INT typesize = tree_to_uhwi (TYPE_SIZE (type));
1518 if (typesize < bitsize)
1521 rli->remaining_in_alignment = typesize - bitsize;
1616 unsigned HOST_WIDE_INT typesize
1619 if (typesize < bitsize)
1622 rli->remaining_in_alignment = typesize - bitsize;
1612 unsigned HOST_WIDE_INT typesize local
tree-object-size.cc 1492 tree typesize = TYPE_SIZE_UNIT (TREE_TYPE (TREE_TYPE (parm))); local
1499 && ((typesize && poly_int_tree_p (typesize))
1500 || (!typesize && VOID_TYPE_P (TREE_TYPE (TREE_TYPE (parm))))))
1515 if (typesize)
1516 sz = size_binop (MULT_EXPR, sz, typesize);
  /src/external/gpl3/gcc/dist/gcc/c-family/
c-common.cc 9795 tree typesize = TYPE_SIZE_UNIT (type);
9796 if (!member && !tree_fits_uhwi_p (typesize))
9814 if (typesize)
9816 maxelts = tree_to_uhwi (typesize);
9777 tree typesize = TYPE_SIZE_UNIT (type); local
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-common.cc 9337 tree typesize = TYPE_SIZE_UNIT (type);
9338 if (!member && !tree_fits_uhwi_p (typesize))
9353 if (typesize)
9355 maxelts = tree_to_uhwi (typesize);
9319 tree typesize = TYPE_SIZE_UNIT (type); local
  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 11011 unsigned HOST_WIDE_INT typesize local
11013 if (typesize == 0)
11015 if (unsigned HOST_WIDE_INT partial = tree_to_uhwi (sz) % typesize)
11017 (typesize - partial > 1
11024 fndecl, desttype, typesize - partial);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 10330 unsigned HOST_WIDE_INT typesize local
10332 if (typesize == 0)
10334 if (unsigned HOST_WIDE_INT partial = tree_to_uhwi (sz) % typesize)
10336 (typesize - partial > 1
10343 fndecl, desttype, typesize - partial);

Completed in 81 milliseconds