• Home
  • Raw
  • Download

Lines Matching refs:sf_seek

747 	if ((k = sf_seek (file, 0, SEEK_SET)) != 0)  in lcomp_test_short()
768 if ((k = sf_seek (file, seekpos, SEEK_SET)) != seekpos) in lcomp_test_short()
780 if ((k = sf_seek (file, 0, SEEK_CUR)) != seekpos + 1) in lcomp_test_short()
785 seekpos = sf_seek (file, 0, SEEK_CUR) + BUFFER_SIZE / 5 ; in lcomp_test_short()
786 k = sf_seek (file, BUFFER_SIZE / 5, SEEK_CUR) ; in lcomp_test_short()
794 seekpos = sf_seek (file, 0, SEEK_CUR) - 20 ; in lcomp_test_short()
796 k = sf_seek (file, -20, SEEK_CUR) ; in lcomp_test_short()
804 sf_seek (file, sfinfo.frames, SEEK_SET) ; in lcomp_test_short()
812 if ((k = sf_seek (file, 5 - sfinfo.frames, SEEK_END)) != 5) in lcomp_test_short()
945 if ((k = sf_seek (file, 0, SEEK_SET)) != 0) in lcomp_test_int()
966 if ((k = sf_seek (file, seekpos, SEEK_SET)) != seekpos) in lcomp_test_int()
978 if ((k = sf_seek (file, 0, SEEK_CUR)) != seekpos + 1) in lcomp_test_int()
983 seekpos = sf_seek (file, 0, SEEK_CUR) + BUFFER_SIZE / 5 ; in lcomp_test_int()
984 k = sf_seek (file, BUFFER_SIZE / 5, SEEK_CUR) ; in lcomp_test_int()
991 seekpos = sf_seek (file, 0, SEEK_CUR) - 20 ; in lcomp_test_int()
993 k = sf_seek (file, -20, SEEK_CUR) ; in lcomp_test_int()
1001 sf_seek (file, sfinfo.frames, SEEK_SET) ; in lcomp_test_int()
1009 if ((k = sf_seek (file, 5 - sfinfo.frames, SEEK_END)) != 5) in lcomp_test_int()
1139 if ((k = sf_seek (file, 0, SEEK_SET)) != 0) in lcomp_test_float()
1160 if ((k = sf_seek (file, seekpos, SEEK_SET)) != seekpos) in lcomp_test_float()
1172 if ((k = sf_seek (file, 0, SEEK_CUR)) != seekpos + 1) in lcomp_test_float()
1177 seekpos = sf_seek (file, 0, SEEK_CUR) + BUFFER_SIZE / 5 ; in lcomp_test_float()
1178 k = sf_seek (file, BUFFER_SIZE / 5, SEEK_CUR) ; in lcomp_test_float()
1185 seekpos = sf_seek (file, 0, SEEK_CUR) - 20 ; in lcomp_test_float()
1187 k = sf_seek (file, -20, SEEK_CUR) ; in lcomp_test_float()
1195 sf_seek (file, sfinfo.frames, SEEK_SET) ; in lcomp_test_float()
1203 if ((k = sf_seek (file, 5 - sfinfo.frames, SEEK_END)) != 5) in lcomp_test_float()
1333 if ((k = sf_seek (file, 0, SEEK_SET)) != 0) in lcomp_test_double()
1354 if ((k = sf_seek (file, seekpos, SEEK_SET)) != seekpos) in lcomp_test_double()
1366 if ((k = sf_seek (file, 0, SEEK_CUR)) != seekpos + 1) in lcomp_test_double()
1371 seekpos = sf_seek (file, 0, SEEK_CUR) + BUFFER_SIZE / 5 ; in lcomp_test_double()
1372 k = sf_seek (file, BUFFER_SIZE / 5, SEEK_CUR) ; in lcomp_test_double()
1379 seekpos = sf_seek (file, 0, SEEK_CUR) - 20 ; in lcomp_test_double()
1381 k = sf_seek (file, -20, SEEK_CUR) ; in lcomp_test_double()
1389 sf_seek (file, sfinfo.frames, SEEK_SET) ; in lcomp_test_double()
1397 if ((k = sf_seek (file, 5 - sfinfo.frames, SEEK_END)) != 5) in lcomp_test_double()
1549 { if ((k = sf_seek (file, 0, SEEK_SET)) != 0) in sdlcomp_test_short()
1574 if ((k = sf_seek (file, seekpos, SEEK_SET)) != seekpos) in sdlcomp_test_short()
1585 if ((k = sf_seek (file, 0, SEEK_CUR)) != seekpos + 1) in sdlcomp_test_short()
1590 seekpos = sf_seek (file, 0, SEEK_CUR) + BUFFER_SIZE / 5 ; in sdlcomp_test_short()
1591 k = sf_seek (file, BUFFER_SIZE / 5, SEEK_CUR) ; in sdlcomp_test_short()
1598 seekpos = sf_seek (file, 0, SEEK_CUR) - 20 ; in sdlcomp_test_short()
1600 k = sf_seek (file, -20, SEEK_CUR) ; in sdlcomp_test_short()
1608 sf_seek (file, sfinfo.frames, SEEK_SET) ; in sdlcomp_test_short()
1617 if ((k = sf_seek (file, 5 - sfinfo.frames, SEEK_END)) != 5) in sdlcomp_test_short()
1771 { if ((k = sf_seek (file, 0, SEEK_SET)) != 0) in sdlcomp_test_int()
1796 if ((k = sf_seek (file, seekpos, SEEK_SET)) != seekpos) in sdlcomp_test_int()
1807 if ((k = sf_seek (file, 0, SEEK_CUR)) != seekpos + 1) in sdlcomp_test_int()
1812 seekpos = sf_seek (file, 0, SEEK_CUR) + BUFFER_SIZE / 5 ; in sdlcomp_test_int()
1813 k = sf_seek (file, BUFFER_SIZE / 5, SEEK_CUR) ; in sdlcomp_test_int()
1820 seekpos = sf_seek (file, 0, SEEK_CUR) - 20 ; in sdlcomp_test_int()
1822 k = sf_seek (file, -20, SEEK_CUR) ; in sdlcomp_test_int()
1830 sf_seek (file, sfinfo.frames, SEEK_SET) ; in sdlcomp_test_int()
1839 if ((k = sf_seek (file, 5 - sfinfo.frames, SEEK_END)) != 5) in sdlcomp_test_int()
2016 { if ((k = sf_seek (file, 0, SEEK_SET)) != 0) in sdlcomp_test_float()
2041 if ((k = sf_seek (file, seekpos, SEEK_SET)) != seekpos) in sdlcomp_test_float()
2052 if ((k = sf_seek (file, 0, SEEK_CUR)) != seekpos + 1) in sdlcomp_test_float()
2057 seekpos = sf_seek (file, 0, SEEK_CUR) + BUFFER_SIZE / 5 ; in sdlcomp_test_float()
2058 k = sf_seek (file, BUFFER_SIZE / 5, SEEK_CUR) ; in sdlcomp_test_float()
2065 seekpos = sf_seek (file, 0, SEEK_CUR) - 20 ; in sdlcomp_test_float()
2067 k = sf_seek (file, -20, SEEK_CUR) ; in sdlcomp_test_float()
2075 sf_seek (file, sfinfo.frames, SEEK_SET) ; in sdlcomp_test_float()
2084 if ((k = sf_seek (file, 5 - sfinfo.frames, SEEK_END)) != 5) in sdlcomp_test_float()
2257 { if ((k = sf_seek (file, 0, SEEK_SET)) != 0) in sdlcomp_test_double()
2282 if ((k = sf_seek (file, seekpos, SEEK_SET)) != seekpos) in sdlcomp_test_double()
2293 if ((k = sf_seek (file, 0, SEEK_CUR)) != seekpos + 1) in sdlcomp_test_double()
2298 seekpos = sf_seek (file, 0, SEEK_CUR) + BUFFER_SIZE / 5 ; in sdlcomp_test_double()
2299 k = sf_seek (file, BUFFER_SIZE / 5, SEEK_CUR) ; in sdlcomp_test_double()
2306 seekpos = sf_seek (file, 0, SEEK_CUR) - 20 ; in sdlcomp_test_double()
2308 k = sf_seek (file, -20, SEEK_CUR) ; in sdlcomp_test_double()
2316 sf_seek (file, sfinfo.frames, SEEK_SET) ; in sdlcomp_test_double()
2325 if ((k = sf_seek (file, 5 - sfinfo.frames, SEEK_END)) != 5) in sdlcomp_test_double()