Home
last modified time | relevance | path

Searched refs:hashslot (Results 1 – 25 of 140) sorted by relevance

123456

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMStringPool.java110 int hashslot=s.hashCode()%HASHPRIME; in stringToIndex() local
111 if(hashslot<0) hashslot=-hashslot; in stringToIndex()
114 int hashlast=m_hashStart[hashslot]; in stringToIndex()
131 m_hashStart[hashslot]=newIndex; in stringToIndex()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMStringPool.java110 int hashslot=s.hashCode()%HASHPRIME; in stringToIndex() local
111 if(hashslot<0) hashslot=-hashslot; in stringToIndex()
114 int hashlast=m_hashStart[hashslot]; in stringToIndex()
131 m_hashStart[hashslot]=newIndex; in stringToIndex()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMStringPool.java110 int hashslot=s.hashCode()%HASHPRIME; in stringToIndex() local
111 if(hashslot<0) hashslot=-hashslot; in stringToIndex()
114 int hashlast=m_hashStart[hashslot]; in stringToIndex()
131 m_hashStart[hashslot]=newIndex; in stringToIndex()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMStringPool.java110 int hashslot=s.hashCode()%HASHPRIME; in stringToIndex() local
111 if(hashslot<0) hashslot=-hashslot; in stringToIndex()
114 int hashlast=m_hashStart[hashslot]; in stringToIndex()
131 m_hashStart[hashslot]=newIndex; in stringToIndex()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMStringPool.java110 int hashslot=s.hashCode()%HASHPRIME; in stringToIndex() local
111 if(hashslot<0) hashslot=-hashslot; in stringToIndex()
114 int hashlast=m_hashStart[hashslot]; in stringToIndex()
131 m_hashStart[hashslot]=newIndex; in stringToIndex()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMStringPool.java110 int hashslot=s.hashCode()%HASHPRIME; in stringToIndex() local
111 if(hashslot<0) hashslot=-hashslot; in stringToIndex()
114 int hashlast=m_hashStart[hashslot]; in stringToIndex()
131 m_hashStart[hashslot]=newIndex; in stringToIndex()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMStringPool.java110 int hashslot=s.hashCode()%HASHPRIME; in stringToIndex() local
111 if(hashslot<0) hashslot=-hashslot; in stringToIndex()
114 int hashlast=m_hashStart[hashslot]; in stringToIndex()
131 m_hashStart[hashslot]=newIndex; in stringToIndex()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMStringPool.java110 int hashslot=s.hashCode()%HASHPRIME; in stringToIndex() local
111 if(hashslot<0) hashslot=-hashslot; in stringToIndex()
114 int hashlast=m_hashStart[hashslot]; in stringToIndex()
131 m_hashStart[hashslot]=newIndex; in stringToIndex()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMStringPool.java111 int hashslot=s.hashCode()%HASHPRIME; in stringToIndex() local
112 if(hashslot<0) hashslot=-hashslot; in stringToIndex()
115 int hashlast=m_hashStart[hashslot]; in stringToIndex()
132 m_hashStart[hashslot]=newIndex; in stringToIndex()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMStringPool.java111 int hashslot=s.hashCode()%HASHPRIME; in stringToIndex() local
112 if(hashslot<0) hashslot=-hashslot; in stringToIndex()
115 int hashlast=m_hashStart[hashslot]; in stringToIndex()
132 m_hashStart[hashslot]=newIndex; in stringToIndex()
/dports/net-mgmt/nagios4/nagios-4.4.6/common/
H A Dstatusdata.c172 int hashslot = 0; in add_hoststatus_to_hashlist() local
189 hashslot = hashfunc(new_hoststatus->host_name, NULL, HOSTSTATUS_HASHSLOTS); in add_hoststatus_to_hashlist()
191 …for(temp_hoststatus = hoststatus_hashlist[hashslot]; temp_hoststatus && compare_hashdata(temp_host… in add_hoststatus_to_hashlist()
198 hoststatus_hashlist[hashslot] = new_hoststatus; in add_hoststatus_to_hashlist()
211 int hashslot = 0; in add_servicestatus_to_hashlist() local
228hashslot = hashfunc(new_servicestatus->host_name, new_servicestatus->description, SERVICESTATUS_HA… in add_servicestatus_to_hashlist()
230 …for(temp_servicestatus = servicestatus_hashlist[hashslot]; temp_servicestatus && compare_hashdata(… in add_servicestatus_to_hashlist()
237 servicestatus_hashlist[hashslot] = new_servicestatus; in add_servicestatus_to_hashlist()
H A Dcomments.c137 int hashslot = 0; in delete_comment() local
162 hashslot = hashfunc(this_comment->host_name, NULL, COMMENT_HASHSLOTS); in delete_comment()
164 for(this_hash = comment_hashlist[hashslot]; this_hash; this_hash = this_hash->nexthash) { in delete_comment()
170 comment_hashlist[hashslot] = this_hash->nexthash; in delete_comment()
172 comment_hashlist[hashslot] = NULL; in delete_comment()
347 int hashslot = 0; in add_comment_to_hashlist() local
364 hashslot = hashfunc(new_comment->host_name, NULL, COMMENT_HASHSLOTS); in add_comment_to_hashlist()
366 …for(temp_comment = comment_hashlist[hashslot]; temp_comment && compare_hashdata(temp_comment->host… in add_comment_to_hashlist()
376 comment_hashlist[hashslot] = new_comment; in add_comment_to_hashlist()
/dports/net-mgmt/nagios/nagios-3.5.1/common/
H A Dstatusdata.c239 int hashslot = 0; in add_hoststatus_to_hashlist() local
256 hashslot = hashfunc(new_hoststatus->host_name, NULL, HOSTSTATUS_HASHSLOTS); in add_hoststatus_to_hashlist()
258 …for(temp_hoststatus = hoststatus_hashlist[hashslot]; temp_hoststatus && compare_hashdata(temp_host… in add_hoststatus_to_hashlist()
265 hoststatus_hashlist[hashslot] = new_hoststatus; in add_hoststatus_to_hashlist()
278 int hashslot = 0; in add_servicestatus_to_hashlist() local
295hashslot = hashfunc(new_servicestatus->host_name, new_servicestatus->description, SERVICESTATUS_HA… in add_servicestatus_to_hashlist()
297 …for(temp_servicestatus = servicestatus_hashlist[hashslot]; temp_servicestatus && compare_hashdata(… in add_servicestatus_to_hashlist()
304 servicestatus_hashlist[hashslot] = new_servicestatus; in add_servicestatus_to_hashlist()
H A Dcomments.c173 int hashslot = 0; in delete_comment() local
202 hashslot = hashfunc(this_comment->host_name, NULL, COMMENT_HASHSLOTS); in delete_comment()
204 for(this_hash = comment_hashlist[hashslot]; this_hash; this_hash = this_hash->nexthash) { in delete_comment()
210 comment_hashlist[hashslot] = this_hash->nexthash; in delete_comment()
212 comment_hashlist[hashslot] = NULL; in delete_comment()
404 int hashslot = 0; in add_comment_to_hashlist() local
421 hashslot = hashfunc(new_comment->host_name, NULL, COMMENT_HASHSLOTS); in add_comment_to_hashlist()
423 …for(temp_comment = comment_hashlist[hashslot]; temp_comment && compare_hashdata(temp_comment->host… in add_comment_to_hashlist()
433 comment_hashlist[hashslot] = new_comment; in add_comment_to_hashlist()
/dports/databases/redis5/redis-5.0.14/src/
H A Ddb.c1495 server.cluster->slots_keys_count[hashslot] += add ? 1 : -1; in slotToKeyUpdateKey()
1497 indexed[0] = (hashslot >> 8) & 0xff; in slotToKeyUpdateKey()
1498 indexed[1] = hashslot & 0xff; in slotToKeyUpdateKey()
1531 indexed[0] = (hashslot >> 8) & 0xff; in getKeysInSlot()
1532 indexed[1] = hashslot & 0xff; in getKeysInSlot()
1545 unsigned int delKeysInSlot(unsigned int hashslot) { in delKeysInSlot() argument
1550 indexed[0] = (hashslot >> 8) & 0xff; in delKeysInSlot()
1551 indexed[1] = hashslot & 0xff; in delKeysInSlot()
1553 while(server.cluster->slots_keys_count[hashslot]) { in delKeysInSlot()
1566 unsigned int countKeysInSlot(unsigned int hashslot) { in countKeysInSlot() argument
[all …]
/dports/databases/redis6/redis-6.0.16/src/
H A Ddb.c1781 unsigned int hashslot = keyHashSlot(key,keylen); in slotToKeyUpdateKey() local
1787 indexed[0] = (hashslot >> 8) & 0xff; in slotToKeyUpdateKey()
1788 indexed[1] = hashslot & 0xff; in slotToKeyUpdateKey()
1835 indexed[0] = (hashslot >> 8) & 0xff; in getKeysInSlot()
1836 indexed[1] = hashslot & 0xff; in getKeysInSlot()
1849 unsigned int delKeysInSlot(unsigned int hashslot) { in delKeysInSlot() argument
1854 indexed[0] = (hashslot >> 8) & 0xff; in delKeysInSlot()
1855 indexed[1] = hashslot & 0xff; in delKeysInSlot()
1857 while(server.cluster->slots_keys_count[hashslot]) { in delKeysInSlot()
1870 unsigned int countKeysInSlot(unsigned int hashslot) { in countKeysInSlot() argument
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/executor/
H A DnodeAgg.c408 TupleTableSlot *hashslot);
1221 TupleTableSlot *hashslot) in prepare_hash_slot() argument
1227 ExecClearTuple(hashslot); in prepare_hash_slot()
1236 ExecStoreVirtualTuple(hashslot); in prepare_hash_slot()
1679 perhash->hashslot = in find_hash_columns()
2105 TupleTableSlot *hashslot = perhash->hashslot; in lookup_hash_entries() local
2117 hashslot); in lookup_hash_entries()
2658 TupleTableSlot *hashslot = perhash->hashslot; in agg_refill_hash_table() local
2676 hashslot); in agg_refill_hash_table()
2802 TupleTableSlot *hashslot = perhash->hashslot; in agg_retrieve_hash_table_in_memory() local
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/executor/
H A DnodeAgg.c408 TupleTableSlot *hashslot);
1221 TupleTableSlot *hashslot) in prepare_hash_slot() argument
1227 ExecClearTuple(hashslot); in prepare_hash_slot()
1236 ExecStoreVirtualTuple(hashslot); in prepare_hash_slot()
1679 perhash->hashslot = in find_hash_columns()
2105 TupleTableSlot *hashslot = perhash->hashslot; in lookup_hash_entries() local
2117 hashslot); in lookup_hash_entries()
2658 TupleTableSlot *hashslot = perhash->hashslot; in agg_refill_hash_table() local
2676 hashslot); in agg_refill_hash_table()
2802 TupleTableSlot *hashslot = perhash->hashslot; in agg_retrieve_hash_table_in_memory() local
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/executor/
H A DnodeAgg.c408 TupleTableSlot *hashslot);
1229 TupleTableSlot *hashslot)
1235 ExecClearTuple(hashslot);
1244 ExecStoreVirtualTuple(hashslot);
1686 perhash->hashslot =
2113 TupleTableSlot *hashslot = perhash->hashslot; in sqlfunction_shutdown()
2125 hashslot); in sqlfunction_shutdown()
2666 TupleTableSlot *hashslot = perhash->hashslot;
2684 hashslot);
2810 TupleTableSlot *hashslot = perhash->hashslot;
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/executor/
H A DnodeAgg.c408 TupleTableSlot *hashslot);
1221 TupleTableSlot *hashslot) in prepare_hash_slot() argument
1227 ExecClearTuple(hashslot); in prepare_hash_slot()
1236 ExecStoreVirtualTuple(hashslot); in prepare_hash_slot()
1679 perhash->hashslot = in find_hash_columns()
2105 TupleTableSlot *hashslot = perhash->hashslot; in lookup_hash_entries() local
2117 hashslot); in lookup_hash_entries()
2658 TupleTableSlot *hashslot = perhash->hashslot; in agg_refill_hash_table() local
2676 hashslot); in agg_refill_hash_table()
2802 TupleTableSlot *hashslot = perhash->hashslot; in agg_retrieve_hash_table_in_memory() local
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/executor/
H A DnodeAgg.c408 TupleTableSlot *hashslot);
1221 TupleTableSlot *hashslot) in prepare_hash_slot() argument
1227 ExecClearTuple(hashslot); in prepare_hash_slot()
1236 ExecStoreVirtualTuple(hashslot); in prepare_hash_slot()
1679 perhash->hashslot = in find_hash_columns()
2105 TupleTableSlot *hashslot = perhash->hashslot; in lookup_hash_entries() local
2117 hashslot); in lookup_hash_entries()
2658 TupleTableSlot *hashslot = perhash->hashslot; in agg_refill_hash_table() local
2676 hashslot); in agg_refill_hash_table()
2802 TupleTableSlot *hashslot = perhash->hashslot; in agg_retrieve_hash_table_in_memory() local
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/executor/
H A DnodeAgg.c408 TupleTableSlot *hashslot);
1221 TupleTableSlot *hashslot) in prepare_hash_slot() argument
1227 ExecClearTuple(hashslot); in prepare_hash_slot()
1236 ExecStoreVirtualTuple(hashslot); in prepare_hash_slot()
1679 perhash->hashslot = in find_hash_columns()
2105 TupleTableSlot *hashslot = perhash->hashslot; in lookup_hash_entries() local
2117 hashslot); in lookup_hash_entries()
2658 TupleTableSlot *hashslot = perhash->hashslot; in agg_refill_hash_table() local
2676 hashslot); in agg_refill_hash_table()
2802 TupleTableSlot *hashslot = perhash->hashslot; in agg_retrieve_hash_table_in_memory() local
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/executor/
H A DnodeAgg.c408 TupleTableSlot *hashslot);
1229 TupleTableSlot *hashslot) in prepare_hash_slot() argument
1235 ExecClearTuple(hashslot); in prepare_hash_slot()
1244 ExecStoreVirtualTuple(hashslot); in prepare_hash_slot()
1686 perhash->hashslot = in find_hash_columns()
2113 TupleTableSlot *hashslot = perhash->hashslot; in lookup_hash_entries() local
2125 hashslot); in lookup_hash_entries()
2666 TupleTableSlot *hashslot = perhash->hashslot; in agg_refill_hash_table() local
2684 hashslot); in agg_refill_hash_table()
2810 TupleTableSlot *hashslot = perhash->hashslot; in agg_retrieve_hash_table_in_memory() local
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/executor/
H A DnodeAgg.c408 TupleTableSlot *hashslot);
1221 TupleTableSlot *hashslot) in prepare_hash_slot() argument
1227 ExecClearTuple(hashslot); in prepare_hash_slot()
1236 ExecStoreVirtualTuple(hashslot); in prepare_hash_slot()
1679 perhash->hashslot = in find_hash_columns()
2105 TupleTableSlot *hashslot = perhash->hashslot; in lookup_hash_entries() local
2117 hashslot); in lookup_hash_entries()
2658 TupleTableSlot *hashslot = perhash->hashslot; in agg_refill_hash_table() local
2676 hashslot); in agg_refill_hash_table()
2802 TupleTableSlot *hashslot = perhash->hashslot; in agg_retrieve_hash_table_in_memory() local
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/executor/
H A DnodeAgg.c408 TupleTableSlot *hashslot);
1229 TupleTableSlot *hashslot) in prepare_hash_slot() argument
1235 ExecClearTuple(hashslot); in prepare_hash_slot()
1244 ExecStoreVirtualTuple(hashslot); in prepare_hash_slot()
1686 perhash->hashslot = in find_hash_columns()
2113 TupleTableSlot *hashslot = perhash->hashslot; in lookup_hash_entries() local
2125 hashslot); in lookup_hash_entries()
2666 TupleTableSlot *hashslot = perhash->hashslot; in agg_refill_hash_table() local
2684 hashslot); in agg_refill_hash_table()
2810 TupleTableSlot *hashslot = perhash->hashslot; in agg_retrieve_hash_table_in_memory() local
[all …]

123456