OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:value_line_buff
(Results
1 - 1
of
1
) sorted by null
/external/libvorbis/vq/
bookutil.c
129
static char *
value_line_buff
=NULL;
variable
134
if(!
value_line_buff
)return(-1);
136
*value=strtod(
value_line_buff
, &next);
137
if(next==
value_line_buff
){
138
value_line_buff
=NULL;
141
value_line_buff
=next;
142
while(*
value_line_buff
>44)
value_line_buff
++;
143
if(*
value_line_buff
==44)
value_line_buff
++
[
all
...]
Completed in 5497 milliseconds