Home
last modified time | relevance | path

Searched refs:hs_ (Results 1 – 25 of 101) sorted by relevance

12345

/dports/databases/galera/galera-release_25.3.35/gcomm/src/
H A Devs_seqno.hpp35 hs_(hs) in Range()
38 seqno_t hs() const { return hs_; } in hs()
41 void set_hs(const seqno_t s) { hs_ = s; } in set_hs()
46 gu_trace(offset = gu::serialize8(hs_, buf, buflen, offset)); in serialize()
53 gu_trace(offset = gu::unserialize8(buf, buflen, offset, hs_)); in unserialize()
64 return (lu_ == cmp.lu_ && hs_ == cmp.hs_); in operator ==()
74 return ((lu_ == -1 && hs_ == -1) || lu_ > hs_); in is_empty()
78 seqno_t hs_; /*!< Highest seen seqno */ member in gcomm::evs::Range
/dports/databases/galera26/galera-release_26.4.10/gcomm/src/
H A Devs_seqno.hpp35 hs_(hs) in Range()
38 seqno_t hs() const { return hs_; } in hs()
41 void set_hs(const seqno_t s) { hs_ = s; } in set_hs()
46 gu_trace(offset = gu::serialize8(hs_, buf, buflen, offset)); in serialize()
53 gu_trace(offset = gu::unserialize8(buf, buflen, offset, hs_)); in unserialize()
64 return (lu_ == cmp.lu_ && hs_ == cmp.hs_); in operator ==()
74 return ((lu_ == -1 && hs_ == -1) || lu_ > hs_); in is_empty()
78 seqno_t hs_; /*!< Highest seen seqno */ member in gcomm::evs::Range
/dports/x11-wm/hs-xmonad/xmonad-0.17.0/man/
H A Dxmonad.1.markdown61 : Recompiles your _xmonad.hs_ configuration
177 xmonad is customized in your _xmonad.hs_, and then restarted with mod-q.
181 `XMONAD_CACHE_DIR`; _xmonad.hs_ is then expected to be in
183 2. Creating _xmonad.hs_ in _~/.xmonad_.
184 3. Creating _xmonad.hs_ in `XDG_CONFIG_HOME`. Note that, in this
196 _~/.xmonad/lib/XMonad/Stack/MyAdditions.hs_ could contain:
/dports/finance/quantlib/QuantLib-1.20/ql/math/distributions/
H A Dbivariatenormaldistribution.cpp121 : hk_(h * k), asr_(asr), hs_((h * h + k * k) / 2) {} in eqn3()
125 return std::exp((sn * hk_ - hs_) / (1.0 - sn * sn)); in operator ()()
128 Real hk_, asr_, hs_; member in QuantLib::__anon7c566c710111::eqn3
/dports/math/casadi/casadi-3.5.5/casadi/interfaces/sqic/
H A Dsqic_interface.cpp112 hs_.resize(n_+nc_+1, 0); in init()
156 &hEtype_[0], &hs_[0], &x_[0], &pi_[0], &rc_[0], &nnzH, &indH_[0], &locH_[0], in init()
247 for (casadi_int i=0;i<hs_.size();++i) { in generateNativeCode()
248 file << " hs(" << i +1 << ") = " << hs_[i] << std::endl; in generateNativeCode()
H A Dsqic_interface.hpp107 std::vector<casadi_int> hs_; member in casadi::SqicInterface
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/history/android/
H A Dsqlite_cursor_unittest.cc72 hs_ = HistoryServiceFactory::GetForProfile( in SetUp()
107 history::HistoryService* hs_; member in __anonfd1eb8180111::SQLiteCursorTest
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/wai-3.2.3/
H A DREADME.md29 Put that code into a file named _hello.hs_ and install [wai] and [warp] from Hackage:
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/wai-3.2.2.1/
H A DREADME.md29 Put that code into a file named _hello.hs_ and install [wai] and [warp] from Hackage:
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/wai-3.2.2.1/
H A DREADME.md29 Put that code into a file named _hello.hs_ and install [wai] and [warp] from Hackage:
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/wai-3.2.2.1/
H A DREADME.md29 Put that code into a file named _hello.hs_ and install [wai] and [warp] from Hackage:
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/wai-3.2.3/
H A DREADME.md29 Put that code into a file named _hello.hs_ and install [wai] and [warp] from Hackage:
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/wai-3.2.3/
H A DREADME.md29 Put that code into a file named _hello.hs_ and install [wai] and [warp] from Hackage:
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/wai-3.2.3/
H A DREADME.md29 Put that code into a file named _hello.hs_ and install [wai] and [warp] from Hackage:
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/src/stream_processor/
H A Dflb_sp.c1815 struct flb_sp_hopping_slot *hs_; in sp_process_hopping_slot() local
1890 hs_ = mk_list_entry(head_hs, struct flb_sp_hopping_slot, _head); in sp_process_hopping_slot()
1891 result = rb_tree_find(&hs_->aggregate_tree, aggr_node, &rb_result); in sp_process_hopping_slot()
1946 hs_ = mk_list_entry(head_hs, struct flb_sp_hopping_slot, _head); in sp_process_hopping_slot()
1947 hs->records -= hs_->records; in sp_process_hopping_slot()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/jit/ngen/
H A Dngen_core.hpp477 …gData(int base_, bool arf_, int off_, bool indirect_, DataType type_, int vs_, int width_, int hs_) in RegData() argument
478 …st<int>(type_)), indirect(indirect_), _pad1(0), vs(vs_), width(width_), hs(hs_), _pad2(0), invalid… in RegData()
516 …constexpr14 RegData &setRegion(int vs_, int width_, int hs_) { vs = vs_; width = width_; hs = hs_;… in setRegion() argument
641 constexpr14 RegisterRegion(RegData rdata_, int vs_, int width_, int hs_) { in RegisterRegion() argument
645 hs = hs_; in RegisterRegion()
/dports/sysutils/intel-pcm/pcm-202109/
H A Dpcm-sensor-server.cpp2381 … clientAddr, std::vector<http_callback> const & cl, SSL* ssl = nullptr ) : hs_( hs ), socketStream… in HTTPConnection()
2383 …, struct sockaddr_in clientAddr, std::vector<http_callback> const & cl ) : hs_( hs ), socketStream… in HTTPConnection()
2425 (*callbackList_[request.method()])( hs_, request, response ); in execute()
2476 HTTPServer* hs_; member in HTTPConnection
2488 PeriodicCounterFetcher( HTTPServer* hs ) : hs_(hs), run_(false), exit_(false) {} in PeriodicCounterFetcher()
2509 HTTPServer* hs_; member in PeriodicCounterFetcher
2629 hs_->addAggregator( sagp ); in execute()
/dports/sysutils/intel-pcm-devel/pcm-0212b38/
H A Dpcm-sensor-server.cpp2381 … clientAddr, std::vector<http_callback> const & cl, SSL* ssl = nullptr ) : hs_( hs ), socketStream… in HTTPConnection()
2383 …, struct sockaddr_in clientAddr, std::vector<http_callback> const & cl ) : hs_( hs ), socketStream… in HTTPConnection()
2425 (*callbackList_[request.method()])( hs_, request, response ); in execute()
2476 HTTPServer* hs_; member in HTTPConnection
2488 PeriodicCounterFetcher( HTTPServer* hs ) : hs_(hs), run_(false), exit_(false) {} in PeriodicCounterFetcher()
2509 HTTPServer* hs_; member in PeriodicCounterFetcher
2629 hs_->addAggregator( sagp ); in execute()
/dports/irc/anope/anope-2.0.9/docs/
H A DMODULES85 modules have an abbreviated service name they attach to (hs_ for
/dports/math/onednn/oneDNN-2.5.1/src/gpu/jit/ngen/
H A Dngen_core.hpp507 …gData(int base_, bool arf_, int off_, bool indirect_, DataType type_, int vs_, int width_, int hs_) in RegData() argument
508 …st<int>(type_)), indirect(indirect_), _pad1(0), vs(vs_), width(width_), hs(hs_), _pad2(0), invalid… in RegData()
546 …constexpr14 RegData &setRegion(int vs_, int width_, int hs_) { vs = vs_; width = width_; hs = hs_;… in setRegion() argument
673 constexpr14 RegisterRegion(RegData rdata_, int vs_, int width_, int hs_) { in RegisterRegion() argument
677 hs = hs_; in RegisterRegion()
/dports/sysutils/u-boot-utilite/u-boot-2015.07/drivers/usb/gadget/
H A Dether.c873 #define which_fn(t) (hs ? hs_ ## t ## _function : fs_ ## t ## _function) in config_buf()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/usb/gadget/
H A Dether.c890 #define which_fn(t) (hs ? hs_ ## t ## _function : fs_ ## t ## _function) in config_buf()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/usb/gadget/
H A Dether.c890 #define which_fn(t) (hs ? hs_ ## t ## _function : fs_ ## t ## _function) in config_buf()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/usb/gadget/
H A Dether.c891 #define which_fn(t) (hs ? hs_ ## t ## _function : fs_ ## t ## _function) in config_buf()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/drivers/usb/gadget/
H A Dether.c891 #define which_fn(t) (hs ? hs_ ## t ## _function : fs_ ## t ## _function) in config_buf()

12345