Searched refs:qsize (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xedit/dist/lisp/mp/ |
| H A D | mpi.c | 530 BNI qsize; /* size of quotient */ local in function:mpi_divqr 564 qsize = num->size - den->size + 1; 572 qdigs = mp_calloc(1, sizeof(BNS) * qsize); 574 if (qrop->alloc < qsize) { 575 qrop->digs = mp_realloc(qrop->digs, sizeof(BNS) * qsize); 576 qrop->alloc = qsize; 578 memset(qrop->digs, '\0', sizeof(BNS) * qsize); 640 for (j = qsize - 1; j >= 0; j--, npos--) { 721 for (i = qsize - 1; i >= 0; i--) 724 if (i != qsize [all...] |
| /xsrc/external/mit/xf86-video-qxl/dist/src/ |
| H A D | mspace.c | 1818 size_t qsize = psize - nb; 1823 assert(m->user_data, qsize >= MIN_CHUNK_SIZE); 1827 size_t tsize = m->topsize += qsize; 1833 size_t dsize = m->dvsize += qsize; 1842 qsize += nsize; 1844 set_free_with_pinuse(q, qsize, oldfirst); 1845 insert_chunk(m, q, qsize);
|
Completed in 6 milliseconds