Lines Matching refs:start
43 /* Force the start of this buffer to be double aligned. Sparc-solaris will
65 sf_count_t start ;
77 start = 0 ;
78 sf_command (sndfile, SFC_FILE_TRUNCATE, &start, sizeof (start)) ;
102 start = 2 ;
103 sf_command (sndfile, SFC_SET_RAW_START_OFFSET, &start, sizeof (start)) ;
105 /* Seek to new start */
117 start = 4 ;
118 sf_command (sndfile, SFC_SET_RAW_START_OFFSET, &start, sizeof (start)) ;
120 /* Seek to new start */
132 start = 0 ;
133 sf_command (sndfile, SFC_SET_RAW_START_OFFSET, &start, sizeof (start)) ;
135 /* Seek to new start */