Home
last modified time | relevance | path

Searched refs:num_objects (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp243 const size_t num_objects = archive_sp->ParseObjects(); in ParseAndCacheArchiveForFile() local
244 if (num_objects > 0) { in ParseAndCacheArchiveForFile()
399 const size_t num_objects = GetNumObjects(); in Dump() local
402 (uint64_t)num_archs, (uint64_t)num_objects); in Dump()
411 for (i = 0; i < num_objects; i++) { in Dump()
473 const size_t num_objects = archive_sp->GetNumObjects(); in GetModuleSpecifications() local
474 for (size_t idx = 0; idx < num_objects; ++idx) { in GetModuleSpecifications()
/freebsd-13.1/contrib/ofed/opensm/complib/
H A Dcl_pool.c180 CL_ASSERT(cl_qcpool_count(p_pool) == p_pool->num_objects); in cl_qcpool_destroy()
220 if (p_pool->num_objects == p_pool->max_objects) in cl_qcpool_grow()
224 if (obj_count > (p_pool->max_objects - p_pool->num_objects)) in cl_qcpool_grow()
225 obj_count = p_pool->max_objects - p_pool->num_objects; in cl_qcpool_grow()
305 p_pool->num_objects++; in cl_qcpool_grow()
/freebsd-13.1/contrib/ofed/opensm/include/complib/
H A Dcl_qcomppool.h290 size_t num_objects; member
/freebsd-13.1/sys/cam/scsi/
H A Dscsi_sa.h400 u_int8_t num_objects[3]; member