Searched defs:currentnos (Results 1 - 1 of 1) sorted by relevance

/external/libvorbis/lib/
H A Dvorbisfile.c472 int currentnos,
490 if(_lookup_serialno(endserial,currentno_list,currentnos)){
499 vf->offset=_get_prev_page_serial(vf,currentno_list,currentnos,&endserial,&endgran);
541 if(last<0 || !_lookup_page_serialno(&og,currentno_list,currentnos)){
557 vf->offset=_get_prev_page_serial(vf,currentno_list,currentnos,&testserial,&searchgran);
465 _bisect_forward_serialno(OggVorbis_File *vf, ogg_int64_t begin, ogg_int64_t searched, ogg_int64_t end, ogg_int64_t endgran, int endserial, long *currentno_list, int currentnos, long m) argument

Completed in 55 milliseconds