Home
last modified time | relevance | path

Searched refs:bitsPerBlock (Results 1 – 25 of 55) sorted by relevance

123

/dports/devel/folly/folly-2021.12.27.00/folly/experimental/
H A DBits.h125 static constexpr size_t bitsPerBlock = std::numeric_limits<
131 static constexpr size_t blockIndex(size_t bit) { return bit / bitsPerBlock; }
136 static constexpr size_t bitOffset(size_t bit) { return bit % bitsPerBlock; }
142 return nbits / bitsPerBlock + (nbits % bitsPerBlock != 0);
195 return (count < bitsPerBlock)
217 size_t cut = bitsPerBlock - count;
227 if (offset + count <= bitsPerBlock) {
230 size_t countInThisBlock = bitsPerBlock - offset;
269 if (offset + count <= bitsPerBlock) {
272 size_t countInThisBlock = bitsPerBlock - offset;
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/container/
H A DBitIterator.h68 static unsigned int bitsPerBlock() { in bitsPerBlock() function
80 assert(bitOffset_ < bitsPerBlock()); in type()
107 assert(bitOffset_ < bitsPerBlock()); in advanceInBlock()
115 size_t bpb = bitsPerBlock(); in advance()
126 if (++bitOffset_ == bitsPerBlock()) { in increment()
133 bitOffset_ = bitsPerBlock() - 1; in decrement()
146 (other.base_reference() - this->base_reference()) * bitsPerBlock() + in distance_to()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/Folly/folly/container/
H A DBitIterator.h69 static unsigned int bitsPerBlock() { in bitsPerBlock() function
81 assert(bitOffset_ < bitsPerBlock()); in type()
110 assert(bitOffset_ < bitsPerBlock()); in advanceInBlock()
118 size_t bpb = bitsPerBlock(); in advance()
129 if (++bitOffset_ == bitsPerBlock()) { in increment()
136 bitOffset_ = bitsPerBlock() - 1; in decrement()
149 (other.base_reference() - this->base_reference()) * bitsPerBlock() + in distance_to()
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/tools/container/intsets/
H A Dsparse.go56 bitsPerBlock = 256 // optimal value for go/pointer solver performance const
57 wordsPerBlock = bitsPerBlock / bitsPerWord
145 bi := b.offset + bitsPerBlock
212 mod := x % bitsPerBlock
215 mod += bitsPerBlock
1070 if b.offset%bitsPerBlock != 0 {
/dports/www/bugzilla2atom/bugzilla2atom-56126912bf314a80744827758d582e5e60e7178c/vendor/golang.org/x/tools/container/intsets/
H A Dsparse.go56 bitsPerBlock = 256 // optimal value for go/pointer solver performance const
57 wordsPerBlock = bitsPerBlock / bitsPerWord
145 bi := b.offset + bitsPerBlock
212 mod := x % bitsPerBlock
215 mod += bitsPerBlock
1070 if b.offset%bitsPerBlock != 0 {
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/tools/container/intsets/
H A Dsparse.go56 bitsPerBlock = 256 // optimal value for go/pointer solver performance const
57 wordsPerBlock = bitsPerBlock / bitsPerWord
145 bi := b.offset + bitsPerBlock
212 mod := x % bitsPerBlock
215 mod += bitsPerBlock
1070 if b.offset%bitsPerBlock != 0 {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/tools/container/intsets/
H A Dsparse.go56 bitsPerBlock = 256 // optimal value for go/pointer solver performance const
57 wordsPerBlock = bitsPerBlock / bitsPerWord
145 bi := b.offset + bitsPerBlock
212 mod := x % bitsPerBlock
215 mod += bitsPerBlock
1070 if b.offset%bitsPerBlock != 0 {
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/golang.org/x/tools/container/intsets/
H A Dsparse.go56 bitsPerBlock = 256 // optimal value for go/pointer solver performance const
57 wordsPerBlock = bitsPerBlock / bitsPerWord
145 bi := b.offset + bitsPerBlock
212 mod := x % bitsPerBlock
215 mod += bitsPerBlock
1070 if b.offset%bitsPerBlock != 0 {
/dports/devel/liteide/liteide-x37.4/liteidex/vendor/golang.org/x/tools/container/intsets/
H A Dsparse.go56 bitsPerBlock = 256 // optimal value for go/pointer solver performance const
57 wordsPerBlock = bitsPerBlock / bitsPerWord
145 bi := b.offset + bitsPerBlock
212 mod := x % bitsPerBlock
215 mod += bitsPerBlock
1070 if b.offset%bitsPerBlock != 0 {
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/golang.org/x/tools/container/intsets/
H A Dsparse.go56 bitsPerBlock = 256 // optimal value for go/pointer solver performance const
57 wordsPerBlock = bitsPerBlock / bitsPerWord
145 bi := b.offset + bitsPerBlock
212 mod := x % bitsPerBlock
215 mod += bitsPerBlock
1070 if b.offset%bitsPerBlock != 0 {
/dports/devel/go-bindata/go-bindata-3.1.3/vendor/golang.org/x/tools/container/intsets/
H A Dsparse.go56 bitsPerBlock = 256 // optimal value for go/pointer solver performance const
57 wordsPerBlock = bitsPerBlock / bitsPerWord
145 bi := b.offset + bitsPerBlock
212 mod := x % bitsPerBlock
215 mod += bitsPerBlock
1070 if b.offset%bitsPerBlock != 0 {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/tools/container/intsets/
H A Dsparse.go56 bitsPerBlock = 256 // optimal value for go/pointer solver performance const
57 wordsPerBlock = bitsPerBlock / bitsPerWord
145 bi := b.offset + bitsPerBlock
212 mod := x % bitsPerBlock
215 mod += bitsPerBlock
1070 if b.offset%bitsPerBlock != 0 {
/dports/security/aws-iam-authenticator/aws-iam-authenticator-0.5.2/vendor/golang.org/x/tools/tools-5eefd052ad72/container/intsets/
H A Dsparse.go56 bitsPerBlock = 256 // optimal value for go/pointer solver performance const
57 wordsPerBlock = bitsPerBlock / bitsPerWord
145 bi := b.offset + bitsPerBlock
212 mod := x % bitsPerBlock
215 mod += bitsPerBlock
1070 if b.offset%bitsPerBlock != 0 {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/golang.org/x/tools/container/intsets/
H A Dsparse.go56 bitsPerBlock = 256 // optimal value for go/pointer solver performance const
57 wordsPerBlock = bitsPerBlock / bitsPerWord
145 bi := b.offset + bitsPerBlock
212 mod := x % bitsPerBlock
215 mod += bitsPerBlock
1070 if b.offset%bitsPerBlock != 0 {
/dports/security/xray-core/Xray-core-1.5.0/vendor/golang.org/x/tools/container/intsets/
H A Dsparse.go56 bitsPerBlock = 256 // optimal value for go/pointer solver performance const
57 wordsPerBlock = bitsPerBlock / bitsPerWord
145 bi := b.offset + bitsPerBlock
212 mod := x % bitsPerBlock
215 mod += bitsPerBlock
1070 if b.offset%bitsPerBlock != 0 {
/dports/security/vuls/vuls-0.13.7/vendor/golang.org/x/tools/container/intsets/
H A Dsparse.go56 bitsPerBlock = 256 // optimal value for go/pointer solver performance const
57 wordsPerBlock = bitsPerBlock / bitsPerWord
145 bi := b.offset + bitsPerBlock
212 mod := x % bitsPerBlock
215 mod += bitsPerBlock
1070 if b.offset%bitsPerBlock != 0 {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/golang.org/x/tools/container/intsets/
H A Dsparse.go56 bitsPerBlock = 256 // optimal value for go/pointer solver performance const
57 wordsPerBlock = bitsPerBlock / bitsPerWord
145 bi := b.offset + bitsPerBlock
212 mod := x % bitsPerBlock
215 mod += bitsPerBlock
1070 if b.offset%bitsPerBlock != 0 {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/golang.org/x/tools/container/intsets/
H A Dsparse.go56 bitsPerBlock = 256 // optimal value for go/pointer solver performance const
57 wordsPerBlock = bitsPerBlock / bitsPerWord
145 bi := b.offset + bitsPerBlock
212 mod := x % bitsPerBlock
215 mod += bitsPerBlock
1070 if b.offset%bitsPerBlock != 0 {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/golang.org/x/tools/container/intsets/
H A Dsparse.go56 bitsPerBlock = 256 // optimal value for go/pointer solver performance const
57 wordsPerBlock = bitsPerBlock / bitsPerWord
145 bi := b.offset + bitsPerBlock
212 mod := x % bitsPerBlock
215 mod += bitsPerBlock
1070 if b.offset%bitsPerBlock != 0 {
/dports/devel/golint/lint-959b441/vendor/golang.org/x/tools/container/intsets/
H A Dsparse.go56 bitsPerBlock = 256 // optimal value for go/pointer solver performance const
57 wordsPerBlock = bitsPerBlock / bitsPerWord
145 bi := b.offset + bitsPerBlock
212 mod := x % bitsPerBlock
215 mod += bitsPerBlock
1070 if b.offset%bitsPerBlock != 0 {
/dports/dns/blocky/blocky-0.17/vendor/golang.org/x/tools/container/intsets/
H A Dsparse.go56 bitsPerBlock = 256 // optimal value for go/pointer solver performance const
57 wordsPerBlock = bitsPerBlock / bitsPerWord
145 bi := b.offset + bitsPerBlock
212 mod := x % bitsPerBlock
215 mod += bitsPerBlock
1070 if b.offset%bitsPerBlock != 0 {
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/golang.org/x/tools/container/intsets/
H A Dsparse.go56 bitsPerBlock = 256 // optimal value for go/pointer solver performance const
57 wordsPerBlock = bitsPerBlock / bitsPerWord
145 bi := b.offset + bitsPerBlock
212 mod := x % bitsPerBlock
215 mod += bitsPerBlock
1070 if b.offset%bitsPerBlock != 0 {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/golang.org/x/tools/container/intsets/
H A Dsparse.go56 bitsPerBlock = 256 // optimal value for go/pointer solver performance const
57 wordsPerBlock = bitsPerBlock / bitsPerWord
145 bi := b.offset + bitsPerBlock
212 mod := x % bitsPerBlock
215 mod += bitsPerBlock
1070 if b.offset%bitsPerBlock != 0 {
/dports/misc/concourse/concourse-6.7.2/vendor/golang.org/x/tools/container/intsets/
H A Dsparse.go56 bitsPerBlock = 256 // optimal value for go/pointer solver performance const
57 wordsPerBlock = bitsPerBlock / bitsPerWord
145 bi := b.offset + bitsPerBlock
212 mod := x % bitsPerBlock
215 mod += bitsPerBlock
1070 if b.offset%bitsPerBlock != 0 {
/dports/devel/tinygo/tinygo-0.14.1/vendor/golang.org/x/tools/container/intsets/
H A Dsparse.go56 bitsPerBlock = 256 // optimal value for go/pointer solver performance const
57 wordsPerBlock = bitsPerBlock / bitsPerWord
145 bi := b.offset + bitsPerBlock
212 mod := x % bitsPerBlock
215 mod += bitsPerBlock
1070 if b.offset%bitsPerBlock != 0 {

123