Home
last modified time | relevance | path

Searched refs:max_available (Results 1 – 25 of 40) sorted by relevance

12

/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dopencl_autotune.c54 size_t max_available; in autotune_get_task_max_work_group_size() local
57 max_available = get_local_memory_size(gpu_id) / in autotune_get_task_max_work_group_size()
60 max_available = get_device_max_lws(gpu_id); in autotune_get_task_max_work_group_size()
62 if (max_available > get_kernel_max_lws(gpu_id, crypt_kernel)) in autotune_get_task_max_work_group_size()
65 return max_available; in autotune_get_task_max_work_group_size()
72 size_t max_available; in autotune_get_task_max_size() local
74 max_available = get_max_compute_units(gpu_id); in autotune_get_task_max_size()
77 return max_available * keys_per_core_cpu; in autotune_get_task_max_size()
81 return max_available * multiplier * keys_per_core_gpu * in autotune_get_task_max_size()
/dports/lang/mono/mono-5.10.1.57/external/boringssl/crypto/bio/
H A Dpair.c160 size_t max_available; in bio_zero_copy_get_read_buf() local
170 return max_available; in bio_zero_copy_get_read_buf()
178 size_t max_available; in BIO_zero_copy_get_read_buf() local
208 max_available = in BIO_zero_copy_get_read_buf()
212 if (max_available > 0) { in BIO_zero_copy_get_read_buf()
223 size_t max_available; in BIO_zero_copy_get_read_buf_done() local
252 max_available = in BIO_zero_copy_get_read_buf_done()
282 size_t max_available; in bio_zero_copy_get_write_buf() local
300 return max_available; in bio_zero_copy_get_write_buf()
308 size_t max_available; in BIO_zero_copy_get_write_buf() local
[all …]
/dports/devel/py-oci/oci-2.53.1/src/oci/log_analytics/models/
H A Dusage_status_item.py130 def max_available(self): member in UsageStatusItem
141 @max_available.setter
142 def max_available(self, max_available): argument
151 self._max_available = max_available
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/l10n_id_efaktur/models/
H A Defaktur.py96max_available = int(self.env['l10n_id_efaktur.efaktur.range'].search([('company_id', '=', record.c…
97 record.min = record.max = '%013d' % (max(max_available, max_used) + 1)
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/z/
H A DzPageAllocator.cpp177 size_t ZPageAllocator::max_available(bool no_reserve) const { in max_available() function in ZPageAllocator
292 const size_t max = max_available(flags.no_reserve()); in alloc_page_common_inner()
336 …ZTracer::tracer()->report_page_alloc(size, used(), max_available(flags.no_reserve()), _cache.avail… in alloc_page_common()
H A DzPageAllocator.hpp61 size_t max_available(bool no_reserve) const;
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/z/
H A DzPageAllocator.cpp177 size_t ZPageAllocator::max_available(bool no_reserve) const { in max_available() function in ZPageAllocator
292 const size_t max = max_available(flags.no_reserve()); in alloc_page_common_inner()
336 …ZTracer::tracer()->report_page_alloc(size, used(), max_available(flags.no_reserve()), _cache.avail… in alloc_page_common()
H A DzPageAllocator.hpp61 size_t max_available(bool no_reserve) const;
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/z/
H A DzPageAllocator.cpp177 size_t ZPageAllocator::max_available(bool no_reserve) const { in max_available() function in ZPageAllocator
292 const size_t max = max_available(flags.no_reserve()); in alloc_page_common_inner()
336 …ZTracer::tracer()->report_page_alloc(size, used(), max_available(flags.no_reserve()), _cache.avail… in alloc_page_common()
H A DzPageAllocator.hpp61 size_t max_available(bool no_reserve) const;
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Dpartlist.c263 uint64_t max_available = 0; in partlist_selectpart_index() local
272 if (part_list->items[i].available > max_available) { in partlist_selectpart_index()
274 max_available = part_list->items[i].available; in partlist_selectpart_index()
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/
H A Dpartlist.c257 uint64_t max_available = 0; in partlist_selectpart_index() local
266 if (part_list->items[i].available > max_available) { in partlist_selectpart_index()
268 max_available = part_list->items[i].available; in partlist_selectpart_index()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Dpartlist.c265 uint64_t max_available = 0; in partlist_selectpart_index() local
274 if (part_list->items[i].available > max_available) { in partlist_selectpart_index()
276 max_available = part_list->items[i].available; in partlist_selectpart_index()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/z/
H A DzPageAllocator.cpp299 size_t ZPageAllocator::max_available(bool no_reserve) const { in max_available() function in ZPageAllocator
311 if (max_available(no_reserve) < size) { in ensure_available()
394 …ZTracer::tracer()->report_page_alloc(size, _used, max_available(flags.no_reserve()), _cache.availa… in alloc_page_common()
H A DzPageAllocator.hpp71 size_t max_available(bool no_reserve) const;
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/z/
H A DzPageAllocator.hpp73 size_t max_available(bool no_reserve) const;
H A DzPageAllocator.cpp340 size_t ZPageAllocator::max_available(bool no_reserve) const { in max_available() function in ZPageAllocator
352 if (max_available(no_reserve) < size) { in ensure_available()
435 …ZTracer::tracer()->report_page_alloc(size, _used, max_available(flags.no_reserve()), _cache.availa… in alloc_page_common()
/dports/japanese/slrn/slrn-0.9.6.2/src/
H A Dgroup.c277 int min, max, n, max_available; in group_sync_group_with_server() local
355 max_available = g->range.max - g->range.min + 1; in group_sync_group_with_server()
374 if (n > max_available) n = max_available; in group_sync_group_with_server()
822 int min, max, n, max_available, last_n; in slrn_group_select_group() local
854 max_available = Slrn_Group_Current_Group->range.max - Slrn_Group_Current_Group->range.min + 1; in slrn_group_select_group()
861 n = max_available; in slrn_group_select_group()
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/ib/rc/base/
H A Drc_ep.c383 ucs_status_t uct_rc_ep_flush(uct_rc_ep_t *ep, int16_t max_available, in uct_rc_ep_flush() argument
394 if (uct_rc_txqp_available(&ep->txqp) == max_available) { in uct_rc_ep_flush()
H A Drc_ep.h250 ucs_status_t uct_rc_ep_flush(uct_rc_ep_t *ep, int16_t max_available,
/dports/news/slrn/slrn-1.0.3/src/
H A Dgroup.c250 NNTP_Artnum_Type n, max_available; in group_update_range() local
289 max_available = g->range.max - g->range.min + 1; in group_update_range()
301 if (n > max_available) n = max_available; in group_update_range()
309 g->unread = max_available; in group_update_range()
876 NNTP_Artnum_Type min, max, n, max_available, last_n; in slrn_group_select_group() local
905 max_available = Slrn_Group_Current_Group->range.max - Slrn_Group_Current_Group->range.min + 1; in slrn_group_select_group()
908 n = max_available; in slrn_group_select_group()
/dports/security/silktools/silk-3.19.1/src/rwrecgenerator/
H A Drwrecgenerator-threaded.c181 uint32_t max_available; member
211 uint32_t max_available; member
904 rg_state->max_available = rg_init->max_available; in appSetup()
909 rg_init->recs_per_event*rg_init->max_available)) in appSetup()
2793 while (rg_state->available >= rg_state->max_available in generatorLoop()
2897 if (rg_state->available >= rg_state->max_available) { in consumeFlows()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/download/
H A DEnhancedDownloadManager.java691 long max_available = file.getLength() - file_start_offset; in getContiguousAvailableBytes() local
693 if ( available > max_available ){ in getContiguousAvailableBytes()
695 available = max_available; in getContiguousAvailableBytes()
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dpassword_manager.cpp266 …size_t max_available = static_cast<size_t>(0.8 * window_height - 2 * border_y + username_sep_y) / … in ui_scale() local
267 max_displayed = std::min(max_available, logins->size()); in ui_scale()
/dports/devel/py-mypy/mypy-0.910/mypy/
H A Dmessages.py1468 max_available = len(func.items())
1479 assert shown <= max_matching <= max_available
1480 if shown < max_matching <= max_available:
1483 left, plural_s(left), max_available)
1485 elif shown == max_matching < max_available:
1486 left = max_available - shown
1490 assert shown == max_matching == max_available

12