Searched refs:xp (Results 1 – 2 of 2) sorted by relevance
/lib/mpi/ |
D | mpi-pow.c | 150 mpi_ptr_t xp; in mpi_powm() local 155 xp = xp_marker = mpi_alloc_limb_space(2 * (msize + 1)); in mpi_powm() 156 if (!xp) in mpi_powm() 184 mpih_sqr_n_basecase(xp, rp, rsize); in mpi_powm() 200 mpih_sqr_n(xp, rp, rsize, tspace); in mpi_powm() 205 mpihelp_divrem(xp + msize, 0, xp, xsize, in mpi_powm() 211 rp = xp; in mpi_powm() 212 xp = tp; in mpi_powm() 220 (xp, rp, rsize, bp, bsize, in mpi_powm() 225 (xp, rp, rsize, bp, bsize, in mpi_powm() [all …]
|
/lib/ |
D | inflate.c | 349 unsigned *xp; /* pointer into x */ in huft_build() local 426 p = c + 1; xp = x + 2; in huft_build() 428 *xp++ = (j += *p++); in huft_build() 475 xp = c + k; in huft_build() 479 if ((f <<= 1) <= *++xp) in huft_build() 481 f -= *xp; /* else deduct codes from patterns */ in huft_build()
|