Home
last modified time | relevance | path

Searched refs:bsb (Results 1 – 25 of 855) sorted by relevance

12345678910>>...35

/dports/www/py-bokeh/bokeh-2.3.3/tests/unit/bokeh/sampledata/
H A Dtest_browsers.py40 import bokeh.sampledata.browsers as bsb namespace
41 assert isinstance(bsb.browsers_nov_2013, pd.DataFrame)
44 assert len(bsb.browsers_nov_2013) == 118
48 import bokeh.sampledata.browsers as bsb namespace
49 assert isinstance(bsb.icons, dict)
52 assert set(bsb.icons.keys()).issubset({"Chrome", "Firefox", "Safari", "Opera", "IE"})
/dports/multimedia/v4l_compat/linux-5.13-rc2/kernel/bpf/
H A Dbpf_inode_storage.c27 struct bpf_storage_blob *bsb; in inode_storage_ptr() local
29 bsb = bpf_inode(inode); in inode_storage_ptr()
30 if (!bsb) in inode_storage_ptr()
32 return &bsb->storage; in inode_storage_ptr()
41 struct bpf_storage_blob *bsb; in inode_storage_lookup() local
43 bsb = bpf_inode(inode); in inode_storage_lookup()
44 if (!bsb) in inode_storage_lookup()
47 inode_storage = rcu_dereference(bsb->storage); in inode_storage_lookup()
60 struct bpf_storage_blob *bsb; in bpf_inode_storage_free() local
63 bsb = bpf_inode(inode); in bpf_inode_storage_free()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/kernel/bpf/
H A Dbpf_inode_storage.c27 struct bpf_storage_blob *bsb; in inode_storage_ptr() local
29 bsb = bpf_inode(inode); in inode_storage_ptr()
30 if (!bsb) in inode_storage_ptr()
32 return &bsb->storage; in inode_storage_ptr()
41 struct bpf_storage_blob *bsb; in inode_storage_lookup() local
43 bsb = bpf_inode(inode); in inode_storage_lookup()
44 if (!bsb) in inode_storage_lookup()
47 inode_storage = rcu_dereference(bsb->storage); in inode_storage_lookup()
60 struct bpf_storage_blob *bsb; in bpf_inode_storage_free() local
63 bsb = bpf_inode(inode); in bpf_inode_storage_free()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/kernel/bpf/
H A Dbpf_inode_storage.c27 struct bpf_storage_blob *bsb; in inode_storage_ptr() local
29 bsb = bpf_inode(inode); in inode_storage_ptr()
30 if (!bsb) in inode_storage_ptr()
32 return &bsb->storage; in inode_storage_ptr()
41 struct bpf_storage_blob *bsb; in inode_storage_lookup() local
43 bsb = bpf_inode(inode); in inode_storage_lookup()
44 if (!bsb) in inode_storage_lookup()
47 inode_storage = rcu_dereference(bsb->storage); in inode_storage_lookup()
60 struct bpf_storage_blob *bsb; in bpf_inode_storage_free() local
63 bsb = bpf_inode(inode); in bpf_inode_storage_free()
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/sergeyfrolov/bsbuffer/
H A Dbsbuffer.go36 bsb := new(BSBuffer)
38 bsb.r, bsb.w = io.Pipe()
40 bsb.hasData = make(chan struct{}, 1)
41 bsb.unblocked = make(chan struct{})
42 bsb.engineExit = make(chan struct{})
43 go bsb.engine()
44 return bsb
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/sergeyfrolov/bsbuffer/
H A Dbsbuffer.go36 bsb := new(BSBuffer)
38 bsb.r, bsb.w = io.Pipe()
40 bsb.hasData = make(chan struct{}, 1)
41 bsb.unblocked = make(chan struct{})
42 bsb.engineExit = make(chan struct{})
43 go bsb.engine()
44 return bsb
/dports/net/ryu/ryu-4.26/ryu/lib/packet/
H A Dmpls.py47 def __init__(self, label=0, exp=0, bsb=1, ttl=255): argument
51 self.bsb = bsb
58 bsb = (label >> 8) & 1
61 msg = cls(label, exp, bsb, ttl)
62 if bsb:
69 val = self.label << 12 | self.exp << 9 | self.bsb << 8 | self.ttl
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/bsb-http-chunked-0.0.0.4/
H A DCHANGELOG.md1 # Changelog for the `bsb-http-chunked` package
32 [Unreleased]: https://github.com/sjakobi/bsb-http-chunked/compare/v0.0.0.4...HEAD
33 [0.0.0.4]: https://github.com/sjakobi/bsb-http-chunked/compare/v0.0.0.3...v0.0.0.4
34 [0.0.0.3]: https://github.com/sjakobi/bsb-http-chunked/compare/v0.0.0.2...v0.0.0.3
35 [0.0.0.2]: https://github.com/sjakobi/bsb-http-chunked/compare/v0.0.0.1...v0.0.0.2
36 [0.0.0.1]: https://github.com/sjakobi/bsb-http-chunked/compare/v0...v0.0.0.1
38 [#22]: https://github.com/sjakobi/bsb-http-chunked/issues/22
H A Dbsb-http-chunked.cabal1 Name: bsb-http-chunked
24 Homepage: http://github.com/sjakobi/bsb-http-chunked
25 Bug-Reports: http://github.com/sjakobi/bsb-http-chunked/issues
36 Location: https://github.com/sjakobi/bsb-http-chunked.git
51 , bsb-http-chunked
74 , bsb-http-chunked
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/bsb-http-chunked-0.0.0.4/
H A DCHANGELOG.md1 # Changelog for the `bsb-http-chunked` package
32 [Unreleased]: https://github.com/sjakobi/bsb-http-chunked/compare/v0.0.0.4...HEAD
33 [0.0.0.4]: https://github.com/sjakobi/bsb-http-chunked/compare/v0.0.0.3...v0.0.0.4
34 [0.0.0.3]: https://github.com/sjakobi/bsb-http-chunked/compare/v0.0.0.2...v0.0.0.3
35 [0.0.0.2]: https://github.com/sjakobi/bsb-http-chunked/compare/v0.0.0.1...v0.0.0.2
36 [0.0.0.1]: https://github.com/sjakobi/bsb-http-chunked/compare/v0...v0.0.0.1
38 [#22]: https://github.com/sjakobi/bsb-http-chunked/issues/22
H A Dbsb-http-chunked.cabal1 Name: bsb-http-chunked
24 Homepage: http://github.com/sjakobi/bsb-http-chunked
25 Bug-Reports: http://github.com/sjakobi/bsb-http-chunked/issues
36 Location: https://github.com/sjakobi/bsb-http-chunked.git
51 , bsb-http-chunked
74 , bsb-http-chunked
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/bsb-http-chunked-0.0.0.4/
H A DCHANGELOG.md1 # Changelog for the `bsb-http-chunked` package
32 [Unreleased]: https://github.com/sjakobi/bsb-http-chunked/compare/v0.0.0.4...HEAD
33 [0.0.0.4]: https://github.com/sjakobi/bsb-http-chunked/compare/v0.0.0.3...v0.0.0.4
34 [0.0.0.3]: https://github.com/sjakobi/bsb-http-chunked/compare/v0.0.0.2...v0.0.0.3
35 [0.0.0.2]: https://github.com/sjakobi/bsb-http-chunked/compare/v0.0.0.1...v0.0.0.2
36 [0.0.0.1]: https://github.com/sjakobi/bsb-http-chunked/compare/v0...v0.0.0.1
38 [#22]: https://github.com/sjakobi/bsb-http-chunked/issues/22
H A Dbsb-http-chunked.cabal1 Name: bsb-http-chunked
24 Homepage: http://github.com/sjakobi/bsb-http-chunked
25 Bug-Reports: http://github.com/sjakobi/bsb-http-chunked/issues
36 Location: https://github.com/sjakobi/bsb-http-chunked.git
51 , bsb-http-chunked
74 , bsb-http-chunked
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/bsb-http-chunked-0.0.0.4/
H A DCHANGELOG.md1 # Changelog for the `bsb-http-chunked` package
32 [Unreleased]: https://github.com/sjakobi/bsb-http-chunked/compare/v0.0.0.4...HEAD
33 [0.0.0.4]: https://github.com/sjakobi/bsb-http-chunked/compare/v0.0.0.3...v0.0.0.4
34 [0.0.0.3]: https://github.com/sjakobi/bsb-http-chunked/compare/v0.0.0.2...v0.0.0.3
35 [0.0.0.2]: https://github.com/sjakobi/bsb-http-chunked/compare/v0.0.0.1...v0.0.0.2
36 [0.0.0.1]: https://github.com/sjakobi/bsb-http-chunked/compare/v0...v0.0.0.1
38 [#22]: https://github.com/sjakobi/bsb-http-chunked/issues/22
H A Dbsb-http-chunked.cabal1 Name: bsb-http-chunked
24 Homepage: http://github.com/sjakobi/bsb-http-chunked
25 Bug-Reports: http://github.com/sjakobi/bsb-http-chunked/issues
36 Location: https://github.com/sjakobi/bsb-http-chunked.git
51 , bsb-http-chunked
74 , bsb-http-chunked
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/bsb-http-chunked-0.0.0.4/
H A DCHANGELOG.md1 # Changelog for the `bsb-http-chunked` package
32 [Unreleased]: https://github.com/sjakobi/bsb-http-chunked/compare/v0.0.0.4...HEAD
33 [0.0.0.4]: https://github.com/sjakobi/bsb-http-chunked/compare/v0.0.0.3...v0.0.0.4
34 [0.0.0.3]: https://github.com/sjakobi/bsb-http-chunked/compare/v0.0.0.2...v0.0.0.3
35 [0.0.0.2]: https://github.com/sjakobi/bsb-http-chunked/compare/v0.0.0.1...v0.0.0.2
36 [0.0.0.1]: https://github.com/sjakobi/bsb-http-chunked/compare/v0...v0.0.0.1
38 [#22]: https://github.com/sjakobi/bsb-http-chunked/issues/22
H A Dbsb-http-chunked.cabal1 Name: bsb-http-chunked
24 Homepage: http://github.com/sjakobi/bsb-http-chunked
25 Bug-Reports: http://github.com/sjakobi/bsb-http-chunked/issues
36 Location: https://github.com/sjakobi/bsb-http-chunked.git
51 , bsb-http-chunked
74 , bsb-http-chunked
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/bsb-http-chunked-0.0.0.4/
H A DCHANGELOG.md1 # Changelog for the `bsb-http-chunked` package
32 [Unreleased]: https://github.com/sjakobi/bsb-http-chunked/compare/v0.0.0.4...HEAD
33 [0.0.0.4]: https://github.com/sjakobi/bsb-http-chunked/compare/v0.0.0.3...v0.0.0.4
34 [0.0.0.3]: https://github.com/sjakobi/bsb-http-chunked/compare/v0.0.0.2...v0.0.0.3
35 [0.0.0.2]: https://github.com/sjakobi/bsb-http-chunked/compare/v0.0.0.1...v0.0.0.2
36 [0.0.0.1]: https://github.com/sjakobi/bsb-http-chunked/compare/v0...v0.0.0.1
38 [#22]: https://github.com/sjakobi/bsb-http-chunked/issues/22
H A Dbsb-http-chunked.cabal1 Name: bsb-http-chunked
24 Homepage: http://github.com/sjakobi/bsb-http-chunked
25 Bug-Reports: http://github.com/sjakobi/bsb-http-chunked/issues
36 Location: https://github.com/sjakobi/bsb-http-chunked.git
51 , bsb-http-chunked
74 , bsb-http-chunked
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/bsb-http-chunked-0.0.0.4/
H A DCHANGELOG.md1 # Changelog for the `bsb-http-chunked` package
32 [Unreleased]: https://github.com/sjakobi/bsb-http-chunked/compare/v0.0.0.4...HEAD
33 [0.0.0.4]: https://github.com/sjakobi/bsb-http-chunked/compare/v0.0.0.3...v0.0.0.4
34 [0.0.0.3]: https://github.com/sjakobi/bsb-http-chunked/compare/v0.0.0.2...v0.0.0.3
35 [0.0.0.2]: https://github.com/sjakobi/bsb-http-chunked/compare/v0.0.0.1...v0.0.0.2
36 [0.0.0.1]: https://github.com/sjakobi/bsb-http-chunked/compare/v0...v0.0.0.1
38 [#22]: https://github.com/sjakobi/bsb-http-chunked/issues/22
H A Dbsb-http-chunked.cabal1 Name: bsb-http-chunked
24 Homepage: http://github.com/sjakobi/bsb-http-chunked
25 Bug-Reports: http://github.com/sjakobi/bsb-http-chunked/issues
36 Location: https://github.com/sjakobi/bsb-http-chunked.git
51 , bsb-http-chunked
74 , bsb-http-chunked
/dports/math/gismo/gismo-21.12.0/examples/
H A DbSplineBasis_example.cpp23 void print(const gsBSplineBasis<>& bsb, const std::string& name);
24 void printToParaview(const gsBSplineBasis<>& bsb, const std::string& name);
101 void printToParaview(const gsBSplineBasis<>& bsb, in printToParaview() argument
105 gsWriteParaview(bsb, name); in printToParaview()
108 void print(const gsBSplineBasis<>& bsb, in print() argument
112 bsb.print(gsInfo); in print()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/archive/
H A Dbinary_wiarchive.hpp47 naked_binary_wiarchive(std::wstreambuf & bsb, unsigned int flags = 0) : in naked_binary_wiarchive() argument
52 >(bsb, flags) in naked_binary_wiarchive()
79 binary_wiarchive(std::wstreambuf & bsb, unsigned int flags = 0) : in binary_wiarchive() argument
82 >(bsb, flags) in binary_wiarchive()
H A Dbinary_iarchive.hpp49 naked_binary_iarchive(std::streambuf & bsb, unsigned int flags = 0) : in naked_binary_iarchive() argument
52 >(bsb, flags) in naked_binary_iarchive()
85 binary_iarchive(std::streambuf & bsb, unsigned int flags = 0) : in binary_iarchive() argument
88 >(bsb, flags) in binary_iarchive()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/symmetry/
H A DCIPDataTracker.java34 public BS bsa, bsb; field in CIPDataTracker.CIPTracker
45 bsb = b.listRS == null ? new BS() : b.listRS[0]; in CIPTracker()
48 String getTrackerLine(CIPAtom b, BS bsb, BS bsS, int n) { in getTrackerLine() argument
54 + (rule != CIPChirality.RULE_5 && bsb.length() == 0 ? "" : "\t" in getTrackerLine()
55 …+ getLikeUnlike(bsb, b.listRS, n) + (bsS == null ? "" : " " + getLikeUnlike(bsS, b.listRS, -n))) … in getTrackerLine()
97 int n = Math.max(t.bsa.length(), t.bsb.length()); in getRootTrackerResult()
102 … s += t.getTrackerLine(t.b, t.bsb, (t.rule == CIPChirality.RULE_5 ? t.b.listRS[2] : null), n); in getRootTrackerResult()

12345678910>>...35