Home
last modified time | relevance | path

Searched refs:segmentInfo (Results 1 – 25 of 50) sorted by relevance

12

/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/zendframework/zendsearch/library/ZendSearch/Lucene/Index/
H A DSegmentMerger.php84 public function addSource(SegmentInfo $segmentInfo) argument
86 $this->_segmentInfos[$segmentInfo->getName()] = $segmentInfo;
141 if ($segmentInfo->hasDeletions()) {
144 $docs = $segmentInfo->count();
167 $fdtFile = $segmentInfo->openCompoundFile('.fdt');
198 if (!$segmentInfo->isDeleted($count)) {
219 if ($segmentInfo->currentTerm() !== null) {
220 $segmentInfoQueue->put($segmentInfo);
244 $segmentInfo->nextTerm();
246 if ($segmentInfo->currentTerm() !== null) {
[all …]
H A DWriter.php251 foreach ($this->_segmentInfos as $segName => $segmentInfo) {
252 $segmentSizes[$segName] = $segmentInfo->count();
315 foreach ($this->_segmentInfos as $segName => $segmentInfo) {
316 $segmentSizes[$segName] = $segmentInfo->count();
365 foreach ($segments as $segmentInfo) {
366 $merger->addSource($segmentInfo);
367 $this->_segmentsToDelete[$segmentInfo->getName()] = $segmentInfo->getName();
556 $newSegmentFile->writeInt($segmentInfo->count());
571 $segments[$segmentInfo->getName()] = $segmentInfo->count();
572 $this->_segmentInfos[$segName] = $segmentInfo;
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/zendframework/zendsearch/library/ZendSearch/Lucene/
H A DIndex.php503 $numDocs += $segmentInfo->numDocs();
528 $segmentStartId += $segmentInfo->count();
531 if (isset($segmentInfo)) {
845 $segmentStartId += $segmentInfo->count();
1083 if ($segmentInfo->hasDeletions()) {
1116 $segmentStartId += $segmentInfo->count();
1118 $segmentInfo->delete($id - $segmentStartId);
1196 $segmentInfo->resetTermsStream();
1200 $segmentInfoQueue->put($segmentInfo);
1212 if ($segmentInfo->nextTerm() !== null) {
[all …]
/dports/audio/fdk-aac/fdk-aac-2.0.2/libAACdec/src/
H A Daacdec_hcrs.cpp158 pNumSegment = &(pHcr->segmentInfo.numSegment); in DecodeNonPCWs()
232 pHcr->segmentInfo.segmentOffset = in DecodeNonPCWs()
338 pHcr->segmentInfo.readDirection = in DecodeNonPCWs()
603 readDirection = pHcr->segmentInfo.readDirection; in Hcr_State_BODY_ONLY()
606 segmentOffset = pHcr->segmentInfo.segmentOffset; in Hcr_State_BODY_ONLY()
735 readDirection = pHcr->segmentInfo.readDirection; in Hcr_State_BODY_SIGN__BODY()
738 segmentOffset = pHcr->segmentInfo.segmentOffset; in Hcr_State_BODY_SIGN__BODY()
873 readDirection = pHcr->segmentInfo.readDirection; in Hcr_State_BODY_SIGN__SIGN()
876 segmentOffset = pHcr->segmentInfo.segmentOffset; in Hcr_State_BODY_SIGN__SIGN()
986 readDirection = pHcr->segmentInfo.readDirection; in Hcr_State_BODY_SIGN_ESC__BODY()
[all …]
H A Daacdec_hcr.cpp457 pHcr->segmentInfo.numSegment, in HcrDecoder()
816 INT *pLeftStartOfSegment = pHcr->segmentInfo.pLeftStartOfSegment; in HcrPrepareSegmentationGrid()
817 INT *pRightStartOfSegment = pHcr->segmentInfo.pRightStartOfSegment; in HcrPrepareSegmentationGrid()
818 SCHAR *pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment; in HcrPrepareSegmentationGrid()
858 pHcr->segmentInfo.numSegment = numSegment; in HcrPrepareSegmentationGrid()
885 UINT numSegment = pHcr->segmentInfo.numSegment; in HcrExtendedSectionInfo()
1021 INT *pLeftStartOfSegment = pHcr->segmentInfo.pLeftStartOfSegment; in DecodePCWs()
1022 SCHAR *pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment; in DecodePCWs()
1296 SCHAR *pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment; in errDetectWithinSegmentationFinal()
1297 UINT numSegment = pHcr->segmentInfo.numSegment; in errDetectWithinSegmentationFinal()
/dports/multimedia/handbrake/fdk-aac-2.0.1/libAACdec/src/
H A Daacdec_hcrs.cpp158 pNumSegment = &(pHcr->segmentInfo.numSegment); in DecodeNonPCWs()
232 pHcr->segmentInfo.segmentOffset = in DecodeNonPCWs()
338 pHcr->segmentInfo.readDirection = in DecodeNonPCWs()
603 readDirection = pHcr->segmentInfo.readDirection; in Hcr_State_BODY_ONLY()
606 segmentOffset = pHcr->segmentInfo.segmentOffset; in Hcr_State_BODY_ONLY()
735 readDirection = pHcr->segmentInfo.readDirection; in Hcr_State_BODY_SIGN__BODY()
738 segmentOffset = pHcr->segmentInfo.segmentOffset; in Hcr_State_BODY_SIGN__BODY()
873 readDirection = pHcr->segmentInfo.readDirection; in Hcr_State_BODY_SIGN__SIGN()
876 segmentOffset = pHcr->segmentInfo.segmentOffset; in Hcr_State_BODY_SIGN__SIGN()
986 readDirection = pHcr->segmentInfo.readDirection; in Hcr_State_BODY_SIGN_ESC__BODY()
[all …]
H A Daacdec_hcr.cpp457 pHcr->segmentInfo.numSegment, in HcrDecoder()
816 INT *pLeftStartOfSegment = pHcr->segmentInfo.pLeftStartOfSegment; in HcrPrepareSegmentationGrid()
817 INT *pRightStartOfSegment = pHcr->segmentInfo.pRightStartOfSegment; in HcrPrepareSegmentationGrid()
818 SCHAR *pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment; in HcrPrepareSegmentationGrid()
858 pHcr->segmentInfo.numSegment = numSegment; in HcrPrepareSegmentationGrid()
885 UINT numSegment = pHcr->segmentInfo.numSegment; in HcrExtendedSectionInfo()
1021 INT *pLeftStartOfSegment = pHcr->segmentInfo.pLeftStartOfSegment; in DecodePCWs()
1022 SCHAR *pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment; in DecodePCWs()
1296 SCHAR *pRemainingBitsInSegment = pHcr->segmentInfo.pRemainingBitsInSegment; in errDetectWithinSegmentationFinal()
1297 UINT numSegment = pHcr->segmentInfo.numSegment; in errDetectWithinSegmentationFinal()
/dports/graphics/py-ueberzug/ueberzug-18.1.8/Xshm/
H A DXshm.c38 XShmSegmentInfo segmentInfo; member
56 self->segmentInfo.shmid = shmget( in Image_init_shared_memory()
60 return self->segmentInfo.shmid != INVALID_SHM_ID; in Image_init_shared_memory()
66 self->segmentInfo.shmaddr = (char*)shmat(self->segmentInfo.shmid, 0, 0); in Image_map_shared_memory()
69 self->segmentInfo.readOnly = true; in Image_map_shared_memory()
72 shmctl(self->segmentInfo.shmid, IPC_RMID, 0); in Image_map_shared_memory()
86 &self->segmentInfo, 0, 0); in Image_create_shared_image()
94 XShmAttach(display, &self->segmentInfo); in Image_create_shared_image()
104 XShmDetach(display, &self->segmentInfo); in Image_destroy_shared_image()
113 shmdt(self->segmentInfo.shmaddr); in Image_free_shared_memory()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/d3d12/
H A DResidencyManagerD3D12.cpp97 MemorySegmentInfo* segmentInfo = GetMemorySegmentInfo(segment); in SetExternalMemoryReservation() local
99 segmentInfo->externalRequest = requestedReservationSize; in SetExternalMemoryReservation()
101 UpdateMemorySegmentInfo(segmentInfo); in SetExternalMemoryReservation()
103 return segmentInfo->externalReservation; in SetExternalMemoryReservation()
113 void ResidencyManager::UpdateMemorySegmentInfo(MemorySegmentInfo* segmentInfo) { in UpdateMemorySegmentInfo() argument
118 ->QueryVideoMemoryInfo(0, segmentInfo->dxgiSegment, &queryVideoMemoryInfo); in UpdateMemorySegmentInfo()
126 segmentInfo->externalReservation = in UpdateMemorySegmentInfo()
127 std::min(queryVideoMemoryInfo.Budget / 2, segmentInfo->externalRequest); in UpdateMemorySegmentInfo()
129 segmentInfo->usage = queryVideoMemoryInfo.CurrentUsage - segmentInfo->externalReservation; in UpdateMemorySegmentInfo()
141 segmentInfo->budget = in UpdateMemorySegmentInfo()
[all …]
H A DResidencyManagerD3D12.h72 void UpdateMemorySegmentInfo(MemorySegmentInfo* segmentInfo);
/dports/www/matomo/piwik/plugins/SegmentEditor/
H A DSegmentEditor.php132 foreach ($segmentToAutoArchive as $index => $segmentInfo) {
133 if (!SegmentArchiving::isSegmentForSite($segmentInfo, $idSite)) {
138 && empty($segmentInfo['auto_archive'])
144 foreach ($segmentToAutoArchive as $segmentInfo) {
145 $segments[] = $segmentInfo['definition'];
176 $segmentInfo = $this->getSegmentIfIsUnprocessed();
177 if (empty($segmentInfo)) {
181 list($segment, $storedSegment, $isSegmentToPreprocess) = $segmentInfo;
193 $segmentInfo = $this->getSegmentIfIsUnprocessed();
194 if (empty($segmentInfo)) {
[all …]
/dports/www/matomo/piwik/core/CronArchive/
H A DSegmentArchiving.php106 public function getReArchiveSegmentStartDate($segmentInfo) argument
112 … list($segmentCreatedTime, $segmentLastEditedTime) = $this->getCreatedTimeOfSegment($segmentInfo);
158 $idSite = $segmentInfo['enable_only_idsite'] ?? null;
242 public function reArchiveSegment($segmentInfo) argument
244 if (empty($segmentInfo['definition'])) { // sanity check
248 $definition = $segmentInfo['definition'];
249 … $idSite = !empty($segmentInfo['enable_only_idsite']) ? $segmentInfo['enable_only_idsite'] : 'all';
254 $startDate = $this->getReArchiveSegmentStartDate($segmentInfo);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DataVisualization/Common/ChartTypes/
H A DFunnelChart.cs483 segmentInfo.Point, in ProcessChartType()
486 segmentInfo.EndWidth, in ProcessChartType()
487 segmentInfo.Location, in ProcessChartType()
488 segmentInfo.Height, in ProcessChartType()
503 segmentInfo.Point, in ProcessChartType()
506 segmentInfo.EndWidth, in ProcessChartType()
507 segmentInfo.Location, in ProcessChartType()
508 segmentInfo.Height, in ProcessChartType()
1806 segmentInfo = info; in GetLabelsPosition()
1965 ( (lastLabel) ? segmentInfo.EndWidth : segmentInfo.StartWidth) / 2f; in GetLabelsPosition()
[all …]
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SemanticTile/
H A DFeature.php78 public function setSegmentInfo(Google_Service_SemanticTile_SegmentInfo $segmentInfo) argument
80 $this->segmentInfo = $segmentInfo;
87 return $this->segmentInfo;
/dports/textproc/clucene/clucene-core-2.3.3.4/src/core/CLucene/index/
H A DIndexFileDeleter.cpp27 SegmentInfo* segmentInfo = segmentInfos->info(i); in CommitPoint() local
28 if (segmentInfo->dir == _this->directory) { in CommitPoint()
29 const vector<string>& ff = segmentInfo->files(); in CommitPoint()
406 SegmentInfo* segmentInfo = segmentInfos->info(i); in checkpoint() local
407 if (segmentInfo->dir == directory) { in checkpoint()
420 SegmentInfo* segmentInfo = segmentInfos->info(i); in incRef() local
421 if (segmentInfo->dir == directory) { in incRef()
422 incRef(segmentInfo->files()); in incRef()
468 SegmentInfo* segmentInfo = segmentInfos->info(i); in decRef() local
469 if (segmentInfo->dir == directory) { in decRef()
[all …]
/dports/net/storj/storj-1.45.3/satellite/audit/
H A Dverifier.go90 var segmentInfo metabase.Segment
92 recordStats(report, len(segmentInfo.Pieces), err)
112 randomIndex, err := GetRandomStripe(ctx, segmentInfo)
148 err = verifier.checkIfSegmentAltered(ctx, segmentInfo)
226 required := segmentInfo.Redundancy.RequiredShares
227 total := segmentInfo.Redundancy.TotalShares
369 pieces := segmentInfo.Pieces
776 required := int(segmentInfo.Redundancy.RequiredShares)
777 total := int(segmentInfo.Redundancy.TotalShares)
778 shareSize := segmentInfo.Redundancy.ShareSize
[all …]
H A Dverifier_unit_test.go133 segmentInfo := metabase.Segment{
145 pending, err := createPendingAudits(ctx, contained, shares, segment, segmentInfo, randomIndex)
149 assert.Equal(t, segmentInfo.RootPieceID, pending[0].PieceID)
151 assert.Equal(t, segmentInfo.Redundancy.ShareSize, pending[0].ShareSize)
/dports/devel/ChipmunkPhysics/Chipmunk-7.0.1/xcode/ObjectiveChipmunkTests/
H A DSpaceTest.m135 ChipmunkSegmentQueryInfo *segmentInfo = nil;
136segmentInfo = [space segmentQueryFirstFrom:cpv(-2,-2) to:cpv(1,1) radius:0.0 filter:CP_SHAPE_FILTE…
137 XCTAssertEqual(segmentInfo.shape, segment, @"");
140 XCTAssertEqualObjects(segmentInfo.shape, nil, @"");
150segmentInfo = [space segmentQueryFirstFrom:cpvzero to:cpv(1,1) radius:0.0 filter:CP_SHAPE_FILTER_A…
151 XCTAssertEqual(segmentInfo.t, (cpFloat)0, @"Starting inside a shape should return t=0.");
153segmentInfo = [space segmentQueryFirstFrom:cpv(1,1) to:cpvzero radius:0.0 filter:CP_SHAPE_FILTER_A…
154 XCTAssertEqual(segmentInfo.t, (cpFloat)0, @"Starting inside a shape should return t=0.");
157 XCTAssertEqual(segmentInfo.t, (cpFloat)0, @"Starting inside a shape should return t=0.");
158 XCTAssertEqual(segmentInfo.shape, segment, @"Should have picked the segment shape.");
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/native/x11/
H A Djuce_linux_XWindowSystem.cpp415 XShmSegmentInfo segmentInfo; in isShmAvailable() local
416 zerostruct (segmentInfo); in isShmAvailable()
426 segmentInfo.shmaddr = (char*) shmat (segmentInfo.shmid, nullptr, 0); in isShmAvailable()
666 zerostruct (segmentInfo); in XBitmapImage()
668 segmentInfo.shmid = -1; in XBitmapImage()
669 segmentInfo.shmaddr = (char *) -1; in XBitmapImage()
670 segmentInfo.readOnly = False; in XBitmapImage()
681 if (segmentInfo.shmid != -1) in XBitmapImage()
683 segmentInfo.shmaddr = (char*) shmat (segmentInfo.shmid, nullptr, 0); in XBitmapImage()
766 shmdt (segmentInfo.shmaddr); in ~XBitmapImage()
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/native/x11/
H A Djuce_linux_XWindowSystem.cpp451 XShmSegmentInfo segmentInfo; in isShmAvailable() local
452 zerostruct (segmentInfo); in isShmAvailable()
462 segmentInfo.shmaddr = (char*) shmat (segmentInfo.shmid, nullptr, 0); in isShmAvailable()
698 zerostruct (segmentInfo); in XBitmapImage()
700 segmentInfo.shmid = -1; in XBitmapImage()
701 segmentInfo.shmaddr = (char *) -1; in XBitmapImage()
702 segmentInfo.readOnly = False; in XBitmapImage()
713 if (segmentInfo.shmid != -1) in XBitmapImage()
715 segmentInfo.shmaddr = (char*) shmat (segmentInfo.shmid, nullptr, 0); in XBitmapImage()
798 shmdt (segmentInfo.shmaddr); in ~XBitmapImage()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/cmd/influx_inspect/verify/seriesfile/
H A Dverify.go132 for _, segmentInfo := range segmentInfos {
139 segmentPath := filepath.Join(partitionPath, segmentInfo.Name())
140 segmentID, err := tsdb.ParseSeriesSegmentFilename(segmentInfo.Name())
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/cmd/influx_inspect/verify/seriesfile/
H A Dverify.go132 for _, segmentInfo := range segmentInfos {
139 segmentPath := filepath.Join(partitionPath, segmentInfo.Name())
140 segmentID, err := tsdb.ParseSeriesSegmentFilename(segmentInfo.Name())
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/cmd/influx_inspect/verify/seriesfile/
H A Dverify.go132 for _, segmentInfo := range segmentInfos {
139 segmentPath := filepath.Join(partitionPath, segmentInfo.Name())
140 segmentID, err := tsdb.ParseSeriesSegmentFilename(segmentInfo.Name())
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/cmd/influx_inspect/verify/seriesfile/
H A Dverify.go132 for _, segmentInfo := range segmentInfos {
139 segmentPath := filepath.Join(partitionPath, segmentInfo.Name())
140 segmentID, err := tsdb.ParseSeriesSegmentFilename(segmentInfo.Name())
/dports/www/matomo/piwik/core/ArchiveProcessor/
H A DLoader.php473 …$segmentInfo = $segmentArchiving->findSegmentForHash($params->getSegment()->getHash(), $params->ge…
475 if (!$segmentInfo) {
479 $segmentArchiveStartDate = $segmentArchiving->getReArchiveSegmentStartDate($segmentInfo);

12