Home
last modified time | relevance | path

Searched refs:num_objs (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dsoftp11.c73 int num_objs; member
191 if (i >= soft_token.object.num_objs) in object_handle_to_object()
315 for (i = 0; i < soft_token.object.num_objs; i++) { in add_st_object()
321 if (i == soft_token.object.num_objs) { in add_st_object()
323 (soft_token.object.num_objs + 1) * sizeof(soft_token.object.objs[0])); in add_st_object()
329 soft_token.object.objs[soft_token.object.num_objs++] = o; in add_st_object()
904 soft_token.object.num_objs = 0; in C_Initialize()
1394 for (i = state->find.next_object; i < soft_token.object.num_objs; i++) { in C_FindObjects()
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_atomic.c782 int index, num_objs, i, ret; in drm_atomic_get_private_obj_state() local
795 num_objs = state->num_private_objs + 1; in drm_atomic_get_private_obj_state()
796 size = sizeof(*state->private_objs) * num_objs; in drm_atomic_get_private_obj_state()
815 state->num_private_objs = num_objs; in drm_atomic_get_private_obj_state()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dggc-page.c2631 size_t num_objs; in ggc_pch_read() local
2638 num_objs = bytes / OBJECT_SIZE (i); in ggc_pch_read()
2641 + BITMAP_SIZE (num_objs + 1))); in ggc_pch_read()
2650 j + HOST_BITS_PER_LONG <= num_objs + 1; in ggc_pch_read()
2653 for (; j < num_objs + 1; j++) in ggc_pch_read()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dggc-page.cc2637 size_t num_objs; in ggc_pch_read() local
2644 num_objs = bytes / OBJECT_SIZE (i); in ggc_pch_read()
2647 + BITMAP_SIZE (num_objs + 1))); in ggc_pch_read()
2656 j + HOST_BITS_PER_LONG <= num_objs + 1; in ggc_pch_read()
2659 for (; j < num_objs + 1; j++) in ggc_pch_read()
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-nvptx.c613 unsigned num_objs) in link_ptx() argument
665 for (; num_objs--; ptx_objs++) in link_ptx()
/netbsd-src/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-nvptx.c644 unsigned num_objs) in link_ptx() argument
696 for (; num_objs--; ptx_objs++) in link_ptx()