Searched refs:num_objects (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dggc-page.c733 size_t num_objects;
741 num_objects = OBJECTS_PER_PAGE (order);
742 bitmap_size = BITMAP_SIZE (num_objects + 1);
744 entry_size = num_objects * OBJECT_SIZE (order);
881 entry->num_free_objects = num_objects;
893 entry->in_use_p[num_objects / HOST_BITS_PER_LONG]
894 = (unsigned long) 1 << (num_objects % HOST_BITS_PER_LONG);
1580 size_t num_objects;
1584 num_objects = OBJECTS_IN_PAGE (p) + 1;
1587 p->num_free_objects = num_objects;
730 size_t num_objects; local
1576 size_t num_objects; local
1618 size_t num_objects = OBJECTS_IN_PAGE (p); local
1660 size_t num_objects; local
1794 size_t num_objects; local
[all...]
/freebsd-11.0-release/contrib/ofed/management/opensm/complib/
H A Dcl_pool.c182 CL_ASSERT(cl_qcpool_count(p_pool) == p_pool->num_objects);
222 if (p_pool->num_objects == p_pool->max_objects)
226 if (obj_count > (p_pool->max_objects - p_pool->num_objects))
227 obj_count = p_pool->max_objects - p_pool->num_objects;
307 p_pool->num_objects++;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp281 const size_t num_objects = archive_sp->ParseObjects (); local
282 if (num_objects > 0)
492 const size_t num_objects = GetNumObjects(); local
493 s->Printf("ObjectContainerBSDArchive, num_archs = %" PRIu64 ", num_objects = %" PRIu64 "", (uint64_t)num_archs, (uint64_t)num_objects);
503 for (i=0; i<num_objects; i++)
584 const size_t num_objects = archive_sp->GetNumObjects(); local
585 for (size_t idx = 0; idx < num_objects; ++idx)
/freebsd-11.0-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_qcomppool.h290 size_t num_objects; member in struct:_cl_qcpool
311 * num_objects
/freebsd-11.0-release/sys/cam/scsi/
H A Dscsi_sa.h398 u_int8_t num_objects[3]; member in struct:scsi_tape_position_ext_data

Completed in 122 milliseconds