Searched refs:residues (Results 1 - 9 of 9) sorted by relevance

/external/libvorbis/lib/
H A Dcodec_internal.h109 int residues; member in struct:codec_setup_info
H A Dinfo.c181 for(i=0;i<ci->residues;i++) /* unpack does the range checking */
306 ci->residues=oggpack_read(opb,6)+1;
307 if(ci->residues<=0)goto err_out;
308 for(i=0;i<ci->residues;i++){
518 /* residues */
519 oggpack_write(opb,ci->residues-1,6);
520 for(i=0;i<ci->residues;i++){
H A Dblock.c271 b->residue=_ogg_calloc(ci->residues,sizeof(*b->residue));
277 for(i=0;i<ci->residues;i++)
348 for(i=0;i<ci->residues;i++)
H A Dvorbisenc.c467 if(ci->residues<=number)ci->residues=number+1;
H A Dmapping0.c147 if(info->residuesubmap[i]>=ci->residues || info->residuesubmap[i]<0)goto err_out;
/external/tremolo/Tremolo/
H A Dtreminfo.c160 for(i=0;i<ci->residues;i++) /* unpack does the range checking */
275 ci->residues=oggpack_read(opb,6)+1;
276 ci->residue_param=_ogg_malloc(sizeof(*ci->residue_param)*ci->residues);
277 for(i=0;i<ci->residues;i++)
H A Dcodec_internal.h206 int residues; member in struct:codec_setup_info
H A Dmapping0.c115 if(info->submaplist[i].residue>=ci->residues)goto err_out;
/external/dropbear/libtomcrypt/
H A Dcrypt.tex4891 In essence a table of machine-word sized residues are kept of a candidate modulo a set of primes. When the candidate
4892 is rejected and ultimately incremented to test the next number the residues are updated without using multi-word precision

Completed in 39 milliseconds