Home
last modified time | relevance | path

Searched refs:residues (Results 1 – 12 of 12) sorted by relevance

/external/tremolo/Tremolo/
Dtreminfo.c160 for(i=0;i<ci->residues;i++) /* unpack does the range checking */ in vorbis_info_clear()
290 ci->residues=oggpack_read(opb,6)+1; in _vorbis_unpack_books()
291 ci->residue_param=_ogg_calloc(ci->residues, sizeof(*ci->residue_param)); in _vorbis_unpack_books()
293 ci->residues=0; in _vorbis_unpack_books()
296 for(i=0;i<ci->residues;i++) in _vorbis_unpack_books()
Dcodec_internal.h206 int residues; member
Dmapping0.c115 if(info->submaplist[i].residue>=ci->residues)goto err_out; in mapping_info_unpack()
/external/libvorbis/lib/
Dinfo.c181 for(i=0;i<ci->residues;i++) /* unpack does the range checking */ in vorbis_info_clear()
306 ci->residues=oggpack_read(opb,6)+1; in _vorbis_unpack_books()
307 if(ci->residues<=0)goto err_out; in _vorbis_unpack_books()
308 for(i=0;i<ci->residues;i++){ in _vorbis_unpack_books()
519 oggpack_write(opb,ci->residues-1,6); in _vorbis_pack_books()
520 for(i=0;i<ci->residues;i++){ in _vorbis_pack_books()
Dcodec_internal.h109 int residues; member
Dblock.c271 b->residue=_ogg_calloc(ci->residues,sizeof(*b->residue)); in _vds_shared_init()
277 for(i=0;i<ci->residues;i++) in _vds_shared_init()
348 for(i=0;i<ci->residues;i++) in vorbis_dsp_clear()
Dvorbisenc.c467 if(ci->residues<=number)ci->residues=number+1; in vorbis_encode_residue_setup()
Dmapping0.c147 if(info->residuesubmap[i]>=ci->residues || info->residuesubmap[i]<0)goto err_out; in mapping0_unpack()
/external/chromium_org/third_party/openssl/openssl/crypto/dh/
Dgenerate58 it still covers half the space of possible residues. And an
/external/openssl/crypto/dh/
Dgenerate58 it still covers half the space of possible residues. And an
/external/dropbear/libtommath/
Dchanges.txt184 iteration. Instead now a smaller table is kept of the residues which can be updated
/external/dropbear/libtomcrypt/
Dcrypt.tex4891 In essence a table of machine-word sized residues are kept of a candidate modulo a set of primes. …
4892 is rejected and ultimately incremented to test the next number the residues are updated without usi…