Home
last modified time | relevance | path

Searched refs:startposition (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/dports/biology/gmap/gmap-2020-09-12/src/
H A Dgenome-write.c86 *startposition = Interval_low(interval); in find_positions()
287 endposition = startposition - truelength; in genome_write_file()
297 if (startposition > maxposition) { in genome_write_file()
310 currposition = startposition; in genome_write_file()
329 currposition = startposition; in genome_write_file()
476 if (startposition > maxposition) { in genome_writeraw_file()
489 currposition = startposition; in genome_writeraw_file()
505 currposition = startposition; in genome_writeraw_file()
692 if (startposition > maxposition) { in genome_write_memory()
705 currposition = startposition; in genome_write_memory()
[all …]
H A Dsnpindex.c304 Univcoord_T snpposition, startposition, endposition, first_snppos, last_snppos, position; in process_snp_block() local
330 startposition = chroffset; in process_snp_block()
332 startposition = chroffset + first_snppos - (index1part - 1); in process_snp_block()
335 length = endposition - startposition + 1; in process_snp_block()
343 Genome_fill_buffer(&chrnum,&nunknowns,genome,/*left*/startposition,length, in process_snp_block()
346 Genome_fill_buffer_simple(genome,/*left*/startposition,length,refstring); in process_snp_block()
356 stringi = snpposition - startposition; in process_snp_block()
497 for (starti = 0, position = startposition, chrpos = startposition - chroffset; in process_snp_block()
/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/video/
H A DPreview.java123 if (startposition < preview_object.getEnd()) in load()
127 lXInputFile.randomAccessSeek(startposition - preview_object.getStart()); in load()
135 int diff = (int)(preview_object.getEnd() - startposition); in load()
162 startposition += position[0]; in load()
168 startposition += newposition; in load()
174 if (startposition < preview_object.getEnd()) in load()
194 return startposition; in load()
211 lXInputFile.randomAccessSeek(startposition); in previewFile()
219 preview_data = search(preview_data, startposition, filetype, subfiletype); in previewFile()
223 startposition += newposition; in previewFile()
[all …]
/dports/science/py-pycsw/pycsw-2.6.1/pycsw/plugins/repository/odc/
H A Dodc.py124 maxrecords=10, startposition=0): argument
143 …metry_area(getattr(x, sortby['propertyname']))), reverse=desc)[startposition:startposition+int(max…
149 query.order_by(pname)[startposition:startposition+int(maxrecords)]]
151 return [str(total), query.all()[startposition:startposition+int(maxrecords)]]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/EntityClient/
H A DDbConnectionOptions.cs203 int startposition = currentPosition; in GetKeyValuePair()
225 … if (Char.IsControl(currentChar)) { throw EntityUtil.ConnectionStringSyntax(startposition); } in GetKeyValuePair()
226 startposition = currentPosition; in GetKeyValuePair()
241 … if (Char.IsControl(currentChar)) { throw EntityUtil.ConnectionStringSyntax(startposition); } in GetKeyValuePair()
247 … if (string.IsNullOrEmpty(keyname)) { throw EntityUtil.ConnectionStringSyntax(startposition); } in GetKeyValuePair()
259 … if (Char.IsControl(currentChar)) { throw EntityUtil.ConnectionStringSyntax(startposition); } in GetKeyValuePair()
270 … if ('\0' == currentChar) { throw EntityUtil.ConnectionStringSyntax(startposition); } in GetKeyValuePair()
281 … if ('\0' == currentChar) { throw EntityUtil.ConnectionStringSyntax(startposition); } in GetKeyValuePair()
294 … throw EntityUtil.ConnectionStringSyntax(startposition); // unbalanced single quote in GetKeyValuePair()
313 throw EntityUtil.ConnectionStringSyntax(startposition); in GetKeyValuePair()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/System/Data/Common/
H A DDbConnectionOptions.Common.cs200 int startposition = currentPosition; in GetKeyValuePair()
224 { throw ADP.ConnectionStringSyntax(startposition); } in GetKeyValuePair()
225 startposition = currentPosition; in GetKeyValuePair()
243 { throw ADP.ConnectionStringSyntax(startposition); } in GetKeyValuePair()
251 { throw ADP.ConnectionStringSyntax(startposition); } in GetKeyValuePair()
276 { throw ADP.ConnectionStringSyntax(startposition); } in GetKeyValuePair()
291 { throw ADP.ConnectionStringSyntax(startposition); } in GetKeyValuePair()
305 { throw ADP.ConnectionStringSyntax(startposition); } in GetKeyValuePair()
319 { throw ADP.ConnectionStringSyntax(startposition); } in GetKeyValuePair()
358 throw ADP.ConnectionStringSyntax(startposition); in GetKeyValuePair()
[all …]
/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/thirdparty/
H A DProjectFile.java102 public void addGop(long startposition, Gop gop) in addGop() argument
109 impl.addGop(startposition, gop); in addGop()
113 public void addAudio(long startposition, byte[] frame) in addAudio() argument
120 impl.addAudio(startposition, frame); in addAudio()
H A DProjectFileIF.java37 public void addGop(long startposition, Gop gop); in addGop() argument
39 public void addAudio(long startposition, byte[] frame); in addAudio() argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/Common/
H A DDbConnectionOptions.cs601 int startposition = currentPosition; in GetKeyValuePair()
620 … if (Char.IsControl(currentChar)) { throw ADP.ConnectionStringSyntax(startposition); } in GetKeyValuePair()
621 startposition = currentPosition; in GetKeyValuePair()
634 … if (Char.IsControl(currentChar)) { throw ADP.ConnectionStringSyntax(startposition); } in GetKeyValuePair()
640 … if (ADP.IsEmpty(keyname)) { throw ADP.ConnectionStringSyntax(startposition); } in GetKeyValuePair()
656 … if (Char.IsControl(currentChar)) { throw ADP.ConnectionStringSyntax(startposition); } in GetKeyValuePair()
667 … if ('\0' == currentChar) { throw ADP.ConnectionStringSyntax(startposition); } in GetKeyValuePair()
689 … if ('\0' == currentChar) { throw ADP.ConnectionStringSyntax(startposition); } in GetKeyValuePair()
702 throw ADP.ConnectionStringSyntax(startposition); // unbalanced single quote in GetKeyValuePair()
721 throw ADP.ConnectionStringSyntax(startposition); in GetKeyValuePair()
[all …]
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/xtp-2a31d70/src/libxtp/calculators/
H A Dkmcmultiple.cc98 std::vector<Eigen::Vector3d>& startposition, in WriteToTrajectory() argument
103 Eigen::Vector3d pos = startposition[i] + carriers_[i].get_dRtravelled(); in WriteToTrajectory()
286 std::vector<Eigen::Vector3d> startposition(numberofcarriers_, in RunVSSM() local
289 startposition[i] = carriers_[i].getCurrentPosition(); in RunVSSM()
295 traj << startposition[i].x() * tools::conv::bohr2nm << "\t"; in RunVSSM()
296 traj << startposition[i].y() * tools::conv::bohr2nm << "\t"; in RunVSSM()
297 traj << startposition[i].z() * tools::conv::bohr2nm; in RunVSSM()
417 WriteToTrajectory(traj, startposition, simtime, step); in RunVSSM()
H A Dkmcmultiple.h53 std::vector<Eigen::Vector3d>& startposition,
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/src/libxtp/calculators/
H A Dkmcmultiple.cc98 std::vector<Eigen::Vector3d>& startposition,
103 Eigen::Vector3d pos = startposition[i] + carriers_[i].get_dRtravelled();
286 std::vector<Eigen::Vector3d> startposition(numberofcarriers_,
289 startposition[i] = carriers_[i].getCurrentPosition();
295 traj << startposition[i].x() * tools::conv::bohr2nm << "\t";
296 traj << startposition[i].y() * tools::conv::bohr2nm << "\t";
297 traj << startposition[i].z() * tools::conv::bohr2nm;
417 WriteToTrajectory(traj, startposition, simtime, step);
H A Dkmcmultiple.h53 std::vector<Eigen::Vector3d>& startposition,
/dports/games/spring/spring_98.0/AI/Skirmish/HughAI/src-ai/hughai/unitdata/
H A DStartPosition.java61 public Float3 startposition = null; field in StartPosition
71 startposition = unitController.getPos( unit ); in UnitCreated()
/dports/net-p2p/dclib/dclib-0.3.23/dclib/
H A Dctransfer.cpp371 int CTransfer::StartDownload( CString dstfile, ulonglong startposition, ulonglong endposition, ulon… in StartDownload() argument
400 m_nStartPosition = startposition; in StartDownload()
433 SendUGetBlock( sSrcFilename, startposition ); in StartDownload()
447 SendGet( sSrcFilename, startposition+1 ); in StartDownload()
459 SendADCGet( eAdcFile, adcTTH, startposition, chunksize, true ); in StartDownload()
464 SendADCGet ( eAdcFile, adcTTH, startposition, chunksize, false ); in StartDownload()
472 SendUGetZBlock( sDstFilename, startposition, chunksize ); in StartDownload()
477 SendUGetBlock( sDstFilename, startposition, chunksize ); in StartDownload()
483 SendGetZBlock( sDstFilename, startposition, chunksize ); in StartDownload()
488 SendGet( sDstFilename, startposition+1, chunksize ); in StartDownload()
[all …]
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCB3DMeshFileLoader.cpp107 while ( (B3dStack.getLast().startposition + B3dStack.getLast().length) > B3DFile->getPos() ) in load()
133 B3DFile->seek(B3dStack.getLast().startposition + B3dStack.getLast().length); in load()
190 …while(B3dStack.getLast().startposition + B3dStack.getLast().length > B3DFile->getPos()) // this ch… in readChunkNODE()
229 B3DFile->seek(B3dStack.getLast().startposition + B3dStack.getLast().length); in readChunkNODE()
259 …while((B3dStack.getLast().startposition + B3dStack.getLast().length) > B3DFile->getPos()) //this c… in readChunkMESH()
312 B3DFile->seek(B3dStack.getLast().startposition + B3dStack.getLast().length); in readChunkMESH()
388 …while( (B3dStack.getLast().startposition + B3dStack.getLast().length) > B3DFile->getPos()) // this… in readChunkVRTS()
474 …while((B3dStack.getLast().startposition + B3dStack.getLast().length) > B3DFile->getPos()) // this … in readChunkTRIS()
635 …while((B3dStack.getLast().startposition + B3dStack.getLast().length) > B3DFile->getPos()) //this c… in readChunkKEYS()
799 …while((B3dStack.getLast().startposition + B3dStack.getLast().length) > B3DFile->getPos()) //this c… in readChunkTEXS()
[all …]
H A DCB3DMeshFileLoader.h54 : length(header.size+8), startposition(sp) in SB3dChunk()
64 long startposition; member
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/gnomon/
H A Dgnomon_objmgr.cpp731 int startposition = cds.GetTotalRange().GetFrom(); in GetScore() local
732 if(startposition < extrabases) { in GetScore()
734 extraNs5p = extrabases-startposition; in GetScore()
736 left = startposition-extrabases; in GetScore()
738 right = min(startposition+2+start.Right(),totallen-1); in GetScore()
740 int startposition = cds.GetTotalRange().GetTo(); in GetScore() local
741 if(startposition+extrabases >= totallen) { in GetScore()
743 extraNs5p = startposition+extrabases-totallen+1; in GetScore()
745 right = startposition+extrabases; in GetScore()
747 left = max(0,startposition-2-start.Right()); in GetScore()
/dports/audio/mixxx/mixxx-2.3.0/src/track/serato/
H A Dmarkers2.h264 quint32 startposition, in SeratoMarkers2LoopEntry() argument
270 m_startposition(startposition), in SeratoMarkers2LoopEntry()
302 void setStartPosition(quint32 startposition) { in setStartPosition() argument
303 m_startposition = startposition; in setStartPosition()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/graphics/
H A Db3d_mesh_loader.cpp349 while ( (B3dStack.getLast().startposition + B3dStack.getLast().length) > B3DFile->getPos() ) in load()
375 B3DFile->seek(B3dStack.getLast().startposition + B3dStack.getLast().length); in load()
432 …while(B3dStack.getLast().startposition + B3dStack.getLast().length > B3DFile->getPos()) // this ch… in readChunkNODE()
471 B3DFile->seek(B3dStack.getLast().startposition + B3dStack.getLast().length); in readChunkNODE()
501 …while((B3dStack.getLast().startposition + B3dStack.getLast().length) > B3DFile->getPos()) //this c… in readChunkMESH()
554 B3DFile->seek(B3dStack.getLast().startposition + B3dStack.getLast().length); in readChunkMESH()
630 …while( (B3dStack.getLast().startposition + B3dStack.getLast().length) > B3DFile->getPos()) // this… in readChunkVRTS()
716 …while((B3dStack.getLast().startposition + B3dStack.getLast().length) > B3DFile->getPos()) // this … in readChunkTRIS()
877 …while((B3dStack.getLast().startposition + B3dStack.getLast().length) > B3DFile->getPos()) //this c… in readChunkKEYS()
1038 …while((B3dStack.getLast().startposition + B3dStack.getLast().length) > B3DFile->getPos()) //this c… in readChunkTEXS()
[all …]
H A Db3d_mesh_loader.hpp72 : length(header.size+8), startposition(sp) in SB3dChunk()
82 long startposition; member
/dports/news/golded+/golded-plus/golded+/goldlib/gmb3/
H A Dgmoezyc4.cpp136 __hdr.startposition = __msg->txtstart; in save_message()
144 __hdr.startposition = filelength(data->fhtxt); in save_message()
145 lseekset(data->fhtxt, __hdr.startposition); in save_message()
H A Dgmoezyc3.cpp54 __msg->txtstart = __hdr.startposition; in load_message()
99 lseekset(data->fhtxt, __hdr.startposition); in load_message()
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dcdaudio.h43 …Audio_Play_byName (const char *trackname, qboolean looping, qboolean tryreal, float startposition);
/dports/games/darkplaces/darkplaces/
H A Dcdaudio.h43 …Audio_Play_byName (const char *trackname, qboolean looping, qboolean tryreal, float startposition);

12345678910>>...12