Home
last modified time | relevance | path

Searched refs:init_size (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dtemp_serializer.c110 apr_size_t init_size = suggested_buffer_size < struct_size in svn_temp_serializer__init() local
117 context->buffer = svn_stringbuf_create_ensure(init_size, pool); in svn_temp_serializer__init()
157 apr_size_t init_size = currently_allocated < currently_used in svn_temp_serializer__init_append() local
169 context->buffer->blocksize = init_size; in svn_temp_serializer__init_append()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_fuchsia.cc206 uptr ReservedAddressRange::Init(uptr init_size, const char *name, in Init() argument
208 init_size = RoundUpTo(init_size, PAGE_SIZE); in Init()
216 0, init_size, &vmar, &base); in Init()
218 ReportMmapFailureAndDie(init_size, name, "zx_vmar_allocate", status); in Init()
220 size_ = init_size; in Init()
/freebsd-12.1/crypto/openssl/crypto/async/
H A Dasync.c316 int ASYNC_init_thread(size_t max_size, size_t init_size) in ASYNC_init_thread() argument
321 if (init_size > max_size) { in ASYNC_init_thread()
338 pool->jobs = sk_ASYNC_JOB_new_reserve(NULL, init_size); in ASYNC_init_thread()
348 while (init_size--) { in ASYNC_init_thread()
/freebsd-12.1/sys/geom/vinum/
H A Dgeom_vinum_init.c366 s->init_size = GV_DFLT_SYNCSIZE; in gv_init_plex()
386 data = g_malloc(s->init_size, M_WAITOK | M_ZERO); in gv_init_plex()
387 gv_init_request(s, start, data, s->init_size); in gv_init_plex()
H A Dgeom_vinum_var.h291 int init_size; /* Initialization read/write size. */ member
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dasync.h40 int ASYNC_init_thread(size_t max_size, size_t init_size);
/freebsd-12.1/crypto/openssl/doc/man3/
H A DASYNC_start_job.pod14 int ASYNC_init_thread(size_t max_size, size_t init_size);
52 B<init_size> ASYNC_JOBs will be created immediately. If ASYNC_init_thread() is
54 with a B<max_size> of 0 (no upper limit) and an B<init_size> of 0 (no ASYNC_JOBs
/freebsd-12.1/sys/dev/iwm/
H A Dif_iwmreg.h866 uint32_t init_size; /* bytes of init code */ member
875 uint32_t init_size; /* bytes of init code */ member