Home
last modified time | relevance | path

Searched defs:nelts (Results 1 – 13 of 13) sorted by relevance

/external/cronet/tot/third_party/apache-portable-runtime/src/file_io/unix/
Dfilepath_util.c37 int nelts; in apr_filepath_list_split_impl() local
/external/cronet/stable/third_party/apache-portable-runtime/src/file_io/unix/
Dfilepath_util.c37 int nelts; in apr_filepath_list_split_impl() local
/external/cronet/tot/third_party/apache-portable-runtime/src/include/arch/unix/
Dapr_arch_poll_private.h122 apr_uint32_t nelts; member
150 apr_uint32_t nelts; member
/external/cronet/stable/third_party/apache-portable-runtime/src/include/arch/unix/
Dapr_arch_poll_private.h122 apr_uint32_t nelts; member
150 apr_uint32_t nelts; member
/external/cronet/stable/third_party/apache-portable-runtime/src/include/
Dapr_tables.h68 int nelts; member
/external/cronet/tot/third_party/apache-portable-runtime/src/include/
Dapr_tables.h68 int nelts; member
/external/mesa3d/src/util/
Du_dynarray.h123 util_dynarray_resize_bytes(struct util_dynarray *buf, unsigned nelts, size_t eltsize) in util_dynarray_resize_bytes()
205 #define util_dynarray_resize(buf, type, nelts) util_dynarray_resize_bytes(buf, (nelts), sizeof(type… argument
/external/cronet/stable/third_party/apache-portable-runtime/src/poll/os2/
Dpollset.c25 apr_uint32_t nelts; member
/external/cronet/tot/third_party/apache-portable-runtime/src/poll/os2/
Dpollset.c25 apr_uint32_t nelts; member
/external/cronet/stable/third_party/apache-portable-runtime/src/tables/
Dapr_tables.c55 int nelts, int elt_size, int clear) in make_array_core()
84 int nelts, int elt_size) in apr_array_make()
400 APR_DECLARE(apr_table_t *) apr_table_make(apr_pool_t *p, int nelts) in apr_table_make()
/external/cronet/tot/third_party/apache-portable-runtime/src/tables/
Dapr_tables.c55 int nelts, int elt_size, int clear) in make_array_core()
84 int nelts, int elt_size) in apr_array_make()
400 APR_DECLARE(apr_table_t *) apr_table_make(apr_pool_t *p, int nelts) in apr_table_make()
/external/libffi/src/ia64/
Dffi.c254 size_t nelts = size / hfa_type_size (hfa_type); in ffi_prep_cif_machdep_core() local
/external/python/cpython3/Python/
Dcompile.c5224 Py_ssize_t i, nseen, nelts, nkwelts; in compiler_call_helper() local