Searched refs:size_p (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/gcc/mpfr/src/
H A Dextract.c38 mp_size_t size_p = MPFR_LIMB_SIZE (p); local
44 if ((mpfr_uexp_t) size_p < two_i)
47 if ((mpfr_uexp_t) size_p >= two_i_2)
48 MPN_COPY (PTR(y) + two_i - size_p, MPFR_MANT(p), size_p - two_i_2);
51 MPN_COPY (PTR(y), MPFR_MANT(p) + size_p - two_i, two_i_2);
/haiku-buildtools/gcc/gcc/
H A Dipa-inline-analysis.c1565 unmodified_parm_1 (gimple stmt, tree op, HOST_WIDE_INT *size_p) argument
1572 if (size_p)
1573 *size_p = tree_to_shwi (TYPE_SIZE (TREE_TYPE (op)));
1587 if (size_p)
1588 *size_p = tree_to_shwi (TYPE_SIZE (TREE_TYPE (op)));
1601 unmodified_parm (gimple stmt, tree op, HOST_WIDE_INT *size_p) argument
1603 tree res = unmodified_parm_1 (stmt, op, size_p);
1612 size_p);
1626 HOST_WIDE_INT *size_p,
1629 tree res = unmodified_parm_1 (stmt, op, size_p);
1624 unmodified_parm_or_parm_agg_item(struct ipa_func_body_info *fbi, gimple stmt, tree op, int *index_p, HOST_WIDE_INT *size_p, struct agg_position_info *aggpos) argument
[all...]
H A Dipa-prop.c998 HOST_WIDE_INT *offset_p, HOST_WIDE_INT *size_p,
1016 if (size_p)
1017 *size_p = size;
1059 if (size_p)
1060 *size_p = size;
995 ipa_load_from_parm_agg(struct ipa_func_body_info *fbi, vec<ipa_param_descriptor> descriptors, gimple stmt, tree op, int *index_p, HOST_WIDE_INT *offset_p, HOST_WIDE_INT *size_p, bool *by_ref_p) argument
/haiku-buildtools/binutils/bfd/
H A Delfnn-ia64.c1815 unsigned int *count_p, *sorted_count_p, *size_p;
1828 size_p = &global_h->size;
1844 size_p = &loc_h->size;
1849 size = *size_p;
1901 *size_p = size;
1935 *size_p = count;
1809 unsigned int *count_p, *sorted_count_p, *size_p; local
H A Delf64-ia64-vms.c1576 unsigned int *count_p, *sorted_count_p, *size_p; local
1589 size_p = &global_h->size;
1605 size_p = &loc_h->size;
1610 size = *size_p;
1662 *size_p = size;
1696 *size_p = count;
H A Delf32-xtensa.c10372 bfd_byte *size_p, *flags_p;
10387 size_p = &contents[irel->r_offset + 4];
10410 old_size = bfd_get_32 (abfd, size_p);
10459 bfd_put_32 (abfd, new_size, size_p);
10347 bfd_byte *size_p, *flags_p; local
H A Delf32-nds32.c8370 create_nds32_elf_blank (bfd_vma offset_p, bfd_vma size_p)
8386 blank_t->size = size_p;
8363 create_nds32_elf_blank(bfd_vma offset_p, bfd_vma size_p) argument
/haiku-buildtools/legacy/binutils/bfd/
H A Delfxx-ia64.c2340 unsigned int *count_p, *sorted_count_p, *size_p;
2353 size_p = &global_h->size;
2369 size_p = &loc_h->size;
2374 size = *size_p;
2426 *size_p = size;
2459 *size_p = count;
2334 unsigned int *count_p, *sorted_count_p, *size_p; local
H A Delf32-xtensa.c8854 bfd_byte *size_p, *flags_p;
8869 size_p = &contents[irel->r_offset + 4];
8894 old_size = bfd_get_32 (abfd, size_p);
8942 bfd_put_32 (abfd, new_size, size_p);
8828 bfd_byte *size_p, *flags_p; local
/haiku-buildtools/gcc/gcc/config/arm/
H A Darm.c2188 arm_constant_limit (bool size_p)
2190 return size_p ? 1 : current_tune->constant_limit;
2184 arm_constant_limit(bool size_p) argument

Completed in 432 milliseconds