Searched refs:ssize (Results 1 - 25 of 28) sorted by relevance

12

/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/types/
H A D2.cc25 std::streamsize ssize = 0; local
29 long l __attribute__((unused)) = ssize;
/haiku-buildtools/gcc/gmp/mpf/
H A Diset.c27 mp_size_t ssize, size; local
35 ssize = s->_mp_size;
36 size = ABS (ssize);
48 r->_mp_size = ssize >= 0 ? size : -size;
/haiku-buildtools/gcc/gmp/mpz/
H A Dgcdext.c32 mp_size_t gsize, ssize, tmp_ssize; local
88 ssize = ABS (tmp_ssize);
94 SIZ (&stmp) = (tmp_ssize ^ SIZ (u)) >= 0 ? ssize : -ssize;
103 MPZ_TMP_INIT (x, ssize + usize + 1);
112 if (ALLOC (ss) < ssize)
113 _mpz_realloc (ss, ssize);
115 MPN_COPY (sp, tmp_sp, ssize);
H A Dout_raw.c57 size_t tsize, ssize; local
141 ssize = 4 + bytes;
157 if (fwrite (bp, ssize, 1, fp) != 1)
158 ssize = 0;
161 return ssize;
/haiku-buildtools/gcc/gmp/demos/
H A Dprimes.c243 unsigned long ssize = rsize / 2; local
252 for (ii = 0; ii < (ssize + sizeof (long) - 1) / sizeof (long); ii++)
257 long *se = (long *) (s + ((ssize + sizeof (long) - 1) & -sizeof (long)));
258 for (k = -((ssize + sizeof (long) - 1) / sizeof (long)); k < 0; k++)
278 if (mpz_cmp_ui (tmp, 2 * ssize) > 0)
292 for (ii = start2; ii < ssize; ii += prime)
294 primes[i].rem = ii - ssize;
298 unsigned char *se = s + ssize; /* point just beyond sieving range */
299 for (k = start2 - ssize; k < 0; k += prime)
310 find_primes (unsigned char *s, mpz_t fr, unsigned long ssize, argument
345 unsigned long ssize = maxprime / 2; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/dfp/
H A Dmodes.c7 int ssize[sizeof (decimal32) == 4 ? 1 : -1]; variable
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/dfp/
H A Dctypes.c22 int ssize[sizeof (_Decimal32) == 4 ? 1 : -1]; variable
/haiku-buildtools/gcc/libsanitizer/asan/
H A Dasan_internal.h81 void ReadContextStack(void *context, uptr *stack, uptr *ssize);
H A Dasan_win.cc80 void ReadContextStack(void *context, uptr *stack, uptr *ssize) { argument
H A Dasan_linux.cc230 void ReadContextStack(void *context, uptr *stack, uptr *ssize) { argument
233 *ssize = ucp->uc_stack.ss_size;
236 void ReadContextStack(void *context, uptr *stack, uptr *ssize) { argument
H A Dasan_interceptors.cc235 static void ClearShadowMemoryForContextStack(uptr stack, uptr ssize) { argument
239 ssize += stack - bottom;
240 ssize = RoundUpTo(ssize, PageSize);
242 if (ssize && ssize <= kMaxSaneContextStackSize) {
243 PoisonShadow(bottom, ssize, 0);
257 uptr stack, ssize; local
258 ReadContextStack(ucp, &stack, &ssize);
259 ClearShadowMemoryForContextStack(stack, ssize);
[all...]
H A Dasan_mac.cc236 void ReadContextStack(void *context, uptr *stack, uptr *ssize) { argument
/haiku-buildtools/legacy/binutils/bfd/
H A Dlynx-core.c154 pss.ssize,
164 pagesize + tcontext_size + pss.ssize
H A Dvms-tir.c1792 int ssize;
1800 ssize = sptr->size;
1803 while (ssize > 0)
1806 size = ssize;
1816 if (size > ssize)
1817 size = ssize;
1831 ssize -= size;
1789 int ssize; local
/haiku-buildtools/binutils/bfd/
H A Dlynx-core.c152 pss.ssize,
162 pagesize + tcontext_size + pss.ssize
/haiku-buildtools/gcc/mpfr/src/
H A Dmpfr-gmp.h138 #define MPN_SAME_OR_INCR2_P(dst, dsize, src, ssize) \
139 ((dst) <= (src) || ! MPN_OVERLAP_P (dst, dsize, src, ssize))
142 #define MPN_SAME_OR_DECR2_P(dst, dsize, src, ssize) \
143 ((dst) >= (src) || ! MPN_OVERLAP_P (dst, dsize, src, ssize))
/haiku-buildtools/legacy/binutils/binutils/
H A Dnm.c58 bfd_vma ssize; member in struct:extended_symbol_info
69 (sym->elfinfo ? sym->elfinfo->internal_elf_sym.st_size: sym->ssize)
795 print_symbol (bfd *abfd, asymbol *sym, bfd_vma ssize, bfd *archive_bfd)
806 info.ssize = ssize;
947 bfd_vma ssize;
955 ssize = from->size;
957 ssize = from->size - bfd_section_vma (abfd, bfd_get_section (sym));
959 print_symbol (abfd, sym, ssize, archive_bfd);
790 print_symbol(bfd *abfd, asymbol *sym, bfd_vma ssize, bfd *archive_bfd) argument
941 bfd_vma ssize; local
/haiku-buildtools/gcc/gcc/
H A Dtree-dfa.c481 tree ssize = TYPE_SIZE_UNIT (stype); local
484 || ssize == NULL
485 || TREE_CODE (ssize) != INTEGER_CST)
489 offset_int tem = (wi::to_offset (ssize)
H A Dexpr.c1635 emit_group_load_1 (rtx *tmps, rtx dst, rtx orig_src, tree type, int ssize)
1650 src = assign_stack_temp (GET_MODE (orig_src), ssize);
1659 emit_group_load_1 (tmps, dst, src, type, ssize);
1679 if (ssize >= 0 && bytepos + (HOST_WIDE_INT) bytelen > ssize)
1691 shift = (bytelen - (ssize - bytepos)) * BITS_PER_UNIT;
1692 bytelen = ssize - bytepos;
1778 if (len == ssize)
1785 gcc_assert (2 * len == ssize);
1812 emit_group_load (rtx dst, rtx src, tree type, int ssize)
1630 emit_group_load_1(rtx *tmps, rtx dst, rtx orig_src, tree type, int ssize) argument
1807 emit_group_load(rtx dst, rtx src, tree type, int ssize) argument
1830 emit_group_load_into_temps(rtx parallel, rtx src, tree type, int ssize) argument
1901 emit_group_store(rtx orig_dst, rtx src, tree type ATTRIBUTE_UNUSED, int ssize) argument
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dlocal-alloc.c1628 int usize, ssize;
1657 ssize = REG_SIZE (setreg);
1664 || (offset > 0 && usize + offset > ssize)
1665 || (offset < 0 && usize + offset < ssize)
1668 || (ssize > usize && ureg >= FIRST_PSEUDO_REGISTER
1773 if (usize < ssize)
1780 qty_size[sqty] = ssize;
1618 int usize, ssize; local
H A Dexpr.c1954 emit_group_load (dst, orig_src, ssize, align)
1956 int align, ssize;
1991 if (ssize >= 0 && bytepos + bytelen > ssize)
1993 shift = (bytelen - (ssize - bytepos)) * BITS_PER_UNIT;
1994 bytelen = ssize - bytepos;
2015 mode, mode, align, ssize);
2036 emit_group_store (orig_dst, src, ssize, align)
2038 int ssize, align;
2081 temp = assign_stack_temp (GET_MODE (dst), ssize,
[all...]
/haiku-buildtools/gcc/gmp/tests/
H A Drefmpf.c180 mp_size_t ssize = ABSIZ(src); local
183 refmpf_set_prec_limbs (dst, (unsigned long) MAX (dprec, ssize));
H A Drefmpn.c2103 mp_size_t ssize, talloc, tsize, dsize, ret, ilimbs; local
2120 ssize = (nsize+1)/2;
2121 refmpn_zero (sp, ssize);
2128 talloc = 2*ssize + 1;
2131 for (i = GMP_NUMB_BITS * ssize - 1; i >= 0; i--)
2139 c = refmpn_lshift_or_copy (tp+ilimbs, sp, ssize, ibit);
2140 tsize = ilimbs + ssize;
/haiku-buildtools/binutils/binutils/
H A Dnm.c65 bfd_vma ssize; member in struct:extended_symbol_info
77 (sym->elfinfo ? sym->elfinfo->internal_elf_sym.st_size: sym->ssize)
865 bfd_vma ssize,
878 info.ssize = ssize;
858 print_symbol(bfd * abfd, asymbol * sym, bfd_vma ssize, bfd * archive_bfd) argument
/haiku-buildtools/binutils/gold/
H A Dsymtab.h1802 typename elfcpp::Elf_types<size>::Elf_WXword ssize,
1813 typename elfcpp::Elf_types<size>::Elf_WXword ssize,
1824 typename elfcpp::Elf_types<size>::Elf_WXword ssize,

Completed in 205 milliseconds

12