Home
last modified time | relevance | path

Searched refs:first_unused (Results 1 – 25 of 110) sorted by relevance

12345

/dports/security/openssh-portable/openssh-8.8p1/
H A Dsrclimit.c70 int i, bits, first_unused, count = 0; in srclimit_check_allow() local
90 first_unused = max_children; in srclimit_check_allow()
94 if (i < first_unused) in srclimit_check_allow()
95 first_unused = i; in srclimit_check_allow()
107 if (first_unused == max_children) { /* no free slot found */ in srclimit_check_allow()
111 if (first_unused < 0 || first_unused >= max_children) in srclimit_check_allow()
119 child[first_unused].id = id; in srclimit_check_allow()
120 memcpy(&child[first_unused].addr, &xb, sizeof(xb)); in srclimit_check_allow()
/dports/misc/vifm/vifm-0.11/src/ui/
H A Dcolor_manager.c176 int first_unused; in compress_pair_space() local
179 first_unused = -1; in compress_pair_space()
186 else if(first_unused == -1) in compress_pair_space()
188 first_unused = i; in compress_pair_space()
192 if(first_unused == -1) in compress_pair_space()
198 j = first_unused; in compress_pair_space()
/dports/games/openttd/openttd-12.1/src/core/
H A Dpool_func.hpp34 first_unused(0), in DEFINE_POOL_METHOD()
71 for (; index < this->first_unused; index++) { in DEFINE_POOL_METHOD()
80 assert(this->first_unused == this->size); in DEFINE_POOL_METHOD()
103 this->first_unused = std::max(this->first_unused, index + 1); in DEFINE_POOL_METHOD()
199 for (size_t i = 0; i < this->first_unused; i++) { in DEFINE_POOL_METHOD()
204 this->first_unused = this->first_free = this->size = 0; in DEFINE_POOL_METHOD()
H A Dsmallstack_type.hpp24 inline SimplePool() : first_unused(0), first_free(0) {} in SimplePool()
49 this->first_unused = std::max(this->first_unused, this->first_free); in Create()
69 for (; index < this->first_unused; index++) { in FindFirstFree()
83 Tindex first_unused; member in SimplePool
H A Dpool_type.hpp91 …size_t first_unused; ///< This and all higher indexes are free (doesn't say anything about first_u… member
111 assert(index < this->first_unused); in Get()
122 return index < this->first_unused && this->Get(index) != nullptr; in IsValidID()
287 for (size_t i = 0; i < Tpool->first_unused; i++) { in operator new()
350 return index < Tpool->first_unused ? Tpool->Get(index) : nullptr; in GetIfValid()
360 return Tpool->first_unused; in GetPoolSize()
/dports/multimedia/libxine/xine-lib-1.2.11/src/xine-utils/
H A Dlist.c47 uint32_t first_unused; member
66 chunk->first_unused = 0; in _xine_list_chunk_new()
82 list->first_chunk.first_unused = 0; in xine_list_new()
97 list->first_chunk.first_unused = 0; in _xine_list_reset()
127 if (chunk->first_unused < chunk->max_elems) { in _xine_list_elem_new()
128 elem = &chunk->elems[0] + chunk->first_unused; in _xine_list_elem_new()
129 chunk->first_unused++; in _xine_list_elem_new()
141 chunk->first_unused = 1; in _xine_list_elem_new()
/dports/www/firefox-esr/firefox-91.8.0/js/src/zydis/Zycore/
H A DList.c73 if (list->first_unused) in ZyanListAllocateNode()
75 *node = list->first_unused; in ZyanListAllocateNode()
76 list->first_unused = (*node)->next; in ZyanListAllocateNode()
113 node->next = list->first_unused; in ZyanListDeallocateNode()
114 list->first_unused = node; in ZyanListDeallocateNode()
156 list->first_unused = ZYAN_NULL; in ZyanListInitEx()
177 list->first_unused = ZYAN_NULL; in ZyanListInitCustomBuffer()
597 list->first_unused = ZYAN_NULL; in ZyanListResizeEx()
/dports/devel/zydis/zydis-3.1.0/dependencies/zycore/src/
H A DList.c73 if (list->first_unused) in ZyanListAllocateNode()
75 *node = list->first_unused; in ZyanListAllocateNode()
76 list->first_unused = (*node)->next; in ZyanListAllocateNode()
113 node->next = list->first_unused; in ZyanListDeallocateNode()
114 list->first_unused = node; in ZyanListDeallocateNode()
156 list->first_unused = ZYAN_NULL; in ZyanListInitEx()
177 list->first_unused = ZYAN_NULL; in ZyanListInitCustomBuffer()
597 list->first_unused = ZYAN_NULL; in ZyanListResizeEx()
/dports/www/firefox/firefox-99.0/js/src/zydis/Zycore/
H A DList.c73 if (list->first_unused) in ZyanListAllocateNode()
75 *node = list->first_unused; in ZyanListAllocateNode()
76 list->first_unused = (*node)->next; in ZyanListAllocateNode()
113 node->next = list->first_unused; in ZyanListDeallocateNode()
114 list->first_unused = node; in ZyanListDeallocateNode()
156 list->first_unused = ZYAN_NULL; in ZyanListInitEx()
177 list->first_unused = ZYAN_NULL; in ZyanListInitCustomBuffer()
597 list->first_unused = ZYAN_NULL; in ZyanListResizeEx()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/zydis/Zycore/
H A DList.c73 if (list->first_unused) in ZyanListAllocateNode()
75 *node = list->first_unused; in ZyanListAllocateNode()
76 list->first_unused = (*node)->next; in ZyanListAllocateNode()
113 node->next = list->first_unused; in ZyanListDeallocateNode()
114 list->first_unused = node; in ZyanListDeallocateNode()
156 list->first_unused = ZYAN_NULL; in ZyanListInitEx()
177 list->first_unused = ZYAN_NULL; in ZyanListInitCustomBuffer()
597 list->first_unused = ZYAN_NULL; in ZyanListResizeEx()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/zydis/Zycore/
H A DList.c73 if (list->first_unused) in ZyanListAllocateNode()
75 *node = list->first_unused; in ZyanListAllocateNode()
76 list->first_unused = (*node)->next; in ZyanListAllocateNode()
113 node->next = list->first_unused; in ZyanListDeallocateNode()
114 list->first_unused = node; in ZyanListDeallocateNode()
156 list->first_unused = ZYAN_NULL; in ZyanListInitEx()
177 list->first_unused = ZYAN_NULL; in ZyanListInitCustomBuffer()
597 list->first_unused = ZYAN_NULL; in ZyanListResizeEx()
/dports/www/mod_php74/php-7.4.27/Zend/
H A Dzend_gc.c197 (GC_G(first_unused) < GC_G(gc_threshold))
199 (GC_G(first_unused) != GC_G(buf_size))
344 ZEND_ASSERT(idx < GC_G(first_unused)); in gc_decompress()
376 idx = GC_G(first_unused); in gc_fetch_next_unused()
377 GC_G(first_unused) = GC_G(first_unused) + 1; in gc_fetch_next_unused()
438 gc_globals->first_unused = GC_INVALID; in gc_globals_ctor_ex()
479 GC_G(first_unused) = GC_FIRST_ROOT; in gc_reset()
961 GC_G(first_unused) = GC_G(num_roots) + GC_FIRST_ROOT; in gc_compact()
972 last = GC_IDX2PTR(GC_G(first_unused)); in gc_mark_roots()
1311 end = GC_G(first_unused); in gc_collect_roots()
[all …]
/dports/lang/php74/php-7.4.27/Zend/
H A Dzend_gc.c197 (GC_G(first_unused) < GC_G(gc_threshold))
199 (GC_G(first_unused) != GC_G(buf_size))
344 ZEND_ASSERT(idx < GC_G(first_unused)); in gc_decompress()
376 idx = GC_G(first_unused); in gc_fetch_next_unused()
377 GC_G(first_unused) = GC_G(first_unused) + 1; in gc_fetch_next_unused()
438 gc_globals->first_unused = GC_INVALID; in gc_globals_ctor_ex()
479 GC_G(first_unused) = GC_FIRST_ROOT; in gc_reset()
961 GC_G(first_unused) = GC_G(num_roots) + GC_FIRST_ROOT; in gc_compact()
972 last = GC_IDX2PTR(GC_G(first_unused)); in gc_mark_roots()
1311 end = GC_G(first_unused); in gc_collect_roots()
[all …]
/dports/lang/php73/php-7.3.33/Zend/
H A Dzend_gc.c192 (GC_G(first_unused) < GC_G(gc_threshold))
194 (GC_G(first_unused) != GC_G(buf_size))
337 ZEND_ASSERT(idx < GC_G(first_unused)); in gc_decompress()
369 idx = GC_G(first_unused); in gc_fetch_next_unused()
370 GC_G(first_unused) = GC_G(first_unused) + 1; in gc_fetch_next_unused()
430 gc_globals->first_unused = GC_INVALID; in gc_globals_ctor_ex()
471 GC_G(first_unused) = GC_FIRST_ROOT; in gc_reset()
973 last = GC_IDX2PTR(GC_G(first_unused)); in gc_mark_roots()
1330 end = GC_G(first_unused); in gc_collect_roots()
1489 end = GC_G(first_unused); in zend_gc_collect_cycles()
[all …]
/dports/www/mod_php73/php-7.3.33/Zend/
H A Dzend_gc.c192 (GC_G(first_unused) < GC_G(gc_threshold))
194 (GC_G(first_unused) != GC_G(buf_size))
337 ZEND_ASSERT(idx < GC_G(first_unused)); in gc_decompress()
369 idx = GC_G(first_unused); in gc_fetch_next_unused()
370 GC_G(first_unused) = GC_G(first_unused) + 1; in gc_fetch_next_unused()
430 gc_globals->first_unused = GC_INVALID; in gc_globals_ctor_ex()
471 GC_G(first_unused) = GC_FIRST_ROOT; in gc_reset()
973 last = GC_IDX2PTR(GC_G(first_unused)); in gc_mark_roots()
1330 end = GC_G(first_unused); in gc_collect_roots()
1489 end = GC_G(first_unused); in zend_gc_collect_cycles()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/mysql/
H A Dha_mcs_opt_rewrites.cpp372 uint first_unused) in build_bitmap_for_nested_joins_mcs() argument
386 nested_join->nj_map= (nested_join_map) 1 << first_unused++; in build_bitmap_for_nested_joins_mcs()
387 first_unused= build_bitmap_for_nested_joins_mcs(&nested_join->join_list, in build_bitmap_for_nested_joins_mcs()
388 first_unused); in build_bitmap_for_nested_joins_mcs()
392 DBUG_RETURN(first_unused); in build_bitmap_for_nested_joins_mcs()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/mysql/
H A Dha_mcs_opt_rewrites.cpp372 uint first_unused) in build_bitmap_for_nested_joins_mcs() argument
386 nested_join->nj_map= (nested_join_map) 1 << first_unused++; in build_bitmap_for_nested_joins_mcs()
387 first_unused= build_bitmap_for_nested_joins_mcs(&nested_join->join_list, in build_bitmap_for_nested_joins_mcs()
388 first_unused); in build_bitmap_for_nested_joins_mcs()
392 DBUG_RETURN(first_unused); in build_bitmap_for_nested_joins_mcs()
/dports/www/mod_php81/php-8.1.1/Zend/
H A Dzend_gc.c198 (GC_G(first_unused) < GC_G(gc_threshold))
200 (GC_G(first_unused) != GC_G(buf_size))
345 ZEND_ASSERT(idx < GC_G(first_unused)); in gc_decompress()
377 idx = GC_G(first_unused); in gc_fetch_next_unused()
378 GC_G(first_unused) = GC_G(first_unused) + 1; in gc_fetch_next_unused()
439 gc_globals->first_unused = GC_INVALID; in gc_globals_ctor_ex()
480 GC_G(first_unused) = GC_FIRST_ROOT; in gc_reset()
969 GC_G(first_unused) = GC_G(num_roots) + GC_FIRST_ROOT; in gc_compact()
980 last = GC_IDX2PTR(GC_G(first_unused)); in gc_mark_roots()
1313 end = GC_G(first_unused); in gc_collect_roots()
[all …]
/dports/lang/php81/php-8.1.1/Zend/
H A Dzend_gc.c198 (GC_G(first_unused) < GC_G(gc_threshold))
200 (GC_G(first_unused) != GC_G(buf_size))
345 ZEND_ASSERT(idx < GC_G(first_unused)); in gc_decompress()
377 idx = GC_G(first_unused); in gc_fetch_next_unused()
378 GC_G(first_unused) = GC_G(first_unused) + 1; in gc_fetch_next_unused()
439 gc_globals->first_unused = GC_INVALID; in gc_globals_ctor_ex()
480 GC_G(first_unused) = GC_FIRST_ROOT; in gc_reset()
969 GC_G(first_unused) = GC_G(num_roots) + GC_FIRST_ROOT; in gc_compact()
980 last = GC_IDX2PTR(GC_G(first_unused)); in gc_mark_roots()
1313 end = GC_G(first_unused); in gc_collect_roots()
[all …]
/dports/lang/php80/php-8.0.15/Zend/
H A Dzend_gc.c197 (GC_G(first_unused) < GC_G(gc_threshold))
199 (GC_G(first_unused) != GC_G(buf_size))
344 ZEND_ASSERT(idx < GC_G(first_unused)); in gc_decompress()
376 idx = GC_G(first_unused); in gc_fetch_next_unused()
377 GC_G(first_unused) = GC_G(first_unused) + 1; in gc_fetch_next_unused()
438 gc_globals->first_unused = GC_INVALID; in gc_globals_ctor_ex()
479 GC_G(first_unused) = GC_FIRST_ROOT; in gc_reset()
963 GC_G(first_unused) = GC_G(num_roots) + GC_FIRST_ROOT; in gc_compact()
974 last = GC_IDX2PTR(GC_G(first_unused)); in gc_mark_roots()
1315 end = GC_G(first_unused); in gc_collect_roots()
[all …]
/dports/www/mod_php80/php-8.0.15/Zend/
H A Dzend_gc.c197 (GC_G(first_unused) < GC_G(gc_threshold))
199 (GC_G(first_unused) != GC_G(buf_size))
344 ZEND_ASSERT(idx < GC_G(first_unused)); in gc_decompress()
376 idx = GC_G(first_unused); in gc_fetch_next_unused()
377 GC_G(first_unused) = GC_G(first_unused) + 1; in gc_fetch_next_unused()
438 gc_globals->first_unused = GC_INVALID; in gc_globals_ctor_ex()
479 GC_G(first_unused) = GC_FIRST_ROOT; in gc_reset()
963 GC_G(first_unused) = GC_G(num_roots) + GC_FIRST_ROOT; in gc_compact()
974 last = GC_IDX2PTR(GC_G(first_unused)); in gc_mark_roots()
1315 end = GC_G(first_unused); in gc_collect_roots()
[all …]
/dports/net-mgmt/crmsh/crmsh-4.3.1/crmsh/
H A Dwatchdog.py124 first_unused = self._get_first_unused_device()
125 self._input = first_unused if first_unused else "softdog"
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A Destimate_scale.h111 typename std::vector<typename Kernel::Point_3>::iterator first_unused = kd_tree_points.end(); in m_cluster_size() local
117 (kd_tree_points.begin(), first_unused); in m_cluster_size()
118 first_unused in m_cluster_size()
123 m_trees.push_back (new Tree(kd_tree_points.begin(), first_unused)); in m_cluster_size()
310 typename std::vector<typename Kernel::Point_2>::iterator first_unused = search_points.end(); in m_cluster_size() local
316 (search_points.begin(), first_unused); in m_cluster_size()
317 first_unused in m_cluster_size()
323 m_point_sets.push_back (new Point_set (search_points.begin(), first_unused)); in m_cluster_size()
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dcache.c453 for(i=cache->first_unused; i<cache->max_item; i++) in cache_add_item()
474 cache->first_unused= i+1; in cache_add_item()
555 if(cache->first_unused > i) cache->first_unused= i;; in cache_remove()
569 if(cache->first_unused > i) cache->first_unused= i;; in cache_remove()
/dports/databases/xapian-core/xapian-core-1.4.18/backends/glass/
H A Dglass_freelist.cc266 uint4 first_unused = fl.get_first_unused_block(); in GlassFreeListChecker() local
267 bitmap_size = (first_unused + BITS_PER_ELT - 1) / BITS_PER_ELT; in GlassFreeListChecker()
272 uint4 remainder = first_unused & (BITS_PER_ELT - 1); in GlassFreeListChecker()

12345