Searched refs:lengthlist (Results 1 – 2 of 2) sorted by relevance
/external/tremor/Tremor/ |
D | codebook.c | 196 static int _make_decode_table(codebook *s,char *lengthlist,long quantvals, in _make_decode_table() argument 201 if (!lengthlist) return 1; in _make_decode_table() 213 if(_make_words(lengthlist,s->entries, in _make_decode_table() 224 if(_make_words(lengthlist,s->entries,work,quantvals,s,opb,maptype))return 1; in _make_decode_table() 361 char *lengthlist=NULL; in vorbis_book_unpack() local 383 lengthlist=(char *)alloca(sizeof(*lengthlist)*s->entries); in vorbis_book_unpack() 384 if(!lengthlist) goto _eofout; in vorbis_book_unpack() 394 lengthlist[i]=num+1; in vorbis_book_unpack() 398 lengthlist[i]=0; in vorbis_book_unpack() 406 lengthlist[i]=num+1; in vorbis_book_unpack() [all …]
|
/external/webkit/WebCore/ |
D | ChangeLog-2008-08-10 | 67387 Test: svg/custom/invalid-lengthlist.svg
|