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

/freebsd-12-stable/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-12-stable/contrib/ofed/opensm/complib/
H A Dcl_pool.c180 CL_ASSERT(cl_qcpool_count(p_pool) == p_pool->num_objects);
220 if (p_pool->num_objects == p_pool->max_objects)
224 if (obj_count > (p_pool->max_objects - p_pool->num_objects))
225 obj_count = p_pool->max_objects - p_pool->num_objects;
305 p_pool->num_objects++;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp243 const size_t num_objects = archive_sp->ParseObjects(); local
244 if (num_objects > 0) {
401 const size_t num_objects = GetNumObjects(); local
403 ", num_objects = %" PRIu64 "",
404 (uint64_t)num_archs, (uint64_t)num_objects);
413 for (i = 0; i < num_objects; i++) {
475 const size_t num_objects = archive_sp->GetNumObjects(); local
476 for (size_t idx = 0; idx < num_objects; ++idx) {
/freebsd-12-stable/contrib/ofed/opensm/include/complib/
H A Dcl_qcomppool.h290 size_t num_objects; member in struct:_cl_qcpool
311 * num_objects
/freebsd-12-stable/sys/cam/scsi/
H A Dscsi_sa.h400 u_int8_t num_objects[3]; member in struct:scsi_tape_position_ext_data

Completed in 126 milliseconds