Searched refs:npools (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/apr-32/apr/apr/random/unix/
H A Dapr_random.c59 unsigned int npools; member in struct:apr_random_t
119 g->npools = APR_RANDOM_DEFAULT_POOLS;
120 g->pools = apr_palloc(p,g->npools*sizeof *g->pools);
121 for (n = 0; n < g->npools; ++n) {
204 for (n = 0 ; n < g->npools && (n == 0 || g->generation&(1 << (n-1)))
235 if (++g->next_pool == g->npools)
/macosx-10.10/xnu-2782.1.97/libkern/kxld/
H A Dkxld_array.c75 if (array->npools) {
144 require_action(array->npools < 2, finish, rval=KERN_INVALID_ARGUMENT);
152 require_action(array->npools == 1, finish, rval=KERN_FAILURE);
166 array->npools = 1;
226 current_capacity = dstarray->npools * dstarray->pool_capacity;
227 if (dstarray->npools > 1 || needed_capacity > current_capacity) {
400 array->npools += 1;
460 require_action(array->npools < 2 || array->nitems < array->pool_maxitems,
H A Dkxld_array.h87 u_int npools; /* The number of pools in the pool list */ member in struct:kxld_array

Completed in 149 milliseconds