OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_next_ivalue
(Results
1 - 3
of
3
) sorted by null
/external/libvorbis/vq/
bookutil.h
30
extern int
get_next_ivalue
(FILE *in,long *ivalue);
bookutil.c
159
int
get_next_ivalue
(FILE *in,long *ivalue){
function
282
if(
get_next_ivalue
(in,c->quantlist+i)){
292
if(
get_next_ivalue
(in,c->lengthlist+i)){
huffbuild.c
119
if(
get_next_ivalue
(file,&v))break;
Completed in 329 milliseconds