Searched refs:currentno_list (Results 1 – 1 of 1) sorted by relevance
/external/libvorbis/lib/ |
D | vorbisfile.c | 471 long *currentno_list, in _bisect_forward_serialno() argument 490 if(_lookup_serialno(endserial,currentno_list,currentnos)){ in _bisect_forward_serialno() 499 vf->offset=_get_prev_page_serial(vf,currentno_list,currentnos,&endserial,&endgran); in _bisect_forward_serialno() 541 if(last<0 || !_lookup_page_serialno(&og,currentno_list,currentnos)){ in _bisect_forward_serialno() 557 vf->offset=_get_prev_page_serial(vf,currentno_list,currentnos,&testserial,&searchgran); in _bisect_forward_serialno()
|