Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDggc-page.c2443 size_t num_objs; in ggc_pch_read() local
2450 num_objs = bytes / OBJECT_SIZE (i); in ggc_pch_read()
2453 + BITMAP_SIZE (num_objs + 1))); in ggc_pch_read()
2462 j + HOST_BITS_PER_LONG <= num_objs + 1; in ggc_pch_read()
2465 for (; j < num_objs + 1; j++) in ggc_pch_read()
/dragonfly/contrib/gcc-8.0/gcc/
HDggc-page.c2594 size_t num_objs; in ggc_pch_read() local
2601 num_objs = bytes / OBJECT_SIZE (i); in ggc_pch_read()
2604 + BITMAP_SIZE (num_objs + 1))); in ggc_pch_read()
2613 j + HOST_BITS_PER_LONG <= num_objs + 1; in ggc_pch_read()
2616 for (; j < num_objs + 1; j++) in ggc_pch_read()
/dragonfly/sys/dev/drm/
HDdrm_atomic.c1012 int index, num_objs, i; in drm_atomic_get_private_obj_state() local
1021 num_objs = state->num_private_objs + 1; in drm_atomic_get_private_obj_state()
1022 size = sizeof(*state->private_objs) * num_objs; in drm_atomic_get_private_obj_state()
1040 state->num_private_objs = num_objs; in drm_atomic_get_private_obj_state()