Lines Matching refs:BUFFER_SIZE
36 #define BUFFER_SIZE (10000)
56 { static int write_buf [BUFFER_SIZE] ;
57 static int read_buf [BUFFER_SIZE] ;
76 for (k = 0 ; k < BUFFER_SIZE / 2 ; k++)
81 for ( ; k < BUFFER_SIZE ; k++)
84 sf_write_int (file, write_buf, BUFFER_SIZE) ;
89 if ((k = (int) sf_read_int (file, read_buf, BUFFER_SIZE)) != BUFFER_SIZE)
90 { printf ("Error (line %d) : Only read %d/%d.frames.\n", __LINE__, k, BUFFER_SIZE) ;
94 for (k = 0 ; k < BUFFER_SIZE ; k++)
98 k, BUFFER_SIZE) ;
99 oct_save_int (write_buf, read_buf, BUFFER_SIZE) ;