Home
last modified time | relevance | path

Searched refs:total_available (Results 1 – 25 of 28) sorted by relevance

12

/dports/security/pev/pev/src/
H A Doutput.c205 size_t total_available = 0; in output_available_formats() local
219 total_available++; in output_available_formats()
229 total_available++; in output_available_formats()
234 return total_available; in output_available_formats()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/contrib/spendfrom/
H A Dspendfrom.py148 total_available = Decimal("0.0")
155 total_available += all_coins[addr]["total"]
157 if total_available < needed:
158 sys.stderr.write("Error, only %f BTC available, need %f\n"%(total_available, needed));
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/contrib/spendfrom/
H A Dspendfrom.py148 total_available = Decimal("0.0")
155 total_available += all_coins[addr]["total"]
157 if total_available < needed:
158 sys.stderr.write("Error, only %f BTC available, need %f\n"%(total_available, needed));
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/contrib/spendfrom/
H A Dspendfrom.py148 total_available = Decimal("0.0")
155 total_available += all_coins[addr]["total"]
157 if total_available < needed:
158 sys.stderr.write("Error, only %f BTC available, need %f\n"%(total_available, needed));
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/
H A Dnfs.py241 total_size, total_available, total_allocated = (
244 'total_available': total_available,
292 total_size, total_available, total_allocated = (
295 'total_available': total_available,
349 total_available = block_size * int(df.split()[3])
355 return total_size, total_available, total_allocated
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/browser/
H A Dcast_system_memory_pressure_evaluator.cc98 const int total_available = (info.available != 0) in PollPressureLevel() local
103 const int available = total_available - system_reserved_kb_; in PollPressureLevel()
/dports/deskutils/timewarrior/timewarrior-1.4.3/src/
H A DChart.cpp589 auto total_available = filter.total () - total_unavailable; in renderSummary() local
590 assert (total_available >= 0); in renderSummary()
591 auto total_remaining = total_available - total_worked; in renderSummary()
604 << std::setw (13) << std::setfill (' ') << Duration (total_available).formatHours () << '\n' in renderSummary()
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/volume/drivers/
H A Dtest_nfs.py913 def _check_is_share_eligible(self, total_size, total_available, argument
919 total_available,
927 total_available = 90.0 * units.Gi
932 total_available,
939 total_available = 4.0 * units.Gi
945 total_available,
952 total_available = 10.0 * units.Gi
958 total_available,
965 total_available = 10.0 * units.Gi
972 total_available,
/dports/security/py-taxii2-client/cti-taxii-client-2.2.2/taxii2client/v20/
H A D__init__.py35 total_obtained, total_available = _grab_total_items(resp)
37 if total_available > per_request and total_obtained != per_request:
42 while start < total_available:
47 total_in_request, total_available = _grab_total_items(resp)
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnsdb/src/
H A Djournal-cjf.c1216 s64 total_available = journal_cjf_get_space_left_until_need_storage_page(jnl); in journal_cjf_append_ixfr_stream_per_page() local
1220 …if( ((total_available > 0) && ((jnl->file_maximum_size / total_available) >= 2)) || (total_availab… in journal_cjf_append_ixfr_stream_per_page()
1262 s64 total_available = journal_cjf_get_space_left_until_need_storage_page(jnl); in journal_cjf_append_ixfr_stream_per_page() local
1264 …if( ((total_available > 0) && ((jnl->file_maximum_size / total_available) >= 2)) || (total_availab… in journal_cjf_append_ixfr_stream_per_page()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-metal/src/
H A Dnative.rs513 allocators.samplers.total_available(), in report_available()
514 allocators.textures.total_available(), in report_available()
515 allocators.buffers.total_available(), in report_available()
525 raw_allocator.total_available(), in report_available()
526 res_allocator.total_available(), in report_available()
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-metal-0.4.0/src/
H A Dnative.rs515 allocators.samplers.total_available(), in report_available()
516 allocators.textures.total_available(), in report_available()
517 allocators.buffers.total_available(), in report_available()
527 raw_allocator.total_available(), in report_available()
528 res_allocator.total_available(), in report_available()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-metal/src/
H A Dnative.rs562 allocators.samplers.total_available(), in report_available()
563 allocators.textures.total_available(), in report_available()
564 allocators.buffers.total_available(), in report_available()
574 raw_allocator.total_available(), in report_available()
575 res_allocator.total_available(), in report_available()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-metal/src/
H A Dnative.rs562 allocators.samplers.total_available(), in report_available()
563 allocators.textures.total_available(), in report_available()
564 allocators.buffers.total_available(), in report_available()
574 raw_allocator.total_available(), in report_available()
575 res_allocator.total_available(), in report_available()
/dports/www/firefox/firefox-99.0/third_party/jpeg-xl/lib/jxl/modular/transform/
H A Denc_palette.cc493 float total_available = 0; in FwdPaletteIteration() local
499 total_available += error_row[row][c][x + col]; in FwdPaletteIteration()
503 std::abs(total_error) / (std::abs(total_available) + 1e-3); in FwdPaletteIteration()
/dports/graphics/libjxl/libjxl-0.6.1/lib/jxl/modular/transform/
H A Denc_palette.cc480 float total_available = 0; in FwdPaletteIteration() local
487 total_available += error_row[row][c][x + col]; in FwdPaletteIteration()
492 std::abs(total_error) / (std::abs(total_available) + 1e-3); in FwdPaletteIteration()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/jpeg-xl/lib/jxl/modular/transform/
H A Dpalette.h642 float total_available = 0; in FwdPalette() local
649 total_available += error_row[row][c][x + col]; in FwdPalette()
654 std::abs(total_error) / (std::abs(total_available) + 1e-3); in FwdPalette()
/dports/www/firefox-esr/firefox-91.8.0/third_party/jpeg-xl/lib/jxl/modular/transform/
H A Dpalette.h642 float total_available = 0; in FwdPalette() local
649 total_available += error_row[row][c][x + col]; in FwdPalette()
654 std::abs(total_error) / (std::abs(total_available) + 1e-3); in FwdPalette()
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/windows/
H A Dsmbfs.py339 total_size, total_available = self._diskutils.get_disk_capacity(
342 return_value = [total_size, total_available, total_allocated]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/range-alloc/src/
H A Dlib.rs155 pub fn total_available(&self) -> T { in total_available() method
/dports/graphics/rx/rx-0.4.0/cargo-crates/range-alloc-0.1.0/src/
H A Dlib.rs155 pub fn total_available(&self) -> T { in total_available() method
/dports/www/firefox/firefox-99.0/third_party/rust/range-alloc/src/
H A Dlib.rs170 pub fn total_available(&self) -> T { in total_available() method
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/range-alloc/src/
H A Dlib.rs170 pub fn total_available(&self) -> T { in total_available() method
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/range-alloc/src/
H A Dlib.rs170 pub fn total_available(&self) -> T { in total_available() method
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/netapp/dataontap/
H A Dnfs_base.py883 total_size, total_available = self._get_capacity_info(nfs_share)
887 total_available / units.Gi)

12