Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_blocks_output_buffer.h151 const Py_ssize_t init_size, in _BlocksOutputBuffer_InitWithSize() argument
160 b = PyBytes_FromStringAndSize(NULL, init_size); in _BlocksOutputBuffer_InitWithSize()
175 buffer->allocated = init_size; in _BlocksOutputBuffer_InitWithSize()
179 return init_size; in _BlocksOutputBuffer_InitWithSize()
/third_party/elfutils/lib/
Ddynamicsizehash.c176 INIT(NAME) (NAME *htab, size_t init_size) in INIT()
179 init_size = next_prime (init_size); in INIT()
182 htab->size = init_size; in INIT()
187 htab->table = calloc ((init_size + 1), sizeof (htab->table[0])); in INIT()
Ddynamicsizehash_concurrent.c350 INIT(NAME) (NAME *htab, size_t init_size) in INIT()
353 init_size = next_prime (init_size); in INIT()
356 htab->size = init_size; in INIT()
368 htab->table = malloc ((init_size + 1) * sizeof (htab->table[0])); in INIT()
372 for (size_t i = 0; i <= init_size; i++) in INIT()
Ddynamicsizehash_concurrent.h91 extern int name##_init (name *htab, size_t init_size); \
Ddynamicsizehash.h89 extern int name##_init (name *htab, size_t init_size); \
/third_party/mesa3d/src/egl/main/
Deglarray.c68 _eglCreateArray(const char *name, EGLint init_size) in _eglCreateArray() argument
75 array->MaxSize = (init_size > 0) ? init_size : 1; in _eglCreateArray()
Deglarray.h52 _eglCreateArray(const char *name, EGLint init_size);
/third_party/openssl/crypto/async/
Dasync.c352 int ASYNC_init_thread(size_t max_size, size_t init_size) in ASYNC_init_thread() argument
357 if (init_size > max_size) { in ASYNC_init_thread()
374 pool->jobs = sk_ASYNC_JOB_new_reserve(NULL, init_size); in ASYNC_init_thread()
384 while (init_size--) { in ASYNC_init_thread()
/third_party/node/deps/openssl/openssl/crypto/async/
Dasync.c352 int ASYNC_init_thread(size_t max_size, size_t init_size) in ASYNC_init_thread() argument
357 if (init_size > max_size) { in ASYNC_init_thread()
374 pool->jobs = sk_ASYNC_JOB_new_reserve(NULL, init_size); in ASYNC_init_thread()
384 while (init_size--) { in ASYNC_init_thread()
/third_party/openssl/ohos_lite/include/openssl/
Dasync.h40 int ASYNC_init_thread(size_t max_size, size_t init_size);
/third_party/libwebsockets/win32port/dirent/
Ddirent-win32.h891 const size_t init_size = 1; in scandir() local
911 if (size < init_size) { in scandir()
913 num_entries = init_size; in scandir()
/third_party/openssl/include/openssl/
Dasync.h52 int ASYNC_init_thread(size_t max_size, size_t init_size);
/third_party/node/deps/openssl/openssl/include/openssl/
Dasync.h52 int ASYNC_init_thread(size_t max_size, size_t init_size);
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dftdrv.h175 FT_Size_InitFunc init_size; member
/third_party/openssl/doc/man3/
DASYNC_start_job.pod14 int ASYNC_init_thread(size_t max_size, size_t init_size);
52 I<init_size> B<ASYNC_JOB>s will be created immediately. If ASYNC_init_thread()
54 with a I<max_size> of 0 (no upper limit) and an I<init_size> of 0 (no
/third_party/python/Modules/
Dzlibmodule.c91 Py_ssize_t init_size, in OutputBuffer_WindowInitWithSize() argument
95 buffer, init_size, (void**) next_out); in OutputBuffer_WindowInitWithSize()
/third_party/protobuf/objectivec/Tests/
Dunittest_objc.proto243 optional int32 init_size = 12; field
/third_party/skia/third_party/externals/freetype/src/base/
Dftobjs.c2916 if ( clazz->init_size ) in FT_New_Size()
2917 error = clazz->init_size( size ); in FT_New_Size()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.2103426 * src/base/ftobjs.c (FT_New_Size): When the call to `clazz->init_size'
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h1584 __u32 init_size; member