Home
last modified time | relevance | path

Searched refs:curr_size (Results 1 – 11 of 11) sorted by relevance

/netbsd/crypto/external/bsd/openssl.old/dist/crypto/async/
H A Dasync.c120 if ((pool->max_size != 0) && (pool->curr_size >= pool->max_size)) in async_get_pool_job()
129 pool->curr_size++; in async_get_pool_job()
319 size_t curr_size = 0; in ASYNC_init_thread() local
361 curr_size++; in ASYNC_init_thread()
363 pool->curr_size = curr_size; in ASYNC_init_thread()
H A Dasync_local.h68 size_t curr_size; member
/netbsd/crypto/external/bsd/openssl/dist/crypto/async/
H A Dasync.c122 if ((pool->max_size != 0) && (pool->curr_size >= pool->max_size)) in async_get_pool_job()
131 pool->curr_size++; in async_get_pool_job()
355 size_t curr_size = 0; in ASYNC_init_thread() local
397 curr_size++; in ASYNC_init_thread()
399 pool->curr_size = curr_size; in ASYNC_init_thread()
H A Dasync_local.h72 size_t curr_size; member
/netbsd/external/gpl3/gdb/dist/gdbsupport/
H A Dcommon-utils.cc145 size_t curr_size = str.size (); in string_vappendf() local
146 str.resize (curr_size + grow_size); in string_vappendf()
150 vsprintf (&str[curr_size], fmt, args); /* ARI: vsprintf */ in string_vappendf()
/netbsd/external/gpl3/gdb.old/dist/gdbsupport/
H A Dcommon-utils.cc145 size_t curr_size = str.size (); in string_vappendf() local
146 str.resize (curr_size + grow_size); in string_vappendf()
150 vsprintf (&str[curr_size], fmt, args); /* ARI: vsprintf */ in string_vappendf()
/netbsd/external/gpl3/gdb/dist/bfd/
H A Delf-strtab.c248 size_t idx, curr_size = tab->size, save_size; in _bfd_elf_strtab_restore() local
255 BFD_ASSERT (save_size <= curr_size); in _bfd_elf_strtab_restore()
260 for (; idx < curr_size; ++idx) in _bfd_elf_strtab_restore()
/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Delf-strtab.c248 size_t idx, curr_size = tab->size; in _bfd_elf_strtab_restore() local
252 BFD_ASSERT (save->size <= curr_size); in _bfd_elf_strtab_restore()
257 for (; idx < curr_size; ++idx) in _bfd_elf_strtab_restore()
/netbsd/external/gpl3/binutils/dist/bfd/
H A Delf-strtab.c248 size_t idx, curr_size = tab->size, save_size; in _bfd_elf_strtab_restore() local
255 BFD_ASSERT (save_size <= curr_size); in _bfd_elf_strtab_restore()
260 for (; idx < curr_size; ++idx) in _bfd_elf_strtab_restore()
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Delf-strtab.c248 size_t idx, curr_size = tab->size, save_size; in _bfd_elf_strtab_restore() local
255 BFD_ASSERT (save_size <= curr_size); in _bfd_elf_strtab_restore()
260 for (; idx < curr_size; ++idx) in _bfd_elf_strtab_restore()
/netbsd/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_kms.c2809 uint32_t curr_size = 0; in vmw_du_helper_plane_update() local
2858 curr_size = update->post_prepare(update, cmd_next); in vmw_du_helper_plane_update()
2859 cmd_next += curr_size; in vmw_du_helper_plane_update()
2860 submit_size += curr_size; in vmw_du_helper_plane_update()
2865 cmd_next += curr_size; in vmw_du_helper_plane_update()
2866 submit_size += curr_size; in vmw_du_helper_plane_update()
2881 curr_size = update->clip(update, cmd_next, &clip, fb_x, in vmw_du_helper_plane_update()
2883 cmd_next += curr_size; in vmw_du_helper_plane_update()
2884 submit_size += curr_size; in vmw_du_helper_plane_update()
2892 curr_size = update->post_clip(update, cmd_next, &bb); in vmw_du_helper_plane_update()
[all …]