Searched refs:psize (Results 1 - 25 of 41) sorted by relevance

12

/haiku-buildtools/gcc/gmp/tests/devel/
H A Ddivrem.c74 mp_size_t nsize, dsize, qsize, rsize, psize; local
110 psize = qsize + dsize;
111 psize -= pptr[psize - 1] == 0;
112 cy = mpn_add (pptr, pptr, psize, rptr, rsize);
113 pptr[psize] = cy;
114 psize += cy;
117 if (nsize != psize || mpn_cmp (nptr, pptr, nsize) != 0)
/haiku-buildtools/binutils/gas/testsuite/gas/i386/
H A Dsegment.s1 .psize 0
H A Dsegment.l1 1 .psize 0
H A Dx86-64-segment.s1 .psize 0
H A Dx86-64-segment.l1 1 .psize 0
H A Dx86-64-jump.s1 .psize 0
H A Dfloat.s1 .psize 0
H A Djump.s1 .psize 0
H A Djump16.s1 .psize 0
H A Dgeneral.s1 .psize 0
H A Dfloat.l8 1 [ ]*.psize 0
H A Dgeneral.l38 1 .psize 0
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/i386/
H A Dsegment.s1 .psize 0
H A Dsegment.l1 1 .psize 0
H A Dx86-64-segment.s1 .psize 0
H A Djump.s1 .psize 0
H A Dx86-64-segment.l1 1 .psize 0
H A Djump16.s1 .psize 0
H A Dfloat.s1 .psize 0
H A Dgeneral.s1 .psize 0
H A Dfloat.l8 1 [ ]*.psize 0
H A Dgeneral.l38 1 .psize 0
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dparameter_array_ref_2.f907 Subroutine PS_INIT (bkgd, punit, pform, psize, rot90, bbox, clip, eps, &
/haiku-buildtools/binutils/gold/
H A Dfileread.cc481 section_size_type psize = File_read::pages(size + (start - poff)); local
483 if (poff + static_cast<off_t>(psize) >= this->size_)
485 psize = this->size_ - poff;
486 gold_assert(psize >= size);
493 p = malloc(psize + byteshift);
497 this->do_read(poff, psize, static_cast<unsigned char*>(p) + byteshift);
503 p = ::mmap(NULL, psize, PROT_READ, MAP_PRIVATE, this->descriptor_, poff);
507 this->mapped_bytes_ += psize;
511 p = malloc(psize);
514 this->do_read(poff, psize,
[all...]
/haiku-buildtools/gcc/gmp/tune/
H A Dspeed.h2432 mp_size_t j, pieces, psize; \
2449 psize = pieces * s->size; \
2450 px = TMP_ALLOC_LIMBS (psize); \
2451 py = TMP_ALLOC_LIMBS (psize); \
2452 MPN_COPY (px, pieces==1 ? s->xp : s->xp_block, psize); \
2453 MPN_COPY (py, pieces==1 ? s->yp : s->yp_block, psize); \
2474 speed_operand_src (s, px, psize); \
2475 speed_operand_src (s, py, psize); \
2515 mp_size_t j, pieces, psize, wp2size; \
2533 psize
[all...]

Completed in 192 milliseconds

12