Home
last modified time | relevance | path

Searched refs:ttv (Results 1 – 25 of 420) sorted by relevance

12345678910>>...17

/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Source/MediaStorageAndFileFormat/
H A DgdcmDICOMDIRGenerator.cxx192 if( ttv.find( tstudyuid ) != ttv.end() ) in SeriesBelongToStudy()
212 if( ttv.find( t2 ) != ttv.end() ) in ImageBelongToSeries()
431 if( ttv.find( patientsname.GetTag() ) != ttv.end() ) in AddPatientDirectoryRecord()
512 if( ttv.find( studydate.GetTag() ) != ttv.end() ) in AddStudyDirectoryRecord()
518 if( ttv.find( studytime.GetTag() ) != ttv.end() ) in AddStudyDirectoryRecord()
524 if( ttv.find( studydesc.GetTag() ) != ttv.end() ) in AddStudyDirectoryRecord()
536 if( ttv.find( studyid.GetTag() ) != ttv.end() ) in AddStudyDirectoryRecord()
606 if( ttv.find( modality.GetTag() ) != ttv.end() ) in AddSeriesDirectoryRecord()
612 if( ttv.find( seriesnumber.GetTag() ) != ttv.end() ) in AddSeriesDirectoryRecord()
693 if( ttv.find( sopclassuid.GetTag() ) != ttv.end() ) in AddImageDirectoryRecord()
[all …]
H A DgdcmScanner.cxx324 TagToValue const &ttv = GetMapping(filename); in GetValues() local
325 if( ttv.find(t) != ttv.end() ) in GetValues()
327 vt.insert( ttv.find(t)->second ); in GetValues()
341 TagToValue const &ttv = GetMapping(filename); in GetOrderedValues() local
342 if( ttv.find(t) != ttv.end() ) in GetOrderedValues()
344 std::string theVal = std::string(ttv.find(t)->second); in GetOrderedValues()
H A DgdcmStrictScanner.cxx333 TagToValue const &ttv = GetMapping(filename); in GetValues() local
334 if( ttv.find(t) != ttv.end() ) in GetValues()
336 vt.insert( ttv.find(t)->second ); in GetValues()
350 TagToValue const &ttv = GetMapping(filename); in GetOrderedValues() local
351 if( ttv.find(t) != ttv.end() ) in GetOrderedValues()
353 std::string theVal = std::string(ttv.find(t)->second); in GetOrderedValues()
/dports/devel/gdcm/gdcm-3.0.10/Source/MediaStorageAndFileFormat/
H A DgdcmDICOMDIRGenerator.cxx192 if( ttv.find( tstudyuid ) != ttv.end() ) in SeriesBelongToStudy()
212 if( ttv.find( t2 ) != ttv.end() ) in ImageBelongToSeries()
431 if( ttv.find( patientsname.GetTag() ) != ttv.end() ) in AddPatientDirectoryRecord()
512 if( ttv.find( studydate.GetTag() ) != ttv.end() ) in AddStudyDirectoryRecord()
518 if( ttv.find( studytime.GetTag() ) != ttv.end() ) in AddStudyDirectoryRecord()
524 if( ttv.find( studydesc.GetTag() ) != ttv.end() ) in AddStudyDirectoryRecord()
536 if( ttv.find( studyid.GetTag() ) != ttv.end() ) in AddStudyDirectoryRecord()
606 if( ttv.find( modality.GetTag() ) != ttv.end() ) in AddSeriesDirectoryRecord()
612 if( ttv.find( seriesnumber.GetTag() ) != ttv.end() ) in AddSeriesDirectoryRecord()
693 if( ttv.find( sopclassuid.GetTag() ) != ttv.end() ) in AddImageDirectoryRecord()
[all …]
H A DgdcmStrictScanner.cxx374 TagToValue const &ttv = GetMapping(filename); in GetValues() local
375 if( ttv.find(t) != ttv.end() ) in GetValues()
377 vt.insert( ttv.find(t)->second ); in GetValues()
391 TagToValue const &ttv = GetMapping(filename); in GetOrderedValues() local
392 if( ttv.find(t) != ttv.end() ) in GetOrderedValues()
394 std::string theVal = std::string(ttv.find(t)->second); in GetOrderedValues()
H A DgdcmScanner.cxx365 TagToValue const &ttv = GetMapping(filename); in GetValues() local
366 if( ttv.find(t) != ttv.end() ) in GetValues()
368 vt.insert( ttv.find(t)->second ); in GetValues()
382 TagToValue const &ttv = GetMapping(filename); in GetOrderedValues() local
383 if( ttv.find(t) != ttv.end() ) in GetOrderedValues()
385 std::string theVal = std::string(ttv.find(t)->second); in GetOrderedValues()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/lestrrat-go/jwx/jwt/
H A Dverify.go132 ttv := tv.Truncate(time.Second)
133 if !now.Before(ttv.Add(skew)) {
141 ttv := tv.Truncate(time.Second)
142 if now.Before(ttv.Add(-1 * skew)) {
150 ttv := tv.Truncate(time.Second)
152 if !now.After(ttv.Add(-1 * skew)) {
/dports/multimedia/xawtv/xawtv-3.107/debian/
H A Dttv.menu1 ?package(ttv):needs="text" section="Applications/TV and Radio" \
2 title="ttv" command="/usr/bin/ttv"
H A Dttv.install1 debian/tmp/usr/bin/ttv
2 debian/tmp/usr/share/man/*/man1/ttv.1
3 debian/tmp/usr/share/man/man1/ttv.1
/dports/multimedia/xawtv/xawtv-3.107/console/
H A DSubdir.mk18 console/ttv
39 console/ttv: \
40 console/ttv.o \
80 console/ttv : LDLIBS += $(THREAD_LIBS) $(AA_LIBS) -L/usr/local/lib -ljpeg -lm
90 console/ttv : LDFLAGS := $(DLFLAGS)
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/lestrrat-go/jwx/jwt/
H A Dvalidate.go193 ttv := tv.Truncate(time.Second)
195 if !now.Before(ttv.Add(skew)) {
217 ttv := tv.Truncate(time.Second)
219 if now.Before(ttv.Add(-1 * skew)) {
241 ttv := tv.Truncate(time.Second)
244 if !now.Equal(ttv) && !now.After(ttv.Add(-1*skew)) {
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/lestrrat-go/jwx/jwt/
H A Dvalidate.go193 ttv := tv.Truncate(time.Second)
195 if !now.Before(ttv.Add(skew)) {
217 ttv := tv.Truncate(time.Second)
219 if now.Before(ttv.Add(-1 * skew)) {
241 ttv := tv.Truncate(time.Second)
244 if !now.Equal(ttv) && !now.After(ttv.Add(-1*skew)) {
/dports/games/gtkradiant/GPL/GtkRadiant/tools/quake3/q3map2/
H A Dlight_ydnar.c331 VectorSubtract( ttv[ i ], dv[ i ]->xyz, ttv[ i ] ); in CalcTangentVectors()
332 VectorNormalize( ttv[ i ], ttv[ i ] ); in CalcTangentVectors()
452 PerturbNormal( dv, si, pNormal, stv, ttv ); in MapSingleLuxel()
573 PerturbNormal( dv, si, pNormal, stv, ttv ); in MapSingleLuxel()
694 ttv = ttvStatic; in MapTriangle()
699 ttv = NULL; in MapTriangle()
806 MapQuad_r( lm, info, dv2, plane, stv, ttv ); in MapQuad_r()
813 MapQuad_r( lm, info, dv2, plane, stv, ttv ); in MapQuad_r()
872 ttv = ttvStatic; in MapQuad()
877 ttv = NULL; in MapQuad()
[all …]
/dports/devel/gdcm/gdcm-3.0.10/Examples/Cxx/
H A DSimpleScanner.cxx97 gdcm::StrictScanner::TagToValue const &ttv = s.GetMapping(filename); in main() local
102 gdcm::StrictScanner::TagToValue::const_iterator it = ttv.find( *ptag ); in main()
103 if( it != ttv.end() ) in main()
/dports/sysutils/runit/admin/runit-2.1.2/src/
H A Dsvlogd.dist1 usage: svlogd [-ttv] [-r c] [-R abc] [-l len] [-b buflen] dir ...
5 usage: svlogd [-ttv] [-r c] [-R abc] [-l len] [-b buflen] dir ...
/dports/graphics/libGLU/glu-9.0.2/src/libnurbs/internals/
H A Dpatch.cc310 REAL ssv[2], ttv[2]; in getstepsize() local
313 …REAL tt = mapdesc->calcPartialVelocity( ttv, &tmp[0][0][0], trstride, tcstride, pspec[0].order, ps… in getstepsize()
333 pspec[1].sidestep[0] = (ttv[0] > tcutoff) ? sqrtf( 2.0 * t2 / ttv[0] ) : pspec[1].range[2]; in getstepsize()
334 pspec[1].sidestep[1] = (ttv[1] > tcutoff) ? sqrtf( 2.0 * t2 / ttv[1] ) : pspec[1].range[2]; in getstepsize()
349 pspec[1].sidestep[0] = (ttv[0] > tcutoff) ? sqrtf( 2.0 * t2 / ttv[0] ) : pspec[1].range[2]; in getstepsize()
350 pspec[1].sidestep[1] = (ttv[1] > tcutoff) ? sqrtf( 2.0 * t2 / ttv[1] ) : pspec[1].range[2]; in getstepsize()
/dports/games/netradiant/netradiant-20150621-src/tools/quake3/q3map2/
H A Dlight_ydnar.c376 VectorSubtract( ttv[ i ], dv[ i ]->xyz, ttv[ i ] ); in CalcTangentVectors()
377 VectorNormalize( ttv[ i ], ttv[ i ] ); in CalcTangentVectors()
505 PerturbNormal( dv, si, pNormal, stv, ttv ); in MapSingleLuxel()
684 PerturbNormal( dv, si, pNormal, stv, ttv ); in MapSingleLuxel()
805 ttv = ttvStatic; in MapTriangle()
810 ttv = NULL; in MapTriangle()
917 MapQuad_r( lm, info, dv2, plane, stv, ttv ); in MapQuad_r()
924 MapQuad_r( lm, info, dv2, plane, stv, ttv ); in MapQuad_r()
982 ttv = ttvStatic; in MapQuad()
987 ttv = NULL; in MapQuad()
[all …]
/dports/graphics/gmt/gmt-6.3.0/doc/scripts/
H A DGMT_base_symbols4.sh7 cat << EOF > ttv.d
20 gmt psxy -R0/3.5/0/3.75 -JX2i/1i -Bag1 -BWS -Sb0.2i+b -Glightblue -W0.5p -X0.5i -Y1i ttv.d -K --MAP…
/dports/www/aria2/aria2-1.36.0/src/
H A DSelectEventPoll.cc197 struct timeval ttv = tv; in poll() local
201 retval = select(fdmax_ + 1, &rfds, &wfds, &efds, &ttv); in poll()
203 retval = select(fdmax_ + 1, &rfds, &wfds, nullptr, &ttv); in poll()
/dports/sysutils/runit-faster/freebsd-runit-2.1.3.7/runit/src/
H A Dsvlogd.dist1 usage: svlogd [-ttv] [-r c] [-R abc] [-l len] [-b buflen] dir ...
/dports/sysutils/pdsh/pdsh-pdsh-2.34/src/common/
H A Dxpoll.c129 struct timeval ttv = {0, 1}; /* very very short timeout */ in _select() local
146 if (select(xfds[i].fd + 1, &rds, &wrs, NULL, &ttv) < 0) { in _select()
/dports/net-mgmt/nagios-check_bacula9/bacula-9.6.7/src/stored/
H A Dcloud_transfer_mgr.c169 struct timeval ttv; in timedwait() local
178 gettimeofday(&ttv, &tz); in timedwait()
179 timeout.tv_nsec += ttv.tv_usec * 1000; in timedwait()
180 timeout.tv_sec += ttv.tv_sec; in timedwait()
/dports/net-p2p/libbt/libbt-1.06/src/
H A Dbtget.c268 int ttv; in main() local
408 ttv = tv_fast; in main()
410 ttv = tv_slow; in main()
413 err = poll( ctx->status, ctx->nstatus, ttv); in main()
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/stored/
H A Dcloud_transfer_mgr.c169 struct timeval ttv; in timedwait() local
178 gettimeofday(&ttv, &tz); in timedwait()
179 timeout.tv_nsec += ttv.tv_usec * 1000; in timedwait()
180 timeout.tv_sec += ttv.tv_sec; in timedwait()
/dports/sysutils/bacula9-client/bacula-9.6.7/src/stored/
H A Dcloud_transfer_mgr.c169 struct timeval ttv; in timedwait() local
178 gettimeofday(&ttv, &tz); in timedwait()
179 timeout.tv_nsec += ttv.tv_usec * 1000; in timedwait()
180 timeout.tv_sec += ttv.tv_sec; in timedwait()

12345678910>>...17