Home
last modified time | relevance | path

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

12345

/dports/sysutils/vector/vector-0.10.0/cargo-crates/hdrhistogram-6.3.4/tests/
H A Diterators.rs712 assert_eq!(9999999999999998, first_bucket); in iter_quantiles_iterates_to_quantile_10_as_it_reaches_last_bucket()
713 h.record_n(1, first_bucket).unwrap(); in iter_quantiles_iterates_to_quantile_10_as_it_reaches_last_bucket()
731 (1, first_bucket, first_bucket, quantile, 0.0), in iter_quantiles_iterates_to_quantile_10_as_it_reaches_last_bucket()
732 (1, 0, first_bucket, quantile, 0.25), in iter_quantiles_iterates_to_quantile_10_as_it_reaches_last_bucket()
733 (1, 0, first_bucket, quantile, 0.5), in iter_quantiles_iterates_to_quantile_10_as_it_reaches_last_bucket()
734 (1, 0, first_bucket, quantile, 0.625), in iter_quantiles_iterates_to_quantile_10_as_it_reaches_last_bucket()
735 (1, 0, first_bucket, quantile, 0.75), in iter_quantiles_iterates_to_quantile_10_as_it_reaches_last_bucket()
736 (1, 0, first_bucket, quantile, 0.8125), in iter_quantiles_iterates_to_quantile_10_as_it_reaches_last_bucket()
737 (1, 0, first_bucket, quantile, 0.875), in iter_quantiles_iterates_to_quantile_10_as_it_reaches_last_bucket()
738 (1, 0, first_bucket, quantile, 0.90625), in iter_quantiles_iterates_to_quantile_10_as_it_reaches_last_bucket()
[all …]
/dports/lang/yap/yap-6.2.2/library/tries/
H A Dcore_dbtries.c286 TrNode *first_bucket, *bucket; in traverse_and_replace_nested_trie() local
288 first_bucket = TrHash_buckets(hash); in traverse_and_replace_nested_trie()
297 } while (bucket != first_bucket); in traverse_and_replace_nested_trie()
388 TrNode *first_bucket, *bucket; in replace_nested_trie() local
399 } while (bucket != first_bucket); in replace_nested_trie()
498 TrNode *first_bucket, *bucket; in core_depth_reduction() local
510 } while (bucket != first_bucket); in core_depth_reduction()
556 TrNode *first_bucket, *bucket; in core_breadth_reduction() local
612 } while (bucket != first_bucket); in core_breadth_reduction()
712 TrNode *first_bucket, *bucket; in get_return_node_term() local
[all …]
H A Dcore_tries.c122 } while (bucket != first_bucket); in trie_node_check_insert()
947 TrNode *first_bucket, *bucket; in remove_child_nodes() local
954 } while (bucket != first_bucket); in remove_child_nodes()
1205 TrNode *first_bucket, *bucket; in traverse_and_count_common_entries() local
1250 TrNode *first_bucket, *bucket; in traverse_and_count_entries() local
1277 TrNode *first_bucket, *bucket; in traverse_and_get_usage() local
1310 TrNode *first_bucket, *bucket; in traverse_and_save() local
1452 TrNode *first_bucket, *bucket; in traverse_and_print() local
1637 TrNode *first_bucket, *bucket; in trie_to_list() local
1714 TrNode *first_bucket, *bucket; in trie_to_list_floats_tag_low_32() local
[all …]
/dports/biology/lamarc/lamarc-2.1.8/boost/multi_index/
H A Dhashed_index.hpp555 first_bucket(x.first_bucket) in hashed_index()
629 if(first_bucket>buc)first_bucket=buc; in insert_()
645 if(first_bucket>buc)first_bucket=buc; in insert_()
653 first_bucket=buckets.first_nonempty(first_bucket); in erase_()
695 std::swap(first_bucket,x.first_bucket); in swap_()
722 first_bucket=buckets.first_nonempty(first_bucket); in replace_()
747 first_bucket=buckets.first_nonempty(first_bucket); in modify_()
758 first_bucket=buckets.first_nonempty(first_bucket); in modify_()
776 first_bucket=buckets.first_nonempty(first_bucket); in modify_()
781 first_bucket=buckets.first_nonempty(first_bucket); in modify_()
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/multi_index/
H A Dhashed_index.hpp628 first_bucket(x.first_bucket) in hashed_index()
702 if(first_bucket>buc)first_bucket=buc; in insert_()
718 if(first_bucket>buc)first_bucket=buc; in insert_()
726 first_bucket=buckets.first_nonempty(first_bucket); in erase_()
768 std::swap(first_bucket,x.first_bucket); in swap_()
795 first_bucket=buckets.first_nonempty(first_bucket); in replace_()
827 first_bucket=buckets.first_nonempty(first_bucket); in modify_()
840 first_bucket=buckets.first_nonempty(first_bucket); in modify_()
844 first_bucket=buckets.first_nonempty(first_bucket); in modify_()
859 first_bucket=buckets.first_nonempty(first_bucket); in modify_()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web/
H A DHttpResponseStream.cs52 Bucket first_bucket; field in System.Web.HttpResponseStream
293 if (first_bucket == null) { in AppendBucket()
294 cur_bucket = first_bucket = b; in AppendBucket()
340 for (Bucket b = first_bucket; b != null; b = b.Next) { in Flush()
358 for (Bucket b = first_bucket; b != null; b = b.Next) in GetTotalLength()
367 for (Bucket b = first_bucket; b != null; b = b.Next) in GetData()
399 Bucket one = first_bucket; in ApplyFilter()
400 first_bucket = null; // This will recreate new buckets for the filtered content in ApplyFilter()
526 for (Bucket b = first_bucket; b != null; b = b.Next) in ReleaseResources()
529 first_bucket = null; in ReleaseResources()
/dports/net-mgmt/flowviewer/FlowViewer_4.5/
H A DFlowGrapher_Analyze.cgi570 $first_bucket = 0;
572 $first_bucket = int($start_delta / $bucket_size);
584 if ($first_bucket > $last_bucket) { $first_bucket = $last_bucket; }
585 $num_buckets = $last_bucket - $first_bucket + 1;
592 if (($first_bucket == 0) && ($start_delta < 0)) {
595 $buckets[$j][$first_bucket] += $secs_in_last_bucket * $per_second_amount;
600 } elsif (($first_bucket eq $total_buckets) && ($end_delta > $report_length)) {
611 $buckets[$j][$first_bucket] += $flow_bits;
615 if (!$analyzed_object) { $buckets[0][$first_bucket] += $flow_bits; }
618 for ($i=$first_bucket;$i<=$last_bucket;$i++) {
[all …]
H A DFlowGrapher_Main.cgi1169 $first_bucket = 0; }
1171 $first_bucket = int($start_delta / $bucket_size);
1183 if ($first_bucket > $last_bucket) { $first_bucket = $last_bucket; }
1184 $num_buckets = $last_bucket - $first_bucket + 1;
1191 if (($first_bucket == 0) && ($start_delta < 0)) {
1192 $buckets[$first_bucket] += $secs_in_last_bucket * $per_second_amount;
1194 … } elsif (($first_bucket eq $total_buckets) && ($end_delta > $report_length)) {
1195 $buckets[$first_bucket] += $secs_in_first_bucket * $per_second_amount;
1198 $buckets[$first_bucket] += $flow_bits;
1202 for ($i=$first_bucket;$i<=$last_bucket;$i++) {
[all …]
/dports/net/ipsumdump/ipsumdump-1.86/libclick-2.1/include/click/
H A Dhashcontainer.hh23 mutable uint32_t first_bucket; member in HashContainer_rep
377 _bucket = hc->_rep.first_bucket; in HashContainer_const_iterator()
383 hc->_rep.first_bucket = _bucket; in HashContainer_const_iterator()
443 _rep.first_bucket = _rep.nbuckets; in HashContainer()
459 _rep.first_bucket = _rep.nbuckets; in HashContainer()
618 _rep.first_bucket = 0;
631 _rep.first_bucket = 0; in insert_at()
691 _rep.first_bucket = 0; in rehash()
/dports/www/firefox/firefox-99.0/third_party/rust/etagere/src/
H A Dbucketed.rs38 first_bucket: BucketIndex, field
177 let mut bucket_index = shelf.first_bucket; in allocate()
204 selected_bucket = self.shelves[selected_shelf].first_bucket; in allocate()
339 first_bucket: bucket_next, in add_shelf()
402 return (shelf_index, shelf.first_bucket); in coalesce_shelves()
447 let mut bucket_index = shelf.first_bucket; in cleanup_shelves()
448 let mut last_bucket = shelf.first_bucket; in cleanup_shelves()
468 self.first_unallocated_bucket = shelf.first_bucket; in cleanup_shelves()
486 let mut bucket_index = shelf.first_bucket; in shelf_is_empty()
568 let mut bucket_index = shelf.first_bucket; in dump_into_svg()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/etagere/src/
H A Dbucketed.rs38 first_bucket: BucketIndex, field
177 let mut bucket_index = shelf.first_bucket; in allocate()
204 selected_bucket = self.shelves[selected_shelf].first_bucket; in allocate()
339 first_bucket: bucket_next, in add_shelf()
402 return (shelf_index, shelf.first_bucket); in coalesce_shelves()
447 let mut bucket_index = shelf.first_bucket; in cleanup_shelves()
448 let mut last_bucket = shelf.first_bucket; in cleanup_shelves()
468 self.first_unallocated_bucket = shelf.first_bucket; in cleanup_shelves()
486 let mut bucket_index = shelf.first_bucket; in shelf_is_empty()
568 let mut bucket_index = shelf.first_bucket; in dump_into_svg()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/etagere/src/
H A Dbucketed.rs38 first_bucket: BucketIndex, field
177 let mut bucket_index = shelf.first_bucket; in allocate()
204 selected_bucket = self.shelves[selected_shelf].first_bucket; in allocate()
339 first_bucket: bucket_next, in add_shelf()
402 return (shelf_index, shelf.first_bucket); in coalesce_shelves()
447 let mut bucket_index = shelf.first_bucket; in cleanup_shelves()
448 let mut last_bucket = shelf.first_bucket; in cleanup_shelves()
468 self.first_unallocated_bucket = shelf.first_bucket; in cleanup_shelves()
486 let mut bucket_index = shelf.first_bucket; in shelf_is_empty()
568 let mut bucket_index = shelf.first_bucket; in dump_into_svg()
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-swiss-name-dictionary-shared-tests.h735 int first_bucket = capacity - offset_from_end; in MEMBER_TEST()
742 if (first_bucket < 0 || in MEMBER_TEST()
744 first_bucket + filler_entries < capacity) { in MEMBER_TEST()
753 s.Add(Key{key, FakeH1{first_bucket}}); in MEMBER_TEST()
759 s.Add(Key{"final_key", FakeH1{first_bucket}}); in MEMBER_TEST()
760 s.CheckDataAtKey(Key{"final_key", FakeH1{first_bucket}}, in MEMBER_TEST()
770 s.DeleteByKey(Key{key, FakeH1{first_bucket}}); in MEMBER_TEST()
773 s.CheckHasKey(Key{"final_key", FakeH1{first_bucket}}); in MEMBER_TEST()
/dports/editors/libreoffice/libreoffice-7.2.6.2/solenv/gdb/boost/lib/
H A Dunordered.py64 def __init__(self, first_bucket, last_bucket, node_type, extractor): argument
65 self.bucket = first_bucket
/dports/editors/libreoffice6/libreoffice-6.4.7.2/solenv/gdb/boost/lib/
H A Dunordered.py64 def __init__(self, first_bucket, last_bucket, node_type, extractor): argument
65 self.bucket = first_bucket
/dports/biology/diamond/diamond-2.0.13/src/lib/ips4o/
H A Dcleanup_margins.hpp88 void Sorter<Cfg>::writeMargins(const int first_bucket, const int last_bucket, in writeMargins() argument
94 for (int i = first_bucket; i < last_bucket; ++i) { in writeMargins()
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/ips4o/ips4o/
H A Dcleanup_margins.hpp88 void Sorter<Cfg>::writeMargins(const int first_bucket, const int last_bucket, in writeMargins() argument
94 for (int i = first_bucket; i < last_bucket; ++i) { in writeMargins()
/dports/devel/py-BTrees/BTrees-4.9.2/src/BTrees/tests/
H A Dtest_check.py93 first_bucket = [object()] * 8
97 return ((first_bucket, 'b', second_bucket), first_bucket)
101 self.assertEqual(kids, [first_bucket, second_bucket])
/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dframequeue.c49 fq->queue = &fq->first_bucket; in ff_framequeue_init()
59 if (fq->queue != &fq->first_bucket) in ff_framequeue_free()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dframequeue.c49 fq->queue = &fq->first_bucket; in ff_framequeue_init()
59 if (fq->queue != &fq->first_bucket) in ff_framequeue_free()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dframequeue.c49 fq->queue = &fq->first_bucket; in ff_framequeue_init()
59 if (fq->queue != &fq->first_bucket) in ff_framequeue_free()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dframequeue.c49 fq->queue = &fq->first_bucket; in ff_framequeue_init()
59 if (fq->queue != &fq->first_bucket) in ff_framequeue_free()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dframequeue.c49 fq->queue = &fq->first_bucket; in ff_framequeue_init()
59 if (fq->queue != &fq->first_bucket) in ff_framequeue_free()
/dports/lang/janet/janet-1.19.2/src/core/
H A Dutil.c276 const JanetKV *first_bucket = NULL; in janet_dict_find() local
283 } else if (NULL == first_bucket) { in janet_dict_find()
284 first_bucket = kv; in janet_dict_find()
296 } else if (NULL == first_bucket) { in janet_dict_find()
297 first_bucket = kv; in janet_dict_find()
303 return first_bucket; in janet_dict_find()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/md/bcache/
H A Dalloc.c222 if (ca->fifo_last_bucket < ca->sb.first_bucket || in invalidate_buckets_fifo()
224 ca->fifo_last_bucket = ca->sb.first_bucket; in invalidate_buckets_fifo()
249 n %= (size_t) (ca->sb.nbuckets - ca->sb.first_bucket); in invalidate_buckets_random()
250 n += ca->sb.first_bucket; in invalidate_buckets_random()

12345