Lines Matching defs:size
16 /* The stack frame info is resizing, set a first-time expansion size; */
34 /* Stack depth and allocation size */
35 unsigned used, size;
50 /* Number of stack frames, and the size of the allocated array */
51 unsigned int depth, size;
164 "BN_CTX_free(): stack-size=%d, pool-bignums=%d\n",
165 ctx->stack.size, ctx->pool.size);
253 st->depth = st->size = 0;
265 if (st->depth == st->size) {
268 st->size ? (st->size * 3 / 2) : BN_CTX_START_FRAMES;
279 st->size = newsize;
297 p->used = p->size = 0;
322 if (p->used == p->size) {
344 p->size += BN_CTX_POOL_SIZE;