Lines Matching refs:start
72 /* Weird WAVPACK marker which can show up at the start of the DATA section. */
255 /* Lite remove start */
320 /* Set position to start of file to begin reading header. */
683 ** Check for 'wvpk' at the start of the DATA section. Not able to
691 /* Seek to start of DATA section. */
845 /* Lite remove start */
1246 psf_binheader_writef (psf, "44", BHW4 (psf->instrument->loops [tmp].start), BHW4 (psf->instrument->loops [tmp].end - 1)) ;
1379 uint32_t note, pitch, start, end, type = -1, count ;
1444 bytesread += psf_binheader_readf (psf, "4", &start) ;
1445 psf_log_printf (psf, " Start : %5u", start) ;
1457 { psf->instrument->loops [j].start = start ;