Home
last modified time | relevance | path

Searched refs:_hash (Results 1 – 25 of 2231) sorted by relevance

12345678910>>...90

/dports/www/p5-HTML-Lint/HTML-Lint-2.32/lib/HTML/Lint/
H A DHTML4.pm54 address => _hash( @std ),
55 applet => _hash( @std ),
61 body => _hash( @std,
68 center => _hash( @std ),
69 cite => _hash(),
75 dd => _hash( @std ),
78 embed => _hash(
117 plaintext => _hash(),
124 table => _hash( @std,
130 td => _hash( @std,
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/perfschema/
H A Ddigest.h34 #define DIGEST_HASH_TO_STRING(_hash, _str) \ argument
40 _hash[0], _hash[1], _hash[2], _hash[3], _hash[4], _hash[5], \
41 _hash[6], _hash[7], _hash[8], _hash[9], _hash[10], _hash[11], \
42 _hash[12], _hash[13], _hash[14], _hash[15], _hash[16], _hash[17], \
43 _hash[18], _hash[19], _hash[20], _hash[21], _hash[22], _hash[23], \
44 _hash[24], _hash[25], _hash[26], _hash[27], _hash[28], _hash[29], \
45 _hash[30], _hash[31])
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_digest.h39 #define DIGEST_HASH_TO_STRING(_hash, _str) \ argument
45 _hash[0], _hash[1], _hash[2], _hash[3], _hash[4], _hash[5], \
46 _hash[6], _hash[7], _hash[8], _hash[9], _hash[10], _hash[11], \
47 _hash[12], _hash[13], _hash[14], _hash[15], _hash[16], _hash[17], \
48 _hash[18], _hash[19], _hash[20], _hash[21], _hash[22], _hash[23], \
49 _hash[24], _hash[25], _hash[26], _hash[27], _hash[28], _hash[29], \
50 _hash[30], _hash[31])
/dports/net/openmpi/openmpi-4.1.1/opal/mca/pmix/pmix3x/pmix/src/include/
H A Dhash_string.h31 register uint32_t _hash = 0; \
37 _hash += (_hash << 10); \
38 _hash ^= (_hash >> 6); \
41 _hash += (_hash << 3); \
42 _hash ^= (_hash >> 11); \
43 (hash) = (_hash + (_hash << 15)); \
60 _hash += (_hash << 10); \
61 _hash ^= (_hash >> 6); \
64 _hash += (_hash << 3); \
65 _hash ^= (_hash >> 11); \
[all …]
/dports/net/openmpi/openmpi-4.1.1/opal/include/opal/
H A Dhash_string.h31 register uint32_t _hash = 0; \
37 _hash += (_hash << 10); \
38 _hash ^= (_hash >> 6); \
41 _hash += (_hash << 3); \
42 _hash ^= (_hash >> 11); \
43 (hash) = (_hash + (_hash << 15)); \
60 _hash += (_hash << 10); \
61 _hash ^= (_hash >> 6); \
64 _hash += (_hash << 3); \
65 _hash ^= (_hash >> 11); \
[all …]
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/pmix/pmix2x/pmix/src/include/
H A Dhash_string.h31 register uint32_t _hash = 0; \
37 _hash += (_hash << 10); \
38 _hash ^= (_hash >> 6); \
41 _hash += (_hash << 3); \
42 _hash ^= (_hash >> 11); \
43 (hash) = (_hash + (_hash << 15)); \
60 _hash += (_hash << 10); \
61 _hash ^= (_hash >> 6); \
64 _hash += (_hash << 3); \
65 _hash ^= (_hash >> 11); \
[all …]
/dports/net/openmpi3/openmpi-3.1.6/opal/include/opal/
H A Dhash_string.h31 register uint32_t _hash = 0; \
37 _hash += (_hash << 10); \
38 _hash ^= (_hash >> 6); \
41 _hash += (_hash << 3); \
42 _hash ^= (_hash >> 11); \
43 (hash) = (_hash + (_hash << 15)); \
60 _hash += (_hash << 10); \
61 _hash ^= (_hash >> 6); \
64 _hash += (_hash << 3); \
65 _hash ^= (_hash >> 11); \
[all …]
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/util/
H A Dhash.h59 _hash += (_hash << 10); \
60 _hash ^= (_hash >> 6); \
63 _hash += (_hash << 3); \
64 _hash ^= (_hash >> 11); \
65 (hash) = (_hash + (_hash << 15)); \
91 _hash += (_hash << 10); \
92 _hash ^= (_hash >> 6); \
95 _hash += (_hash << 3); \
96 _hash ^= (_hash >> 11); \
97 (hash) = (_hash + (_hash << 15)); \
[all …]
/dports/textproc/redisearch/RediSearch-2.2.5/src/dep/friso/
H A Dfriso_hash.c141 _hash->threshold = ( uint_t ) ( _hash->length * _hash->factor ); in rebuild_hash()
161 _hash->size = 0; in new_hash_table()
163 _hash->threshold = ( uint_t ) ( _hash->length * _hash->factor ); in new_hash_table()
164 _hash->table = create_hash_entries( _hash->length ); in new_hash_table()
166 return _hash; in new_hash_table()
170 friso_hash_t _hash, in free_hash_table() argument
188 FRISO_FREE( _hash ); in free_hash_table()
195 friso_hash_t _hash, in hash_put_mapping() argument
216 _hash->table[bucket] = new_hash_entry( key, value, _hash->table[bucket] ); in hash_put_mapping()
217 _hash->size++; in hash_put_mapping()
[all …]
/dports/textproc/redisearch16/RediSearch-1.6.16/src/dep/friso/
H A Dfriso_hash.c141 _hash->threshold = ( uint_t ) ( _hash->length * _hash->factor ); in rebuild_hash()
161 _hash->size = 0; in new_hash_table()
163 _hash->threshold = ( uint_t ) ( _hash->length * _hash->factor ); in new_hash_table()
164 _hash->table = create_hash_entries( _hash->length ); in new_hash_table()
166 return _hash; in new_hash_table()
170 friso_hash_t _hash, in free_hash_table() argument
188 FRISO_FREE( _hash ); in free_hash_table()
195 friso_hash_t _hash, in hash_put_mapping() argument
216 _hash->table[bucket] = new_hash_entry( key, value, _hash->table[bucket] ); in hash_put_mapping()
217 _hash->size++; in hash_put_mapping()
[all …]
/dports/textproc/redisearch20/RediSearch-2.0.15/src/dep/friso/
H A Dfriso_hash.c141 _hash->threshold = ( uint_t ) ( _hash->length * _hash->factor ); in rebuild_hash()
161 _hash->size = 0; in new_hash_table()
163 _hash->threshold = ( uint_t ) ( _hash->length * _hash->factor ); in new_hash_table()
164 _hash->table = create_hash_entries( _hash->length ); in new_hash_table()
166 return _hash; in new_hash_table()
170 friso_hash_t _hash, in free_hash_table() argument
188 FRISO_FREE( _hash ); in free_hash_table()
195 friso_hash_t _hash, in hash_put_mapping() argument
216 _hash->table[bucket] = new_hash_entry( key, value, _hash->table[bucket] ); in hash_put_mapping()
217 _hash->size++; in hash_put_mapping()
[all …]
/dports/net/p5-OurNet-BBS/OurNet-BBS-1.66/lib/OurNet/BBS/MAPLE2/
H A DArticle.pm54 $self->{_hash}{time} = $chrono;
69 $self->{_hash}{date} ||=
75 $self->{_hash}{body} = <$DIR>;
80 if ($self->{_hash}{body} =~
89 $self->{_hash}{title} =~ s/^�� //
92 $self->{_hash}{header} = {
157 $self->{_hash}{title} =
183 $self->{_hash}{author}." ".
184 (defined $self->{_hash}{nick}
197 $self->{_hash}{$key} = $value;
[all …]
H A DSession.pm26 return if exists $self->{_hash}{chat};
31 tie $self->{_hash}{chat}, 'OurNet::BBS::SocketScalar',
37 $self->{_hash}{chatid} = $self->{_hash}{userid};
51 --$self->{_hash}{msgcount};
54 $self->{_hash}{cb_msg} ($from, $message) if $self->{_hash}{cb_msg};
59 $self->{_hash}{pid} = 0;
71 $self->{_hash}{msgs} =
73 $self->{_hash}{msgcount}++;
74 kill SIGUSR2, $self->{_hash}{pid};
91 $self->{_hash}{$key} = $value;
[all …]
/dports/www/mitmproxy/mitmproxy-7.0.4/test/mitmproxy/addons/
H A Dtest_serverplayback.py71 assert sp._hash(r) == sp._hash(r2)
73 assert sp._hash(r) == sp._hash(r2)
86 assert s._hash(r) == s._hash(r2)
95 assert s._hash(r) == s._hash(r2)
97 assert s._hash(r) == s._hash(r2)
99 assert s._hash(r) == s._hash(r2)
101 assert s._hash(r) == s._hash(r2)
125 assert s._hash(r) == s._hash(r2)
146 assert s._hash(r) == s._hash(r2)
161 assert s._hash(r) == s._hash(r2)
[all …]
/dports/net/p5-OurNet-BBS/OurNet-BBS-1.66/lib/OurNet/BBS/MAPLE3/
H A DArticle.pm66 and defined $self->{_hash}{body};
68 $self->{_hash}{date} ||= sprintf(
78 $self->{_hash}{header}
89 $self->{_hash}{body} = <$DIR>;
93 if ($self->{_hash}{body} =~
102 $self->{_hash}{header} = {
158 $self->{_hash}{time} = $cachetime;
166 $self->{_hash}{filemode} = 0;
196 (defined $self->{_hash}{nick}
209 $self->{_hash}{$key} = $value;
[all …]
/dports/devel/php-ice37/ice-3.7.2/cpp/test/Ice/hash/
H A DClient.cpp52 test(obj->_hash() == obj->_hash()); in run()
71 proxyMap["prx1"] = prx1->_hash(); in run()
72 proxyMap["prx2"] = prx2->_hash(); in run()
73 proxyMap["prx3"] = prx3->_hash(); in run()
74 proxyMap["prx4"] = prx4->_hash(); in run()
75 proxyMap["prx5"] = prx5->_hash(); in run()
76 proxyMap["prx6"] = prx6->_hash(); in run()
77 proxyMap["prx7"] = prx7->_hash(); in run()
78 proxyMap["prx8"] = prx8->_hash(); in run()
79 proxyMap["prx9"] = prx9->_hash(); in run()
[all …]
/dports/devel/ice37/ice-3.7.2/cpp/test/Ice/hash/
H A DClient.cpp52 test(obj->_hash() == obj->_hash()); in run()
71 proxyMap["prx1"] = prx1->_hash(); in run()
72 proxyMap["prx2"] = prx2->_hash(); in run()
73 proxyMap["prx3"] = prx3->_hash(); in run()
74 proxyMap["prx4"] = prx4->_hash(); in run()
75 proxyMap["prx5"] = prx5->_hash(); in run()
76 proxyMap["prx6"] = prx6->_hash(); in run()
77 proxyMap["prx7"] = prx7->_hash(); in run()
78 proxyMap["prx8"] = prx8->_hash(); in run()
79 proxyMap["prx9"] = prx9->_hash(); in run()
[all …]
/dports/devel/py-ice37/ice-3.7.2/cpp/test/Ice/hash/
H A DClient.cpp52 test(obj->_hash() == obj->_hash()); in run()
71 proxyMap["prx1"] = prx1->_hash(); in run()
72 proxyMap["prx2"] = prx2->_hash(); in run()
73 proxyMap["prx3"] = prx3->_hash(); in run()
74 proxyMap["prx4"] = prx4->_hash(); in run()
75 proxyMap["prx5"] = prx5->_hash(); in run()
76 proxyMap["prx6"] = prx6->_hash(); in run()
77 proxyMap["prx7"] = prx7->_hash(); in run()
78 proxyMap["prx8"] = prx8->_hash(); in run()
79 proxyMap["prx9"] = prx9->_hash(); in run()
[all …]
/dports/net/p5-OurNet-BBS/OurNet-BBS-1.66/lib/OurNet/BBS/RAM/
H A DArticle.pm21 and defined $self->{_hash}{body};
24 $self->{_hash}{body} = '' if 0;
34 and defined $self->{_hash}{header};
41 $self->{_hash}{header} = {
43 $self->{_hash}{author} .
46 Subject => $self->{_hash}{title},
66 if ($self->{_hash}{id} and $self->{_hash}{id} ne $self->{name});
74 $self->{_hash}{author} ||= 'guest.';
75 $self->{_hash}{date} ||= time2str(
97 $self->{_hash}{$key} = $value;
[all …]
/dports/www/pear-Horde_SessionHandler/Horde_SessionHandler-2.2.9/lib/Horde/SessionHandler/Storage/
H A DHashtable.php31 protected $_hash; variable in Horde_SessionHandler_Storage_Hashtable
66 $this->_hash = $params['hashtable'];
87 $this->_hash->unlock($this->_id);
96 $this->_hash->lock($id);
101 $this->_hash->unlock($id);
137 $this->_hash->lock($this->_trackID);
141 $this->_hash->unlock($this->_trackID);
151 $res = $this->_hash->delete($id);
152 $this->_hash->unlock($id);
159 $this->_hash->lock($this->_trackID);
[all …]
/dports/net/p5-OurNet-BBS/OurNet-BBS-1.66/lib/OurNet/BBS/MELIX/
H A DSession.pm24 @{$self->{_hash}{pmsgs}} = unpack('S9', $self->{_hash}{msgs});
29 return if exists $self->{_hash}{chat};
44 $self->{_hash}{chatid} = $self->{_hash}{userid};
57 $self->{_hash}{msgs} = pack('S9', 0);
59 $self->{_hash}{cb_msg} ($from, $message) if $self->{_hash}{cb_msg};
65 $self->{_hash}{pid} = 0;
99 $self->{_hash}{msgs} = pack('S', $head + 1);
102 kill SIGUSR2, $self->{_hash}{pid};
118 $self->{_hash}{$key} = $value;
126 return unless $self->{_hash}{flag};
[all …]
/dports/www/p5-HTML-DOM/HTML-DOM-0.058/lib/HTML/DOM/
H A DInterface.pm207 _hash => 0,
255 _hash => 0,
296 _hash => 0,
302 _hash => 1,
315 _hash => 0,
327 _hash => 0,
336 _hash => 0,
342 _hash => 0,
347 _hash => 0,
351 _hash => 1,
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/char/tpm/
H A Dtpm-sysfs.c392 F(_alg, _hash, 0) \
393 F(_alg, _hash, 1) \
394 F(_alg, _hash, 2) \
395 F(_alg, _hash, 3) \
396 F(_alg, _hash, 4) \
397 F(_alg, _hash, 5) \
398 F(_alg, _hash, 6) \
399 F(_alg, _hash, 7) \
400 F(_alg, _hash, 8) \
401 F(_alg, _hash, 9) \
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/char/tpm/
H A Dtpm-sysfs.c392 F(_alg, _hash, 0) \
393 F(_alg, _hash, 1) \
394 F(_alg, _hash, 2) \
395 F(_alg, _hash, 3) \
396 F(_alg, _hash, 4) \
397 F(_alg, _hash, 5) \
398 F(_alg, _hash, 6) \
399 F(_alg, _hash, 7) \
400 F(_alg, _hash, 8) \
401 F(_alg, _hash, 9) \
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/char/tpm/
H A Dtpm-sysfs.c392 F(_alg, _hash, 0) \
393 F(_alg, _hash, 1) \
394 F(_alg, _hash, 2) \
395 F(_alg, _hash, 3) \
396 F(_alg, _hash, 4) \
397 F(_alg, _hash, 5) \
398 F(_alg, _hash, 6) \
399 F(_alg, _hash, 7) \
400 F(_alg, _hash, 8) \
401 F(_alg, _hash, 9) \
[all …]

12345678910>>...90