Home
last modified time | relevance | path

Searched refs:tempInfo (Results 1 – 25 of 66) sorted by relevance

123

/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/PhilipsREC/src/
H A DitkPhilipsPAR.cxx240 inString >> tempInfo.slice >> tempInfo.echo >> tempInfo.dynamic; in GetImageInformationDefinitionV3()
246 inString >> tempInfo.angAP >> tempInfo.angFH >> tempInfo.angRL; in GetImageInformationDefinitionV3()
247 inString >> tempInfo.offAP >> tempInfo.offFH >> tempInfo.offRL; in GetImageInformationDefinitionV3()
289 inString >> tempInfo.slice >> tempInfo.echo >> tempInfo.dynamic; in GetImageInformationDefinitionV4()
297 inString >> tempInfo.angAP >> tempInfo.angFH >> tempInfo.angRL; in GetImageInformationDefinitionV4()
298 inString >> tempInfo.offAP >> tempInfo.offFH >> tempInfo.offRL; in GetImageInformationDefinitionV4()
345 inString >> tempInfo.slice >> tempInfo.echo >> tempInfo.dynamic; in GetImageInformationDefinitionV41()
353 inString >> tempInfo.angAP >> tempInfo.angFH >> tempInfo.angRL; in GetImageInformationDefinitionV41()
354 inString >> tempInfo.offAP >> tempInfo.offFH >> tempInfo.offRL; in GetImageInformationDefinitionV41()
414 inString >> tempInfo.angAP >> tempInfo.angFH >> tempInfo.angRL; in GetImageInformationDefinitionV42()
[all …]
/dports/x11/antimicro/antimicro-2.23/src/
H A Dcommandlineutility.cpp81 ControllerOptionsInfo tempInfo; in CommandLineUtility() local
82 controllerOptionsList.append(tempInfo); in CommandLineUtility()
153 tempInfo.setControllerNumber(tempNumber); in parseArguments()
164 tempInfo.setControllerID(temp); in parseArguments()
180 tempInfo.setProfileLocation(""); in parseArguments()
181 tempInfo.setUnloadRequest(true); in parseArguments()
182 controllerOptionsList.replace(currentListsIndex, tempInfo); in parseArguments()
205 tempInfo.setControllerID(controllerIDString); in parseArguments()
238 tempInfo.setStartSetNumber(startSetNumber); in parseArguments()
288 ControllerOptionsInfo tempInfo; in parseArguments() local
[all …]
H A Dx11extras.cpp761 struct ptrInformation tempInfo; in getPointInformation() local
824 tempInfo.id = feedback_id; in getPointInformation()
825 tempInfo.accelNum = tempPtrFeedback->accelNum; in getPointInformation()
826 tempInfo.accelDenom = tempPtrFeedback->accelDenom; in getPointInformation()
827 tempInfo.threshold = tempPtrFeedback->threshold; in getPointInformation()
841 return tempInfo; in getPointInformation()
/dports/graphics/okular/okular-21.12.3/generators/dvi/
H A Ddvisourcesplitter.cpp67 QFileInfo tempInfo(m_fileInfo); in DVI_SourceFileSplitter() local
68 QString tempFileName = tempInfo.fileName(); in DVI_SourceFileSplitter()
72 tempInfo.setFile(linepart.right(index) + tempFileName); in DVI_SourceFileSplitter()
74 qCDebug(OkularDviDebug) << "DVI_SourceSplitter: trying " << tempInfo.fileName(); in DVI_SourceFileSplitter()
76 if (tempInfo.exists()) { in DVI_SourceFileSplitter()
80 tempInfo.setFile(linepart.right(index) + tempFileName + QStringLiteral(".tex")); in DVI_SourceFileSplitter()
82 qCDebug(OkularDviDebug) << "DVI_SourceSplitter: trying " << tempInfo.fileName(); in DVI_SourceFileSplitter()
84 if (tempInfo.exists()) { in DVI_SourceFileSplitter()
91 m_fileInfo = tempInfo; in DVI_SourceFileSplitter()
/dports/sysutils/fusefs-jmtpfs/jmtpfs-af0b79bc555ee60088306fdd2b78b2d51b781da3/src/
H A DMtpLocalFileCopy.cpp55 struct stat tempInfo; in close() local
56 if (fstat(fileno(m_localFile), &tempInfo)) in close()
59 …NewLIBMTPFile newFile(remoteInfo.name, remoteInfo.parentId, remoteInfo.storageId, tempInfo.st_size… in close()
82 struct stat tempInfo; in getSize() local
83 if (fstat(fileno(m_localFile), &tempInfo)) in getSize()
85 return tempInfo.st_size; in getSize()
126 struct stat tempInfo; in CopyTo() local
127 if (fstat(fileno(m_localFile), &tempInfo)) in CopyTo()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/gles2rice/src/
H A DRSP_GBI_Sprite2D.h76 SpriteStruct tempInfo; in RSP_GBI_Sprite2D_PuzzleMaster64() local
77 memcpy(&tempInfo, g_Sprite2DInfo.spritePtr, sizeof(SpriteStruct)); in RSP_GBI_Sprite2D_PuzzleMaster64()
86 tempInfo.SourceImageOffsetS = info.SourceImageOffsetS; in RSP_GBI_Sprite2D_PuzzleMaster64()
87 tempInfo.SourceImageOffsetT = info.SourceImageOffsetT; in RSP_GBI_Sprite2D_PuzzleMaster64()
88 g_Sprite2DInfo.spritePtr = &tempInfo; in RSP_GBI_Sprite2D_PuzzleMaster64()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/image/ffmpeg/
H A Dtiio_mp4.cpp169 ffmpegFileInfo tempInfo = ffmpegReader->getInfo(); in TLevelReaderMp4() local
170 double fps = tempInfo.m_frameRate; in TLevelReaderMp4()
171 m_frameCount = tempInfo.m_frameCount; in TLevelReaderMp4()
172 m_size = TDimension(tempInfo.m_lx, tempInfo.m_ly); in TLevelReaderMp4()
H A Dtiio_webm.cpp170 ffmpegFileInfo tempInfo = ffmpegReader->getInfo(); in TLevelReaderWebm() local
171 double fps = tempInfo.m_frameRate; in TLevelReaderWebm()
172 m_frameCount = tempInfo.m_frameCount; in TLevelReaderWebm()
173 m_size = TDimension(tempInfo.m_lx, tempInfo.m_ly); in TLevelReaderWebm()
H A Dtiio_gif.cpp190 ffmpegFileInfo tempInfo = ffmpegReader->getInfo(); in TLevelReaderGif() local
191 double fps = tempInfo.m_frameRate; in TLevelReaderGif()
192 m_frameCount = tempInfo.m_frameCount; in TLevelReaderGif()
193 m_size = TDimension(tempInfo.m_lx, tempInfo.m_ly); in TLevelReaderGif()
/dports/games/openjk/OpenJK-07675e2/codeJK2/game/
H A Dg_navnew.cpp599 navInfo_t tempInfo; in NAVNEW_MoveToGoal() local
604 memcpy( &tempInfo, &info, sizeof( tempInfo ) ); in NAVNEW_MoveToGoal()
716 memcpy( &tempInfo, &info, sizeof( tempInfo ) ); in NAVNEW_MoveToGoal()
717 VectorSubtract( origin, self->currentOrigin, tempInfo.direction ); in NAVNEW_MoveToGoal()
718 VectorNormalize( tempInfo.direction ); in NAVNEW_MoveToGoal()
723 …foundClearPath = NAVNEW_AvoidCollision( self, self->NPC->goalEntity, tempInfo, setBlockedInfo, 5 ); in NAVNEW_MoveToGoal()
730 …foundClearPath = NAVNEW_AvoidCollision( self, self->NPC->goalEntity, tempInfo, setBlockedInfo, 5 ); in NAVNEW_MoveToGoal()
739 memcpy( &info, &tempInfo, sizeof( info ) ); in NAVNEW_MoveToGoal()
H A DNPC_move.cpp307 navInfo_t tempInfo; in NPC_GetMoveDirectionAltRoute() local
308 memcpy( &tempInfo, &frameNavInfo, sizeof( tempInfo ) ); in NPC_GetMoveDirectionAltRoute()
309 if ( NAVNEW_AvoidCollision( NPC, NPCInfo->goalEntity, tempInfo, qtrue, 5 ) == qfalse ) in NPC_GetMoveDirectionAltRoute()
326 memcpy( &frameNavInfo, &tempInfo, sizeof( frameNavInfo ) ); in NPC_GetMoveDirectionAltRoute()
/dports/games/openjk/OpenJK-07675e2/codemp/game/
H A Dg_navnew.c605 navInfo_t tempInfo; in NAVNEW_MoveToGoal() local
610 memcpy( &tempInfo, info, sizeof( tempInfo ) ); in NAVNEW_MoveToGoal()
722 memcpy( &tempInfo, info, sizeof( tempInfo ) ); in NAVNEW_MoveToGoal()
723 VectorSubtract( origin, self->r.currentOrigin, tempInfo.direction ); in NAVNEW_MoveToGoal()
724 VectorNormalize( tempInfo.direction ); in NAVNEW_MoveToGoal()
729 …foundClearPath = NAVNEW_AvoidCollision( self, self->NPC->goalEntity, &tempInfo, setBlockedInfo, 5 … in NAVNEW_MoveToGoal()
736 …foundClearPath = NAVNEW_AvoidCollision( self, self->NPC->goalEntity, &tempInfo, setBlockedInfo, 5 … in NAVNEW_MoveToGoal()
745 memcpy( info, &tempInfo, sizeof( *info ) ); in NAVNEW_MoveToGoal()
H A DNPC_move.c306 navInfo_t tempInfo; in NPC_GetMoveDirectionAltRoute() local
307 memcpy( &tempInfo, &frameNavInfo, sizeof( tempInfo ) ); in NPC_GetMoveDirectionAltRoute()
308 if ( NAVNEW_AvoidCollision( NPCS.NPC, NPCS.NPCInfo->goalEntity, &tempInfo, qtrue, 5 ) == qfalse ) in NPC_GetMoveDirectionAltRoute()
325 memcpy( &frameNavInfo, &tempInfo, sizeof( frameNavInfo ) ); in NPC_GetMoveDirectionAltRoute()
/dports/www/tikiwiki/tiki-21.2/lib/
H A Dobjectlib.php793 foreach ($resultObjectInfo as &$tempInfo) {
794 …$objectAttributes = TikiLib::lib('attribute')->get_attributes($tempInfo['type'], $tempInfo['object…
795 $tempInfo = array_merge($tempInfo, $objectAttributes);
797 unset($tempInfo);
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DAbcSimplexFactorization.cpp684 int tempInfo[1];
685 tempInfo[0] = model->numberIterations();
686 coinAbcFactorization_->setUsefulInformation(tempInfo, 1);
731 int tempInfo[1]; in replaceColumnPart3() local
732 tempInfo[0] = model->numberIterations(); in replaceColumnPart3()
733 coinAbcFactorization_->setUsefulInformation(tempInfo, 1); in replaceColumnPart3()
784 int tempInfo[1]; in replaceColumnPart3() local
785 tempInfo[0] = model->numberIterations(); in replaceColumnPart3()
786 coinAbcFactorization_->setUsefulInformation(tempInfo, 1); in replaceColumnPart3()
H A DClpFactorization.cpp2644 int tempInfo[2]; local
2645 tempInfo[1] = model_->sequenceOut();
2647 int tempInfo[1]; local
2649 tempInfo[0] = model->numberIterations();
2735 int tempInfo[2]; local
2736 tempInfo[0] = model_->numberIterations();
2737 tempInfo[1] = model_->sequenceIn();
2738 coinFactorizationB_->setUsefulInformation(tempInfo, 2);
2931 int tempInfo[2]; local
2932 tempInfo[0] = model_->numberIterations();
[all …]
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FileHandlers/
H A DMPEG4_Handler.cpp1099 MOOV_Manager::BoxInfo tempInfo; in FindTimecode_dref() local
1102 tempRef = moovMgr.GetTypeChild ( trakRef, ISOMedia::k_mdia, &tempInfo ); in FindTimecode_dref()
1105 tempRef = moovMgr.GetTypeChild ( tempRef, ISOMedia::k_minf, &tempInfo ); in FindTimecode_dref()
1129 MOOV_Manager::BoxInfo tempInfo; in FindTimecode_stbl() local
1155 MOOV_Manager::BoxInfo tempInfo; in FindTimecode_elst() local
2370 MOOV_Manager::BoxInfo tempInfo; in ParseTimecodeTrack() local
2384 if ( tempInfo.contentSize < (8 + 4) ) return false; in ParseTimecodeTrack()
2385 XMP_Uns32 stcoCount = GetUns32BE ( tempInfo.content + 4 ); in ParseTimecodeTrack()
2387 XMP_Uns32 * stcoPtr = (XMP_Uns32*) (tempInfo.content + 8); in ParseTimecodeTrack()
2394 XMP_Uns32 co64Count = GetUns32BE ( tempInfo.content + 4 ); in ParseTimecodeTrack()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrOpFlushState.cpp89 GrGpu::WritePixelTempDrawInfo tempInfo; in doUpload() local
91 kSRGBConversion, &drawPreference, &tempInfo)) { in doUpload()
111 tempInfo.fWriteColorType, buffer, rowBytes)) { in doUpload()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/patches/
H A Dfracsecond.patch47 DistanceInfo tempInfo;
53 int32_t distance=source.getDistance(trial, includeMask, tempInfo);
61 + if (distance<bestDistance || (distance==bestDistance && bestMissingFieldMask<tempInfo.miss…
63 + bestMissingFieldMask=tempInfo.missingFieldMask;
65 missingFields->setTo(tempInfo);
/dports/editors/textadept/cdk-5.0-20200923/
H A Dviewer.c498 CDK_CSTRING tempInfo[2]; in PatternNotFound() local
500 tempInfo[0] = temp; in PatternNotFound()
501 tempInfo[1] = 0; in PatternNotFound()
503 popUpLabel (viewer, tempInfo); in PatternNotFound()
514 CDK_CSTRING tempInfo[2]; in activateCDKViewer() local
535 tempInfo[0] = temp; in activateCDKViewer()
536 tempInfo[1] = 0; in activateCDKViewer()
752 popUpLabel (widget, tempInfo); in activateCDKViewer()
/dports/devel/cdk/cdk-5.0-20161210/
H A Dviewer.c491 CDK_CSTRING tempInfo[2]; in PatternNotFound() local
493 tempInfo[0] = temp; in PatternNotFound()
494 tempInfo[1] = 0; in PatternNotFound()
496 popUpLabel (viewer, tempInfo); in PatternNotFound()
506 CDK_CSTRING tempInfo[2]; in activateCDKViewer() local
527 tempInfo[0] = temp; in activateCDKViewer()
528 tempInfo[1] = 0; in activateCDKViewer()
744 popUpLabel (widget, tempInfo); in activateCDKViewer()
/dports/graphics/krita/krita-4.4.8/libs/ui/
H A Dkis_safe_document_loader.cpp261 QFileInfo tempInfo(m_d->temporaryPath); in delayedLoadStart() local
267 tempInfo.size() == m_d->initialFileSize) { in delayedLoadStart()
307 dbgKrita << ppVar(tempInfo.size()); in delayedLoadStart()
/dports/www/falkon/falkon-3.2.0/src/lib/tools/
H A Dqztools.cpp500 QFileInfo tempInfo(fileName); in iconFromFileName() local
501 if (iconCache.contains(tempInfo.suffix())) { in iconFromFileName()
502 return iconCache.value(tempInfo.suffix()); in iconFromFileName()
506 QTemporaryFile tempFile(DataPaths::path(DataPaths::Temp) + "/XXXXXX." + tempInfo.suffix()); in iconFromFileName()
508 tempInfo.setFile(tempFile.fileName()); in iconFromFileName()
510 QIcon icon(iconProvider.icon(tempInfo)); in iconFromFileName()
511 iconCache.insert(tempInfo.suffix(), icon); in iconFromFileName()
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DClpFactorization.cpp2294 int tempInfo[2]; in replaceColumn() local
2295 tempInfo[1] = model_->sequenceOut(); in replaceColumn()
2297 int tempInfo[1]; in replaceColumn() local
2299 tempInfo[0] = model->numberIterations(); in replaceColumn()
2300 coinFactorizationB_->setUsefulInformation(tempInfo, 1); in replaceColumn()
2387 int tempInfo[2]; in updateColumnFT() local
2388 tempInfo[0] = model_->numberIterations(); in updateColumnFT()
2389 tempInfo[1] = model_->sequenceIn(); in updateColumnFT()
2585 int tempInfo[2]; in updateTwoColumnsFT() local
2586 tempInfo[0] = model_->numberIterations(); in updateTwoColumnsFT()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/xs/
H A DXSSimpleTypeDecl.java783 ValidatedInfo tempInfo = new ValidatedInfo(); in applyFacets()
888 … ValidatedInfo info = getActualEnumValue((String)enumVals.elementAt(i), ctx, tempInfo); in applyFacets()
910 … fMaxInclusive = fBase.getActualValue(facets.maxInclusive, context, tempInfo, true); in applyFacets()
929 fBase.validate(context, tempInfo); in applyFacets()
946 … fMaxExclusive = fBase.getActualValue(facets.maxExclusive, context, tempInfo, true); in applyFacets()
969 fBase.validate(context, tempInfo); in applyFacets()
993 … fMinExclusive = fBase.getActualValue(facets.minExclusive, context, tempInfo, true); in applyFacets()
1016 fBase.validate(context, tempInfo); in applyFacets()
1039 … fMinInclusive = fBase.getActualValue(facets.minInclusive, context, tempInfo, true); in applyFacets()
1058 fBase.validate(context, tempInfo); in applyFacets()

123