Home
last modified time | relevance | path

Searched refs:myslots (Results 1 – 9 of 9) sorted by relevance

/dports/biology/p5-BioPerl/BioPerl-1.7.7/lib/Bio/Seq/
H A DSeqBuilder.pm417 my $myslots = $self->{'wanted_slots'};
419 if(! grep { $slot eq $_; } @$myslots) {
420 push(@$myslots, $slot);
476 my $myslots = $self->{'unwanted_slots'};
478 if(! grep { $slot eq $_; } @$myslots) {
479 push(@$myslots, $slot);
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DSaveGameIterator.cpp382 std::vector<int> myslots; in PruneQuickSave() local
386 size_t pos = myslots.size(); in PruneQuickSave()
387 while(pos-- && myslots[pos]>tmp) ; in PruneQuickSave()
388 myslots.insert(myslots.begin()+pos+1,tmp); in PruneQuickSave()
392 size_t size = myslots.size(); in PruneQuickSave()
398 int n=myslots[size-1]; in PruneQuickSave()
403 FormatQuickSavePath(from, myslots[hole]); in PruneQuickSave()
404 myslots.erase(myslots.begin()+hole); in PruneQuickSave()
409 size = myslots.size(); in PruneQuickSave()
411 FormatQuickSavePath(from, myslots[i]); in PruneQuickSave()
[all …]
/dports/databases/redis6/redis-6.0.16/src/
H A Dcluster.h265 unsigned char myslots[CLUSTER_SLOTS/8]; member
H A Dcluster.c2033 hdr->myslots,sizeof(hdr->myslots)) != 0; in clusterProcessPacket()
2041 clusterUpdateSlotsConfigWith(sender,senderConfigEpoch,hdr->myslots); in clusterProcessPacket()
2065 if (bitmapTestBit(hdr->myslots,j)) { in clusterProcessPacket()
2434 memcpy(hdr->myslots,master->slots,sizeof(hdr->myslots)); in clusterBuildMessageHdr()
2862 unsigned char *claimed_slots = request->myslots; in clusterSendFailoverAuthIfNeeded()
/dports/databases/redis5/redis-5.0.14/src/
H A Dcluster.h267 unsigned char myslots[CLUSTER_SLOTS/8]; member
H A Dcluster.c1975 hdr->myslots,sizeof(hdr->myslots)) != 0; in clusterProcessPacket()
1983 clusterUpdateSlotsConfigWith(sender,senderConfigEpoch,hdr->myslots); in clusterProcessPacket()
2007 if (bitmapTestBit(hdr->myslots,j)) { in clusterProcessPacket()
2324 memcpy(hdr->myslots,master->slots,sizeof(hdr->myslots)); in clusterBuildMessageHdr()
2750 unsigned char *claimed_slots = request->myslots; in clusterSendFailoverAuthIfNeeded()
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dcluster.h286 unsigned char myslots[CLUSTER_SLOTS/8]; member
H A Dcluster.c2144 hdr->myslots,sizeof(hdr->myslots)) != 0; in clusterProcessPacket()
2152 clusterUpdateSlotsConfigWith(sender,senderConfigEpoch,hdr->myslots); in clusterProcessPacket()
2176 if (bitmapTestBit(hdr->myslots,j)) { in clusterProcessPacket()
2549 memcpy(hdr->myslots,master->slots,sizeof(hdr->myslots)); in clusterBuildMessageHdr()
2986 unsigned char *claimed_slots = request->myslots; in clusterSendFailoverAuthIfNeeded()
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-c/examples/
H A Dcluster.c1887 hdr->myslots,sizeof(hdr->myslots)) != 0; in clusterProcessPacket()
1895 clusterUpdateSlotsConfigWith(sender,senderConfigEpoch,hdr->myslots); in clusterProcessPacket()
1919 if (bitmapTestBit(hdr->myslots,j)) { in clusterProcessPacket()
2227 memcpy(hdr->myslots,master->slots,sizeof(hdr->myslots)); in clusterBuildMessageHdr()
2598 unsigned char *claimed_slots = request->myslots; in clusterSendFailoverAuthIfNeeded()