Lines Matching refs:nloops
415 ft->oob.instr.nloops = 0; in lsx_aiffstartread()
423 ft->oob.instr.nloops++; in lsx_aiffstartread()
432 ft->oob.instr.nloops++; in lsx_aiffstartread()
446 if(ft->oob.instr.nloops > 0) in reportInstrument()
448 for(loopNum = 0; loopNum < ft->oob.instr.nloops; loopNum++) { in reportInstrument()
661 if (ft->oob.instr.nloops) { in aiffwriteheader()
662 hsize += 8 /* MARK hdr */ + 2 + 16*ft->oob.instr.nloops; in aiffwriteheader()
744 if (ft->oob.instr.nloops) { in aiffwriteheader()
746 if (ft->oob.instr.nloops > 2) in aiffwriteheader()
747 ft->oob.instr.nloops = 2; in aiffwriteheader()
748 lsx_writedw(ft, 2 + 16u*ft->oob.instr.nloops); in aiffwriteheader()
749 lsx_writew(ft, ft->oob.instr.nloops); in aiffwriteheader()
751 for(i = 0; i < ft->oob.instr.nloops; i++) { in aiffwriteheader()
784 if (ft->oob.instr.nloops == 2) { in aiffwriteheader()