Home
last modified time | relevance | path

Searched refs:key_ (Results 1 – 25 of 3201) sorted by relevance

12345678910>>...129

/dports/misc/usd/USD-21.11/pxr/usd/sdf/
H A DaccessorHelpers.h55 #define _GET_KEY_(key_) key_ argument
58 #define _GET_WITH_FALLBACK(key_, heldType_) \ argument
61 const VtValue& value = _Helper::GetField(this, key_); \
64 return schema.GetFallback(_GET_KEY_(key_)).Get<heldType_>(); \
74 #define SDF_DEFINE_GET(name_, key_, heldType_) \ argument
78 if (SDF_ACCESSOR_READ_PREDICATE(_GET_KEY_(key_))) { \
82 _GET_WITH_FALLBACK(key_, heldType_); \
175 SDF_DEFINE_SET(name_, key_, setType_)
180 SDF_DEFINE_CLEAR(name_, key_)
192 SDF_DEFINE_SET(name_, key_, bool)
[all …]
/dports/print/lyx/lyx-2.3.4.2/src/mathed/
H A DInsetMathDots.cpp29 : dh_(0), key_(key) in InsetMathDots()
43 if (key_->name == "cdots" || key_->name == "dotsb" in metrics()
44 || key_->name == "dotsm" || key_->name == "dotsi") in metrics()
52 else if (key_->name == "ddots" || key_->name == "adots" || key_->name == "iddots") in metrics()
60 if (key_->name == "adots" || key_->name == "iddots") in draw()
63 key_->name); in draw()
64 …if (key_->name == "vdots" || key_->name == "ddots" || key_->name == "adots" || key_->name == "iddo… in draw()
66 if (key_->name == "adots" || key_->name == "iddots") in draw()
71 key_->name); in draw()
77 return key_->name; in name()
[all …]
H A DInsetMathDecoration.cpp54 return key_->name.substr(0, 5) != "under" && key_->name != "utilde"; in upper()
60 if (key_->name == "overbrace" || key_->name == "underbrace") in mathClass()
75 key_->name == "overbrace" || in protect()
76 key_->name == "underbrace" || in protect()
89 key_->name == "overline" || in wide()
90 key_->name == "underline" || in wide()
91 key_->name == "overbrace" || in wide()
92 key_->name == "underbrace" || in wide()
96 key_->name == "widehat" || in wide()
97 key_->name == "widetilde" || in wide()
[all …]
/dports/science/madness/madness-ebb3fd7/src/madness/world/
H A Ddistributed_id.h89 key_(key), proc_(proc) in ProcessKey()
96 key_(other.key_), proc_(other.proc_) in ProcessKey()
104 key_ = other.key_;
125 return ((key_ == other.key_) && (proc_ == other.proc_));
134 return ((key_ != other.key_) || (proc_ != other.proc_));
143 ar & key_ & proc_; in serialize()
171 TaggedKey() : key_() { } in TaggedKey()
181 TaggedKey(const TaggedKey<Key, Tag>& other) : key_(other.key_) { } in TaggedKey()
188 key_ = other.key_;
203 return (key_ == other.key_);
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/mysql-test/columnstore/csinternal/devregression/r/
H A Dmcs7226_regression_MCOL_3747.result5 create table cs1(key_ bigint) engine=columnstore;
7 select key_, count(*) from cs1 where key_ in (select * from (select key_ from cs1 group by key_ ord…
8 key_ count(*)
11 …rom (select key_, count(*) from cs1 where key_ in (select * from (select key_ from cs1 group by ke…
12 key_ count(*)
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/mysql-test/columnstore/csinternal/devregression/r/
H A Dmcs7226_regression_MCOL_3747.result5 create table cs1(key_ bigint) engine=columnstore;
7 select key_, count(*) from cs1 where key_ in (select * from (select key_ from cs1 group by key_ ord…
8 key_ count(*)
11 …rom (select key_, count(*) from cs1 where key_ in (select * from (select key_ from cs1 group by ke…
12 key_ count(*)
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/foxxll/foxxll/common/
H A Dutils.hpp75 inline size_t longhash1(uint64_t key_) in longhash1() argument
77 key_ += ~(key_ << 32); in longhash1()
78 key_ ^= (key_ >> 22); in longhash1()
79 key_ += ~(key_ << 13); in longhash1()
80 key_ ^= (key_ >> 8); in longhash1()
81 key_ += (key_ << 3); in longhash1()
82 key_ ^= (key_ >> 15); in longhash1()
83 key_ += ~(key_ << 27); in longhash1()
84 key_ ^= (key_ >> 31); in longhash1()
85 return static_cast<size_t>(key_); in longhash1()
/dports/lang/spidermonkey78/firefox-78.9.0/browser/components/translation/cld2/internal/
H A Dtote.cc110 memset(key_, 0xFF, sizeof(key_)); in DocTote()
121 memset(key_, 0xFF, sizeof(key_)); in Reinit()
133 if (key_[sub0] == ikey) { in Add()
141 if (key_[sub1] == ikey) { in Add()
149 if (key_[sub2] == ikey) { in Add()
170 key_[alloc] = ikey; in Add()
189 if (key_[sub0] == ikey) { in Find()
193 if (key_[sub1] == ikey) { in Find()
212 top_key = key_[sub]; in CurrentTopKey()
232 key_[sub] = key_[sub2]; in Sort()
[all …]
/dports/www/firefox/firefox-99.0/browser/components/translation/cld2/internal/
H A Dtote.cc110 memset(key_, 0xFF, sizeof(key_)); in DocTote()
121 memset(key_, 0xFF, sizeof(key_)); in Reinit()
133 if (key_[sub0] == ikey) { in Add()
141 if (key_[sub1] == ikey) { in Add()
149 if (key_[sub2] == ikey) { in Add()
170 key_[alloc] = ikey; in Add()
189 if (key_[sub0] == ikey) { in Find()
193 if (key_[sub1] == ikey) { in Find()
212 top_key = key_[sub]; in CurrentTopKey()
232 key_[sub] = key_[sub2]; in Sort()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/browser/components/translation/cld2/internal/
H A Dtote.cc110 memset(key_, 0xFF, sizeof(key_)); in DocTote()
121 memset(key_, 0xFF, sizeof(key_)); in Reinit()
133 if (key_[sub0] == ikey) { in Add()
141 if (key_[sub1] == ikey) { in Add()
149 if (key_[sub2] == ikey) { in Add()
170 key_[alloc] = ikey; in Add()
189 if (key_[sub0] == ikey) { in Find()
193 if (key_[sub1] == ikey) { in Find()
212 top_key = key_[sub]; in CurrentTopKey()
232 key_[sub] = key_[sub2]; in Sort()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/browser/components/translation/cld2/internal/
H A Dtote.cc110 memset(key_, 0xFF, sizeof(key_)); in DocTote()
121 memset(key_, 0xFF, sizeof(key_)); in Reinit()
133 if (key_[sub0] == ikey) { in Add()
141 if (key_[sub1] == ikey) { in Add()
149 if (key_[sub2] == ikey) { in Add()
170 key_[alloc] = ikey; in Add()
189 if (key_[sub0] == ikey) { in Find()
193 if (key_[sub1] == ikey) { in Find()
212 top_key = key_[sub]; in CurrentTopKey()
232 key_[sub] = key_[sub2]; in Sort()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/browser/components/translation/cld2/internal/
H A Dtote.cc110 memset(key_, 0xFF, sizeof(key_)); in DocTote()
121 memset(key_, 0xFF, sizeof(key_)); in Reinit()
133 if (key_[sub0] == ikey) { in Add()
141 if (key_[sub1] == ikey) { in Add()
149 if (key_[sub2] == ikey) { in Add()
170 key_[alloc] = ikey; in Add()
189 if (key_[sub0] == ikey) { in Find()
193 if (key_[sub1] == ikey) { in Find()
212 top_key = key_[sub]; in CurrentTopKey()
232 key_[sub] = key_[sub2]; in Sort()
[all …]
/dports/devel/cld2/cld-20150505/internal/
H A Dtote.cc110 memset(key_, 0xFF, sizeof(key_)); in DocTote()
121 memset(key_, 0xFF, sizeof(key_)); in Reinit()
133 if (key_[sub0] == ikey) { in Add()
141 if (key_[sub1] == ikey) { in Add()
149 if (key_[sub2] == ikey) { in Add()
170 key_[alloc] = ikey; in Add()
189 if (key_[sub0] == ikey) { in Find()
193 if (key_[sub1] == ikey) { in Find()
212 top_key = key_[sub]; in CurrentTopKey()
232 key_[sub] = key_[sub2]; in Sort()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/browser/components/translation/cld2/internal/
H A Dtote.cc110 memset(key_, 0xFF, sizeof(key_)); in DocTote()
121 memset(key_, 0xFF, sizeof(key_)); in Reinit()
133 if (key_[sub0] == ikey) { in Add()
141 if (key_[sub1] == ikey) { in Add()
149 if (key_[sub2] == ikey) { in Add()
170 key_[alloc] = ikey; in Add()
189 if (key_[sub0] == ikey) { in Find()
193 if (key_[sub1] == ikey) { in Find()
212 top_key = key_[sub]; in CurrentTopKey()
232 key_[sub] = key_[sub2]; in Sort()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/leaf/detail/
H A Doptional.hpp30 int key_; member in boost::leaf::leaf_detail::optional
38 key_(0) in optional()
43 key_(x.key_) in optional()
45 if( x.key_ ) in optional()
50 key_(x.key_) in optional()
52 if( x.key_ ) in optional()
60 key_(key), in optional()
67 key_(key), in optional()
112 if( key_ ) in reset()
124 key_=key; in put()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/leaf/detail/
H A Doptional.hpp30 int key_; member in boost::leaf::leaf_detail::optional
38 key_(0) in optional()
43 key_(x.key_) in optional()
45 if( x.key_ ) in optional()
50 key_(x.key_) in optional()
52 if( x.key_ ) in optional()
60 key_(key), in optional()
67 key_(key), in optional()
112 if( key_ ) in reset()
124 key_=key; in put()
[all …]
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/io/file/dgfparser/
H A Dentitykey_inline.hh18 : key_( key.size() ), in DGFEntityKey()
24 key_[i]=key[i]; in DGFEntityKey()
25 origKey_[i]=key_[i]; in DGFEntityKey()
27 std :: sort( key_.begin(), key_.end() ); in DGFEntityKey()
34 : key_( N ), in DGFEntityKey()
43 std :: sort( key_.begin(), key_.end() ); in DGFEntityKey()
49 : key_( k.key_.size() ), in DGFEntityKey()
55 key_[i]=k.key_[i]; in DGFEntityKey()
64 assert(key_.size()==k.key_.size()); in operator =()
66 key_[i]=k.key_[i]; in operator =()
[all …]
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/upgrades/dbpatches/2.0/postgresql/
H A Dpatch.sql106 ALTER key_ SET DEFAULT '',
253 PRIMARY KEY (itemtype,key_)
863 …SET key_ = SUBSTR(key_, 1, STRPOS(key_, '[')) || '"{HOST.CONN}",' || SUBSTR(key_, STRPOS(key_, '['…
868 SET key_ = key_ || '["{HOST.CONN}"]'
910 UPDATE items SET key_ = zbx_convert_simple_checks(itemid, hostid, key_)
915 OR key_ LIKE 'ftp,%' OR key_ LIKE 'http,%' OR key_ LIKE 'imap,%' OR key_ LIKE 'ldap,%'
916 OR key_ LIKE 'nntp,%' OR key_ LIKE 'ntp,%' OR key_ LIKE 'pop,%' OR key_ LIKE 'smtp,%'
917 OR key_ LIKE 'ssh,%' OR key_ LIKE 'tcp,%'
918 OR key_ LIKE 'ftp_perf,%' OR key_ LIKE 'http_perf,%' OR key_ LIKE 'imap_perf,%'
919 OR key_ LIKE 'ldap_perf,%' OR key_ LIKE 'nntp_perf,%' OR key_ LIKE 'ntp_perf,%'
[all …]
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/upgrades/dbpatches/2.0/postgresql/
H A Dpatch.sql106 ALTER key_ SET DEFAULT '',
253 PRIMARY KEY (itemtype,key_)
863 …SET key_ = SUBSTR(key_, 1, STRPOS(key_, '[')) || '"{HOST.CONN}",' || SUBSTR(key_, STRPOS(key_, '['…
868 SET key_ = key_ || '["{HOST.CONN}"]'
910 UPDATE items SET key_ = zbx_convert_simple_checks(itemid, hostid, key_)
915 OR key_ LIKE 'ftp,%' OR key_ LIKE 'http,%' OR key_ LIKE 'imap,%' OR key_ LIKE 'ldap,%'
916 OR key_ LIKE 'nntp,%' OR key_ LIKE 'ntp,%' OR key_ LIKE 'pop,%' OR key_ LIKE 'smtp,%'
917 OR key_ LIKE 'ssh,%' OR key_ LIKE 'tcp,%'
918 OR key_ LIKE 'ftp_perf,%' OR key_ LIKE 'http_perf,%' OR key_ LIKE 'imap_perf,%'
919 OR key_ LIKE 'ldap_perf,%' OR key_ LIKE 'nntp_perf,%' OR key_ LIKE 'ntp_perf,%'
[all …]
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/upgrades/dbpatches/2.0/postgresql/
H A Dpatch.sql106 ALTER key_ SET DEFAULT '',
253 PRIMARY KEY (itemtype,key_)
863 …SET key_ = SUBSTR(key_, 1, STRPOS(key_, '[')) || '"{HOST.CONN}",' || SUBSTR(key_, STRPOS(key_, '['…
868 SET key_ = key_ || '["{HOST.CONN}"]'
910 UPDATE items SET key_ = zbx_convert_simple_checks(itemid, hostid, key_)
915 OR key_ LIKE 'ftp,%' OR key_ LIKE 'http,%' OR key_ LIKE 'imap,%' OR key_ LIKE 'ldap,%'
916 OR key_ LIKE 'nntp,%' OR key_ LIKE 'ntp,%' OR key_ LIKE 'pop,%' OR key_ LIKE 'smtp,%'
917 OR key_ LIKE 'ssh,%' OR key_ LIKE 'tcp,%'
918 OR key_ LIKE 'ftp_perf,%' OR key_ LIKE 'http_perf,%' OR key_ LIKE 'imap_perf,%'
919 OR key_ LIKE 'ldap_perf,%' OR key_ LIKE 'nntp_perf,%' OR key_ LIKE 'ntp_perf,%'
[all …]
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/upgrades/dbpatches/2.0/postgresql/
H A Dpatch.sql106 ALTER key_ SET DEFAULT '',
253 PRIMARY KEY (itemtype,key_)
863 …SET key_ = SUBSTR(key_, 1, STRPOS(key_, '[')) || '"{HOST.CONN}",' || SUBSTR(key_, STRPOS(key_, '['…
868 SET key_ = key_ || '["{HOST.CONN}"]'
910 UPDATE items SET key_ = zbx_convert_simple_checks(itemid, hostid, key_)
915 OR key_ LIKE 'ftp,%' OR key_ LIKE 'http,%' OR key_ LIKE 'imap,%' OR key_ LIKE 'ldap,%'
916 OR key_ LIKE 'nntp,%' OR key_ LIKE 'ntp,%' OR key_ LIKE 'pop,%' OR key_ LIKE 'smtp,%'
917 OR key_ LIKE 'ssh,%' OR key_ LIKE 'tcp,%'
918 OR key_ LIKE 'ftp_perf,%' OR key_ LIKE 'http_perf,%' OR key_ LIKE 'imap_perf,%'
919 OR key_ LIKE 'ldap_perf,%' OR key_ LIKE 'nntp_perf,%' OR key_ LIKE 'ntp_perf,%'
[all …]
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/upgrades/dbpatches/2.0/postgresql/
H A Dpatch.sql106 ALTER key_ SET DEFAULT '',
253 PRIMARY KEY (itemtype,key_)
863 …SET key_ = SUBSTR(key_, 1, STRPOS(key_, '[')) || '"{HOST.CONN}",' || SUBSTR(key_, STRPOS(key_, '['…
868 SET key_ = key_ || '["{HOST.CONN}"]'
910 UPDATE items SET key_ = zbx_convert_simple_checks(itemid, hostid, key_)
915 OR key_ LIKE 'ftp,%' OR key_ LIKE 'http,%' OR key_ LIKE 'imap,%' OR key_ LIKE 'ldap,%'
916 OR key_ LIKE 'nntp,%' OR key_ LIKE 'ntp,%' OR key_ LIKE 'pop,%' OR key_ LIKE 'smtp,%'
917 OR key_ LIKE 'ssh,%' OR key_ LIKE 'tcp,%'
918 OR key_ LIKE 'ftp_perf,%' OR key_ LIKE 'http_perf,%' OR key_ LIKE 'imap_perf,%'
919 OR key_ LIKE 'ldap_perf,%' OR key_ LIKE 'nntp_perf,%' OR key_ LIKE 'ntp_perf,%'
[all …]
/dports/x11/dxpc/dxpc-3.9.2/
H A DTextCompressor.C16 CharCache & cache = cache_[key_ % cacheSize_]; in encodeChar()
17 if ((key_ >= 128) && (cache.getSize() == 0)) in encodeChar()
21 CharCache & cache2 = cache_[(key_ & 0x7f) % cacheSize_]; in encodeChar()
30 key_ = (((key_ & 0x1f) << 7) | ((key_ & 0x380) << 5) | (ch & 0x7f)); in encodeChar()
38 CharCache & cache = cache_[key_ % cacheSize_]; in decodeChar()
39 if ((key_ >= 128) && (cache.getSize() == 0)) in decodeChar()
41 CharCache & cache2 = cache_[(key_ & 0x7f) % cacheSize_]; in decodeChar()
50 key_ = (((key_ & 0x1f) << 7) | ((key_ & 0x380) << 5) | (nextChar & 0x7f)); in decodeChar()
/dports/x11/nxcomp/nx-libs-3.5.0.32/nxcomp/
H A DTextCompressor.cpp41 CharCache& cache = cache_[key_ % cacheSize_]; in encodeChar()
42 if ((key_ >= 128) && (cache.getSize() == 0)) in encodeChar()
46 CharCache& cache2 = cache_[(key_ & 0x7f) % cacheSize_]; in encodeChar()
55 key_ = (((key_ & 0x1f) << 7) | ((key_ & 0x380) << 5) | (ch & 0x7f)); in encodeChar()
63 CharCache& cache = cache_[key_ % cacheSize_]; in decodeChar()
64 if ((key_ >= 128) && (cache.getSize() == 0)) in decodeChar()
66 CharCache& cache2 = cache_[(key_ & 0x7f) % cacheSize_]; in decodeChar()
75 key_ = (((key_ & 0x1f) << 7) | ((key_ & 0x380) << 5) | (nextChar & 0x7f)); in decodeChar()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/base/win/
H A Dregistry.cc76 key_ = subhkey; in CreateWithDisposition()
99 key_ = subkey; in CreateKey()
145 if (key_) { in Close()
147 key_ = NULL; in Close()
156 key_ = key; in Set()
163 key_ = NULL; in Take()
189 DCHECK(key_); in DeleteKey()
205 DCHECK(key_); in DeleteEmptyKey()
231 DCHECK(key_); in DeleteValue()
474 if (key_) in ~RegistryValueIterator()
[all …]

12345678910>>...129