Home
last modified time | relevance | path

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

/external/tremolo/Tremolo/
Dtreminfo.c160 for(i=0;i<ci->residues;i++) /* unpack does the range checking */ in vorbis_info_clear()
275 ci->residues=oggpack_read(opb,6)+1; in _vorbis_unpack_books()
276 ci->residue_param=_ogg_malloc(sizeof(*ci->residue_param)*ci->residues); in _vorbis_unpack_books()
277 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/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…