/third_party/python/Include/internal/ |
D | pycore_blocks_output_buffer.h | 151 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/ |
D | dynamicsizehash.c | 176 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()
|
D | dynamicsizehash_concurrent.c | 350 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()
|
D | dynamicsizehash_concurrent.h | 91 extern int name##_init (name *htab, size_t init_size); \
|
D | dynamicsizehash.h | 89 extern int name##_init (name *htab, size_t init_size); \
|
/third_party/mesa3d/src/egl/main/ |
D | eglarray.c | 68 _eglCreateArray(const char *name, EGLint init_size) in _eglCreateArray() argument 75 array->MaxSize = (init_size > 0) ? init_size : 1; in _eglCreateArray()
|
D | eglarray.h | 52 _eglCreateArray(const char *name, EGLint init_size);
|
/third_party/openssl/crypto/async/ |
D | async.c | 352 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/ |
D | async.c | 352 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/ |
D | async.h | 40 int ASYNC_init_thread(size_t max_size, size_t init_size);
|
/third_party/libwebsockets/win32port/dirent/ |
D | dirent-win32.h | 891 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/ |
D | async.h | 52 int ASYNC_init_thread(size_t max_size, size_t init_size);
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
D | async.h | 52 int ASYNC_init_thread(size_t max_size, size_t init_size);
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | ftdrv.h | 175 FT_Size_InitFunc init_size; member
|
/third_party/openssl/doc/man3/ |
D | ASYNC_start_job.pod | 14 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/ |
D | zlibmodule.c | 91 Py_ssize_t init_size, in OutputBuffer_WindowInitWithSize() argument 95 buffer, init_size, (void**) next_out); in OutputBuffer_WindowInitWithSize()
|
/third_party/protobuf/objectivec/Tests/ |
D | unittest_objc.proto | 243 optional int32 init_size = 12; field
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftobjs.c | 2916 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/ |
D | ChangeLog.210 | 3426 * src/base/ftobjs.c (FT_New_Size): When the call to `clazz->init_size'
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 1584 __u32 init_size; member
|