Searched refs:lengthlist (Results 1 – 2 of 2) sorted by relevance
/external/tremolo/Tremolo/ |
D | codebook.c | 216 static int _make_decode_table(codebook *s,char *lengthlist,long quantvals, in _make_decode_table() argument 221 if (!lengthlist) return 1; in _make_decode_table() 233 if(_make_words(lengthlist,s->entries, in _make_decode_table() 243 if(_make_words(lengthlist,s->entries,work,quantvals,s,opb,maptype))return 1; in _make_decode_table() 381 char *lengthlist=NULL; in vorbis_book_unpack() local 406 lengthlist=(char *)alloca(sizeof(*lengthlist)*s->entries); in vorbis_book_unpack() 407 if(!lengthlist) goto _eofout; in vorbis_book_unpack() 417 lengthlist[i]=(char)(num+1); in vorbis_book_unpack() 421 lengthlist[i]=0; in vorbis_book_unpack() 429 lengthlist[i]=(char)(num+1); in vorbis_book_unpack() [all …]
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2008-08-10 | 67387 Test: svg/custom/invalid-lengthlist.svg
|