Home
last modified time | relevance | path

Searched refs:opLen (Results 1 – 25 of 1653) sorted by relevance

12345678910>>...67

/dports/games/scummvm/scummvm-2.5.1/video/
H A Dmve_decoder.cpp287 assert(opLen == 0); in readNextPacket()
292 assert(opLen == 0); in readNextPacket()
298 assert(opLen == 6); in readNextPacket()
306 assert(opLen == 8); in readNextPacket()
330 assert(opLen == 0); in readNextPacket()
335 assert(opLen == 8); in readNextPacket()
373 _frameSize = opLen; in readNextPacket()
382 assert(opLen == 6); in readNextPacket()
419 assert(opLen == 6); in readNextPacket()
428 assert(opLen == 6); in readNextPacket()
[all …]
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/FileRecordTools/Records/
H A DBlockMgr.cpp89 int opLen = (int)(cigarData[i].Length); in getBlocksFromBam() local
98 blockLength += opLen; in getBlocksFromBam()
104 blockLength += opLen; in getBlocksFromBam()
107 currPos += opLen + blockLength; in getBlocksFromBam()
/dports/biology/py-deeptools/deepTools-3.5.1/deeptools/
H A Dutilities.py64 for op, opLen in read.cigartuples:
66 tlen += opLen
68 tlen += opLen
70 tlen += opLen
72 tlen += opLen
/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/fonts/truetype/
H A DOTFSubSetFileTestCase.java457 private byte[] getSubset(final int opLen) throws IOException { in getSubset() argument
459 OTFSubSetFile otfSubSetFile = new MyOTFSubSetFile(opLen); in getSubset()
487 int opLen; field in OTFSubSetFileTestCase.MyOTFSubSetFile
488 MyOTFSubSetFile(int opLen) throws IOException { in MyOTFSubSetFile() argument
490 this.opLen = opLen; in MyOTFSubSetFile()
511 cffReader.getTopDictEntries().get("CharStrings").setOperandLength(opLen); in createCFF()
/dports/biology/sra-tools/sra-tools-2.11.0/tools/sra-pileup/
H A Dcg_tools.c82 int32_t opLen; in ExplodeCIGAR() local
84 for ( i = j = opLen = 0; i < ciglen; ++i ) in ExplodeCIGAR()
88 opLen = opLen * 10 + cigar[ i ] - '0'; in ExplodeCIGAR()
93 SetCigOp( dst + j, cigar[ i ], opLen ); in ExplodeCIGAR()
94 opLen = 0; in ExplodeCIGAR()
165 int opLen = 0; in CIGAR_to_CG_Ops() local
170 opLen = opLen * 10 + input->p_cigar.ptr[ n + i ] - '0'; in CIGAR_to_CG_Ops()
184 tmp->cigOp[ ops ].length = opLen; in CIGAR_to_CG_Ops()
193 case 'S' : tmp->S_adjust += opLen; in CIGAR_to_CG_Ops()
H A Dsam-dump.c1943 int opLen=0; in CIGAR_to_CG_Ops() local
1947 opLen = opLen * 10 + cigar[n+i] - '0'; in CIGAR_to_CG_Ops()
1958 op[ ops ].length = opLen; in CIGAR_to_CG_Ops()
1968 *S_adjust += opLen; in CIGAR_to_CG_Ops()
2635 int opLen; in ExplodeCIGAR() local
2637 for ( i = j = opLen=0; i < ciglen; i++) { in ExplodeCIGAR()
2639 opLen = opLen * 10 + cigar[i] - '0'; in ExplodeCIGAR()
2642 SetCigOp(dst+j,cigar[i],opLen); in ExplodeCIGAR()
2643 opLen=0; in ExplodeCIGAR()
/dports/biology/bamutil/bamUtil-1.0.15/libStatGen/general/
H A DCigarRoller.cpp218 int opLen = cigarBuffer[i] >> 4; in Set() local
220 Add(cigarBuffer[i] & 0xF, opLen); in Set()
/dports/lang/gcc48/gcc-4.8.5/libgo/go/debug/dwarf/
H A Dline.go220 opLen []uint8 // lengths of standard opcodes member
276 hdr.opLen = b.bytes(int(hdr.opBase - 1))
441 if int(op) >= len(hdr.opLen) {
445 for i := hdr.opLen[op-1]; i > 0; i-- {
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/debug/dwarf/
H A Dline.go220 opLen []uint8 // lengths of standard opcodes member
276 hdr.opLen = b.bytes(int(hdr.opBase - 1))
441 if int(op) >= len(hdr.opLen) {
445 for i := hdr.opLen[op-1]; i > 0; i-- {
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/debug/dwarf/
H A Dline.go220 opLen []uint8 // lengths of standard opcodes member
276 hdr.opLen = b.bytes(int(hdr.opBase - 1))
441 if int(op) >= len(hdr.opLen) {
445 for i := hdr.opLen[op-1]; i > 0; i-- {
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/backup/
H A DBackup.hpp258 bool scanConf(Uint32 noOfOps, Uint32 opLen);
271 Uint32 opLen; member
723 opLen += len; in finished()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/backup/
H A DBackup.hpp258 bool scanConf(Uint32 noOfOps, Uint32 opLen);
271 Uint32 opLen; member
723 opLen += len; in finished()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/backup/
H A DBackup.hpp258 bool scanConf(Uint32 noOfOps, Uint32 opLen);
271 Uint32 opLen; member
723 opLen += len; in finished()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/kernel/blocks/backup/
H A DBackup.hpp258 bool scanConf(Uint32 noOfOps, Uint32 opLen);
271 Uint32 opLen; member
723 opLen += len; in finished()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/kernel/blocks/backup/
H A DBackup.hpp258 bool scanConf(Uint32 noOfOps, Uint32 opLen);
271 Uint32 opLen; member
723 opLen += len; in finished()
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/kernel/blocks/backup/
H A DBackup.hpp250 bool scanConf(Uint32 noOfOps, Uint32 opLen);
280 Uint32 opLen; member
739 opLen += attrSzTotal; in finished()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/backup/
H A DBackup.hpp270 bool scanConf(Uint32 noOfOps, Uint32 opLen);
284 Uint32 opLen; member
847 opLen += len; in finished()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/backup/
H A DBackup.hpp270 bool scanConf(Uint32 noOfOps, Uint32 opLen);
284 Uint32 opLen; member
847 opLen += len; in finished()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/kernel/blocks/backup/
H A DBackup.hpp270 bool scanConf(Uint32 noOfOps, Uint32 opLen);
284 Uint32 opLen; member
847 opLen += len; in finished()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/backup/
H A DBackup.hpp270 bool scanConf(Uint32 noOfOps, Uint32 opLen);
284 Uint32 opLen; member
847 opLen += len; in finished()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/kernel/blocks/backup/
H A DBackup.hpp270 bool scanConf(Uint32 noOfOps, Uint32 opLen);
284 Uint32 opLen; member
847 opLen += len; in finished()
/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DSocketLayer.cpp1051 socklen_t opLen=sizeof(oldTTL); in SendToTTL() local
1053 if (getsockopt(s, IPPROTO_IP, IP_TTL, ( char * ) & oldTTL, &opLen ) == -1) in SendToTTL()
1090 setsockopt(s, IPPROTO_IP, IP_TTL, ( char * ) & oldTTL, opLen ); in SendToTTL()
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/spark/sv/discovery/inference/
H A DBreakpointComplications.java583 final int opLen = cigarElement.getLength();
584 … refPos += operator.consumesReferenceBases() ? (isForwardStrand ? opLen : -opLen) : 0;
595 … result.add(new CigarElement(opLen-overshootOutOfRepeatRegion, operator));
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquickopenglshadereffect.cpp348 const int opLen = sizeof("qt_Opacity") - 1; in lookThroughShaderCode() local
355 if (nameLength == opLen && qstrncmp("qt_Opacity", s + nameIndex, opLen) == 0) { in lookThroughShaderCode()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/quick/items/
H A Dqquickopenglshadereffect.cpp348 const int opLen = sizeof("qt_Opacity") - 1; in lookThroughShaderCode() local
355 if (nameLength == opLen && qstrncmp("qt_Opacity", s + nameIndex, opLen) == 0) { in lookThroughShaderCode()

12345678910>>...67