Lines Matching defs:tmp
1223 { int tmp ;
1228 tmp = (int) (1.0e9 / psf->sf.samplerate) ; /* Sample period in nano seconds */
1229 psf_binheader_writef (psf, "44", BHW4 (tmp), BHW4 (psf->instrument->basenote)) ;
1230 tmp = (uint32_t) (psf->instrument->detune * dtune + 0.5) ;
1231 psf_binheader_writef (psf, "4", BHW4 (tmp)) ;
1239 for (tmp = 0 ; tmp < psf->instrument->loop_count ; tmp++)
1242 type = psf->instrument->loops [tmp].mode ;
1245 psf_binheader_writef (psf, "44", BHW4 (tmp), BHW4 (type)) ;
1246 psf_binheader_writef (psf, "44", BHW4 (psf->instrument->loops [tmp].start), BHW4 (psf->instrument->loops [tmp].end - 1)) ;
1247 psf_binheader_writef (psf, "44", BHW4 (0), BHW4 (psf->instrument->loops [tmp].count)) ;