Home
last modified time | relevance | path

Searched refs:key_count (Results 1 – 25 of 1631) sorted by relevance

12345678910>>...66

/dports/security/john/john-1.9.0-jumbo-1/src/
H A Dsingle.c236 key_count -= MIN(key_count >> 1, local_work_size * ocl_v_width); in single_init()
239 key_count >>= 1; in single_init()
252 key_count); in single_init()
270 key_count -= MIN(key_count >> 1, local_work_size * ocl_v_width); in single_init()
273 key_count >>= 1; in single_init()
310 key_count, in single_init()
317 key_count, in single_init()
345 key_count, in single_init()
351 key_count, in single_init()
382 log2(key_count), key_count); in single_init()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/i18npool/source/indexentry/
H A Dindexentrysupplier_default.cxx101 for (j = 0; j < key_count; j++) { in init()
107 if (j == key_count) in init()
114 , key_count(0) in Index()
181 mkey_count=key_count=0; in makeIndexKeys()
185 for (i = 0; i < len && key_count < MAX_KEYS; i++) in makeIndexKeys()
198 … for (curr = keyStr[++i]; key_count < MAX_KEYS && keys[key_count-1].key < curr; key_count++) { in makeIndexKeys()
199 keys[key_count].key = keys[key_count-1].key+1; in makeIndexKeys()
221 if (key_count <= 0) in makeIndexKeys()
233 keys[key_count].key = 0; in makeIndexKeys()
241 keys[key_count].key = curr; in makeIndexKeys()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/i18npool/source/indexentry/
H A Dindexentrysupplier_default.cxx100 for (j = 0; j < key_count; j++) { in init()
106 if (j == key_count) in init()
113 , key_count(0) in Index()
180 mkey_count=key_count=0; in makeIndexKeys()
184 for (i = 0; i < len && key_count < MAX_KEYS; i++) in makeIndexKeys()
196 … for (curr = keyStr[++i]; key_count < MAX_KEYS && keys[key_count-1].key < curr; key_count++) { in makeIndexKeys()
197 keys[key_count].key = keys[key_count-1].key+1; in makeIndexKeys()
219 if (key_count <= 0) in makeIndexKeys()
231 keys[key_count].key = 0; in makeIndexKeys()
239 keys[key_count].key = curr; in makeIndexKeys()
[all …]
/dports/devel/brz/breezy-3.2.0/breezy/
H A Drecordcounter.py31 self.key_count = 0
44 def _estimate_max(self, key_count): argument
66 return int(key_count * 10.3)
68 def setup(self, key_count, current=0): argument
75 self.key_count = key_count
76 self.max = self._estimate_max(key_count)
87 self.max += self.key_count
/dports/ftp/php-fastdfs/fastdfs-6.06/storage/fdht_client/
H A Dfdht_client.h70 #define fdht_batch_get(pObjectInfo, key_list, key_count, success_count) \ argument
72 key_list, key_count, FDHT_EXPIRES_NONE, \
75 #define fdht_batch_get_ex(pObjectInfo, key_list, key_count, \ argument
78 key_list, key_count, expires, malloc, success_count)
84 #define fdht_batch_set(pObjectInfo, key_list, key_count, \ argument
87 key_list, key_count, expires, success_count)
96 #define fdht_batch_delete(pObjectInfo, key_list, key_count, success_count) \ argument
98 key_list, key_count, success_count)
137 const int key_count, const time_t expires, \
170 const int key_count, const time_t expires, int *success_count);
[all …]
/dports/ftp/fastdfs/fastdfs-6.06/storage/fdht_client/
H A Dfdht_client.h70 #define fdht_batch_get(pObjectInfo, key_list, key_count, success_count) \ argument
72 key_list, key_count, FDHT_EXPIRES_NONE, \
75 #define fdht_batch_get_ex(pObjectInfo, key_list, key_count, \ argument
78 key_list, key_count, expires, malloc, success_count)
84 #define fdht_batch_set(pObjectInfo, key_list, key_count, \ argument
87 key_list, key_count, expires, success_count)
96 #define fdht_batch_delete(pObjectInfo, key_list, key_count, success_count) \ argument
98 key_list, key_count, success_count)
137 const int key_count, const time_t expires, \
170 const int key_count, const time_t expires, int *success_count);
[all …]
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/rewriter/
H A Dgen_emoticon_rewriter_data.cc55 int LookupCount(const mozc_hash_map<string, int> &key_count, in LookupCount() argument
57 const auto iter = key_count.find(key); in LookupCount()
58 return (iter == key_count.end()) ? 0 : iter->second; in LookupCount()
62 const mozc_hash_map<string, int> &key_count) { in GetDescription() argument
68 [&key_count](const string &x, const string &y) { in GetDescription()
69 const int x_count = LookupCount(key_count, x); in GetDescription()
70 const int y_count = LookupCount(key_count, y); in GetDescription()
87 mozc_hash_map<string, int> key_count; in ReadEmoticonTsv() local
102 ++key_count[key]; in ReadEmoticonTsv()
111 const string &description = GetDescription(key_list, key_count); in ReadEmoticonTsv()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/rewriter/
H A Dgen_emoticon_rewriter_data.cc55 int LookupCount(const mozc_hash_map<string, int> &key_count, in LookupCount() argument
57 const auto iter = key_count.find(key); in LookupCount()
58 return (iter == key_count.end()) ? 0 : iter->second; in LookupCount()
62 const mozc_hash_map<string, int> &key_count) { in GetDescription() argument
68 [&key_count](const string &x, const string &y) { in GetDescription()
69 const int x_count = LookupCount(key_count, x); in GetDescription()
70 const int y_count = LookupCount(key_count, y); in GetDescription()
87 mozc_hash_map<string, int> key_count; in ReadEmoticonTsv() local
102 ++key_count[key]; in ReadEmoticonTsv()
111 const string &description = GetDescription(key_list, key_count); in ReadEmoticonTsv()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/rewriter/
H A Dgen_emoticon_rewriter_data.cc55 int LookupCount(const mozc_hash_map<string, int> &key_count, in LookupCount() argument
57 const auto iter = key_count.find(key); in LookupCount()
58 return (iter == key_count.end()) ? 0 : iter->second; in LookupCount()
62 const mozc_hash_map<string, int> &key_count) { in GetDescription() argument
68 [&key_count](const string &x, const string &y) { in GetDescription()
69 const int x_count = LookupCount(key_count, x); in GetDescription()
70 const int y_count = LookupCount(key_count, y); in GetDescription()
87 mozc_hash_map<string, int> key_count; in ReadEmoticonTsv() local
102 ++key_count[key]; in ReadEmoticonTsv()
111 const string &description = GetDescription(key_list, key_count); in ReadEmoticonTsv()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/rewriter/
H A Dgen_emoticon_rewriter_data.cc55 int LookupCount(const mozc_hash_map<string, int> &key_count, in LookupCount() argument
57 const auto iter = key_count.find(key); in LookupCount()
58 return (iter == key_count.end()) ? 0 : iter->second; in LookupCount()
62 const mozc_hash_map<string, int> &key_count) { in GetDescription() argument
68 [&key_count](const string &x, const string &y) { in GetDescription()
69 const int x_count = LookupCount(key_count, x); in GetDescription()
70 const int y_count = LookupCount(key_count, y); in GetDescription()
87 mozc_hash_map<string, int> key_count; in ReadEmoticonTsv() local
102 ++key_count[key]; in ReadEmoticonTsv()
111 const string &description = GetDescription(key_list, key_count); in ReadEmoticonTsv()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/rewriter/
H A Dgen_emoticon_rewriter_data.cc55 int LookupCount(const mozc_hash_map<string, int> &key_count, in LookupCount() argument
57 const auto iter = key_count.find(key); in LookupCount()
58 return (iter == key_count.end()) ? 0 : iter->second; in LookupCount()
62 const mozc_hash_map<string, int> &key_count) { in GetDescription() argument
68 [&key_count](const string &x, const string &y) { in GetDescription()
69 const int x_count = LookupCount(key_count, x); in GetDescription()
70 const int y_count = LookupCount(key_count, y); in GetDescription()
87 mozc_hash_map<string, int> key_count; in ReadEmoticonTsv() local
102 ++key_count[key]; in ReadEmoticonTsv()
111 const string &description = GetDescription(key_list, key_count); in ReadEmoticonTsv()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/rewriter/
H A Dgen_emoticon_rewriter_data.cc55 int LookupCount(const mozc_hash_map<string, int> &key_count, in LookupCount() argument
57 const auto iter = key_count.find(key); in LookupCount()
58 return (iter == key_count.end()) ? 0 : iter->second; in LookupCount()
62 const mozc_hash_map<string, int> &key_count) { in GetDescription() argument
68 [&key_count](const string &x, const string &y) { in GetDescription()
69 const int x_count = LookupCount(key_count, x); in GetDescription()
70 const int y_count = LookupCount(key_count, y); in GetDescription()
87 mozc_hash_map<string, int> key_count; in ReadEmoticonTsv() local
102 ++key_count[key]; in ReadEmoticonTsv()
111 const string &description = GetDescription(key_list, key_count); in ReadEmoticonTsv()
/dports/games/wesnoth/wesnoth-1.14.17/data/test/scenarios/
H A Dtest_resistances.cfg32 {VARIABLE key_count -1}
35 local key_count = 0
37 key_count = key_count + 1
39 wml.variables["key_count"] = key_count
42 {ASSERT {VARIABLE_CONDITIONAL key_count equals 6}}
/dports/dns/opendnssec2/opendnssec-2.1.10/libhsm/src/bin/
H A Dhsmutil.c117 size_t key_count = 0; in cmd_list() local
140 keys = hsm_list_keys(ctx, &key_count); in cmd_list()
144 (key_count > 1 || key_count == 0 ? "keys" : "key")); in cmd_list()
154 for (i = 0; i < key_count; i++) { in cmd_list()
183 libhsm_key_list_free(keys, key_count); in cmd_list()
185 if (key_count != key_count_valid) { in cmd_list()
323 size_t key_count = 0; in cmd_purge() local
345 (key_count > 1 || key_count == 0 ? "keys" : "key")); in cmd_purge()
351 if (key_count == 0) { in cmd_purge()
367 for (i = 0; i < key_count; i++) { in cmd_purge()
[all …]
/dports/graphics/libgeotiff/libgeotiff-1.7.0/
H A Dgeo_simpletags.c178 for( i = 0; i < st->key_count; i++ ) in ST_Destroy()
206 for( i = 0; i < st->key_count; i++ ) in ST_SetKey()
223 st->key_count++; in ST_SetKey()
225 sizeof(ST_KEY) * st->key_count); in ST_SetKey()
226 st->key_list[st->key_count-1].tag = tag; in ST_SetKey()
227 st->key_list[st->key_count-1].count = count; in ST_SetKey()
228 st->key_list[st->key_count-1].type = st_type; in ST_SetKey()
230 st->key_list[st->key_count-1].data = malloc(item_size * count+1); in ST_SetKey()
231 memcpy( st->key_list[st->key_count-1].data, data, item_size * count ); in ST_SetKey()
246 for( i = 0; i < st->key_count; i++ ) in ST_GetKey()
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/gtiff/libgeotiff/
H A Dgeo_simpletags.c180 for( i = 0; i < st->key_count; i++ ) in ST_Destroy()
208 for( i = 0; i < st->key_count; i++ ) in ST_SetKey()
224 st->key_count++; in ST_SetKey()
226 sizeof(ST_KEY) * st->key_count); in ST_SetKey()
227 st->key_list[st->key_count-1].tag = tag; in ST_SetKey()
228 st->key_list[st->key_count-1].count = count; in ST_SetKey()
229 st->key_list[st->key_count-1].type = st_type; in ST_SetKey()
230 st->key_list[st->key_count-1].data = malloc(item_size * count); in ST_SetKey()
231 memcpy( st->key_list[st->key_count-1].data, data, item_size * count ); in ST_SetKey()
246 for( i = 0; i < st->key_count; i++ ) in ST_GetKey()
/dports/graphics/py-gdal/gdal-3.3.3/frmts/gtiff/libgeotiff/
H A Dgeo_simpletags.c178 for( i = 0; i < st->key_count; i++ ) in ST_Destroy()
206 for( i = 0; i < st->key_count; i++ ) in ST_SetKey()
223 st->key_count++; in ST_SetKey()
225 sizeof(ST_KEY) * st->key_count); in ST_SetKey()
226 st->key_list[st->key_count-1].tag = tag; in ST_SetKey()
227 st->key_list[st->key_count-1].count = count; in ST_SetKey()
228 st->key_list[st->key_count-1].type = st_type; in ST_SetKey()
230 st->key_list[st->key_count-1].data = malloc(item_size * count+1); in ST_SetKey()
231 memcpy( st->key_list[st->key_count-1].data, data, item_size * count ); in ST_SetKey()
246 for( i = 0; i < st->key_count; i++ ) in ST_GetKey()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/gtiff/libgeotiff/
H A Dgeo_simpletags.c178 for( i = 0; i < st->key_count; i++ ) in ST_Destroy()
206 for( i = 0; i < st->key_count; i++ ) in ST_SetKey()
223 st->key_count++; in ST_SetKey()
225 sizeof(ST_KEY) * st->key_count); in ST_SetKey()
226 st->key_list[st->key_count-1].tag = tag; in ST_SetKey()
227 st->key_list[st->key_count-1].count = count; in ST_SetKey()
228 st->key_list[st->key_count-1].type = st_type; in ST_SetKey()
230 st->key_list[st->key_count-1].data = malloc(item_size * count+1); in ST_SetKey()
231 memcpy( st->key_list[st->key_count-1].data, data, item_size * count ); in ST_SetKey()
246 for( i = 0; i < st->key_count; i++ ) in ST_GetKey()
/dports/databases/p5-Cache-Memcached-Fast/Cache-Memcached-Fast-0.27/script/
H A Dbenchmark.pl27 use constant key_count => 100; constant
43 . key_count . " keys).\n"
51 my $max_keys = $count * key_count / 2;
169 for (my $i = 0; $i < key_count; ++$i) {
185 foreach (1..key_count) },
190 foreach (1..key_count) },
201 foreach (1..key_count) },
209 foreach (1..key_count) },
221 foreach (1..key_count) },
292 print 'Keys per iteration: ', key_count, "\n";
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/tests/python_tests/
H A Dryw_benchmark.py46 def __init__(self, key_count=10000, key_size=16): argument
48 self.key_count = key_count
130 list(tr.get_range(self.key(0), self.key(self.key_count)))
131 return self.key_count * count / (time.time() - start)
134 for i in range(0, self.key_count, 2):
138 list(tr.get_range(self.key(0), self.key(self.key_count)))
139 kpi = self.key_count * count / 2 / (time.time() - start)
144 for i in range(0, self.key_count, 4):
148 list(tr.get_range(self.key(0), self.key(self.key_count)))
149 kpi = self.key_count * count * 3 / 4 / (time.time() - start)
/dports/devel/boost-docs/boost_1_72_0/boost/mpl/multiset/aux_/
H A Ditem.hpp45 enum { msvc70_wknd_ = sizeof(Base::key_count(BOOST_MPL_AUX_STATIC_CAST(U*,0))) };
69 static typename prior_count<U>::type key_count(U*);
81 …enum { msvc71_wknd_ = sizeof(Base::key_count(BOOST_MPL_AUX_STATIC_CAST(aux::type_wrapper<U>*,0))) …
96 …enum { msvc71_wknd_ = sizeof(Base::key_count(BOOST_MPL_AUX_STATIC_CAST(aux::type_wrapper<T>*,0))) …
101 key_count(aux::type_wrapper<T>*);
103 static char (& key_count(aux::type_wrapper<T>*) )[count_::value];
107 static typename aux::prior_key_count<U,Base>::type key_count(aux::type_wrapper<U>*);
/dports/devel/hyperscan/boost_1_75_0/boost/mpl/multiset/aux_/
H A Ditem.hpp45 enum { msvc70_wknd_ = sizeof(Base::key_count(BOOST_MPL_AUX_STATIC_CAST(U*,0))) };
69 static typename prior_count<U>::type key_count(U*);
81 …enum { msvc71_wknd_ = sizeof(Base::key_count(BOOST_MPL_AUX_STATIC_CAST(aux::type_wrapper<U>*,0))) …
96 …enum { msvc71_wknd_ = sizeof(Base::key_count(BOOST_MPL_AUX_STATIC_CAST(aux::type_wrapper<T>*,0))) …
101 key_count(aux::type_wrapper<T>*);
103 static char (& key_count(aux::type_wrapper<T>*) )[count_::value];
107 static typename aux::prior_key_count<U,Base>::type key_count(aux::type_wrapper<U>*);
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/mpl/multiset/aux_/
H A Ditem.hpp45 enum { msvc70_wknd_ = sizeof(Base::key_count(BOOST_MPL_AUX_STATIC_CAST(U*,0))) };
69 static typename prior_count<U>::type key_count(U*);
81 …enum { msvc71_wknd_ = sizeof(Base::key_count(BOOST_MPL_AUX_STATIC_CAST(aux::type_wrapper<U>*,0))) …
96 …enum { msvc71_wknd_ = sizeof(Base::key_count(BOOST_MPL_AUX_STATIC_CAST(aux::type_wrapper<T>*,0))) …
101 key_count(aux::type_wrapper<T>*);
103 static char (& key_count(aux::type_wrapper<T>*) )[count_::value];
107 static typename aux::prior_key_count<U,Base>::type key_count(aux::type_wrapper<U>*);
/dports/devel/R-cran-BH/BH/inst/include/boost/mpl/multiset/aux_/
H A Ditem.hpp45 enum { msvc70_wknd_ = sizeof(Base::key_count(BOOST_MPL_AUX_STATIC_CAST(U*,0))) };
69 static typename prior_count<U>::type key_count(U*);
81 …enum { msvc71_wknd_ = sizeof(Base::key_count(BOOST_MPL_AUX_STATIC_CAST(aux::type_wrapper<U>*,0))) …
96 …enum { msvc71_wknd_ = sizeof(Base::key_count(BOOST_MPL_AUX_STATIC_CAST(aux::type_wrapper<T>*,0))) …
101 key_count(aux::type_wrapper<T>*);
103 static char (& key_count(aux::type_wrapper<T>*) )[count_::value];
107 static typename aux::prior_key_count<U,Base>::type key_count(aux::type_wrapper<U>*);
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/mpl/multiset/aux_/
H A Ditem.hpp45 enum { msvc70_wknd_ = sizeof(Base::key_count(BOOST_MPL_AUX_STATIC_CAST(U*,0))) };
69 static typename prior_count<U>::type key_count(U*);
81 …enum { msvc71_wknd_ = sizeof(Base::key_count(BOOST_MPL_AUX_STATIC_CAST(aux::type_wrapper<U>*,0))) …
96 …enum { msvc71_wknd_ = sizeof(Base::key_count(BOOST_MPL_AUX_STATIC_CAST(aux::type_wrapper<T>*,0))) …
101 key_count(aux::type_wrapper<T>*);
103 static char (& key_count(aux::type_wrapper<T>*) )[count_::value];
107 static typename aux::prior_key_count<U,Base>::type key_count(aux::type_wrapper<U>*);

12345678910>>...66