Searched refs:init_size (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | temp_serializer.c | 110 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-13.1/crypto/openssl/crypto/async/ |
| H A D | async.c | 316 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-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_fuchsia.cpp | 217 uptr ReservedAddressRange::Init(uptr init_size, const char *name, in Init() argument 219 init_size = RoundUpTo(init_size, GetPageSize()); in Init() 226 init_size, &vmar, &base); in Init() 228 ReportMmapFailureAndDie(init_size, name, "zx_vmar_allocate", status); in Init() 230 size_ = init_size; in Init()
|
| /freebsd-13.1/sys/geom/vinum/ |
| H A D | geom_vinum_init.c | 366 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 D | geom_vinum_var.h | 293 int init_size; /* Initialization read/write size. */ member
|
| /freebsd-13.1/crypto/openssl/include/openssl/ |
| H A D | async.h | 40 int ASYNC_init_thread(size_t max_size, size_t init_size);
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/fw/ |
| H A D | file.h | 20 __le32 init_size; /* bytes of init code */ member 29 __le32 init_size; /* bytes of init code */ member
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | ASYNC_start_job.pod | 14 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-13.1/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-drv.c | 493 le32_to_cpu(ucode->u.v2.init_size)); in iwl_parse_v1_v2_firmware() 512 le32_to_cpu(ucode->u.v1.init_size)); in iwl_parse_v1_v2_firmware()
|
| /freebsd-13.1/sys/dev/iwm/ |
| H A D | if_iwmreg.h | 927 uint32_t init_size; /* bytes of init code */ member 936 uint32_t init_size; /* bytes of init code */ member
|