Searched refs:Ra (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Djpeglsenc.c117 int Ra, Rb, Rc, Rd; local
124 Ra = x ? R(cur, x - stride) : R(last, x);
130 D2 = Rc - Ra;
137 RUNval = Ra;
140 W(cur, x, Ra);
147 RItype = (FFABS(Ra - Rb) <= state->near);
148 pred = RItype ? Ra : Rb;
151 if(!RItype && Ra > Rb)
160 if(RItype || (Rb >= Ra))
161 Ra
[all...]
H A Djpeglsdec.c159 int Ra, Rb, Rc, Rd; local
166 Ra = x ? R(dst, x - stride) : R(last, x);
172 D2 = Rc - Ra;
186 W(dst, x, Ra);
202 W(dst, x, Ra);
208 RItype = (FFABS(Ra - Rb) <= state->near) ? 1 : 0;
214 pred = Ra + err;
216 if(Rb < Ra)
225 pred = mid_pred(Ra, Ra
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/uams/
H A Duams_dhx2_passwd.c64 static gcry_mpi_t p, Ra; variable
194 Ra = gcry_mpi_new(0);
205 /* Generate our random number Ra. */
212 gcry_mpi_scan(&Ra, GCRYMPI_FMT_USG, Ra_binary, PRIMEBITS/8, NULL);
216 /* Ma = g^Ra mod p. This is our "public" key */
217 gcry_mpi_powm(Ma, g, Ra, p);
259 /* We will only need p and Ra later, but mustn't forget to release it ! */
385 /* Now finally generate the Key: K = Mb^Ra mod p */
386 gcry_mpi_powm(K, Mb, Ra, p);
486 gcry_mpi_release(Ra);
[all...]
H A Duams_dhx2_pam.c45 static gcry_mpi_t p, g, Ra; variable
248 Ra = gcry_mpi_new(0);
251 /* Generate our random number Ra. */
258 gcry_mpi_scan(&Ra, GCRYMPI_FMT_USG, Ra_binary, PRIMEBITS/8, NULL);
262 /* Ma = g^Ra mod p. This is our "public" key */
263 gcry_mpi_powm(Ma, g, Ra, p);
305 /* We will need Ra later, but mustn't forget to release it ! */
428 /* Now finally generate the Key: K = Mb^Ra mod p */
429 gcry_mpi_powm(K, Mb, Ra, p);
527 gcry_mpi_release(Ra);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/prebuilt/WW/www/
H A Djquery.js32 true;if(j=c.fragments[a[0]])if(j!==1)f=j}if(!f){f=b.createDocumentFragment();c.clean(a,b,f,d)}if(e)c.fragments[a[0]]=j?f:1;return{fragment:f,cacheable:e}}function K(a,b){var d={};c.each(va.concat.apply([],va.slice(0,b)),function(){d[this]=a});return d}function wa(a){return"scrollTo"in a&&a.document?a:a.nodeType===9?a.defaultView||a.parentWindow:false}var c=function(a,b){return new c.fn.init(a,b)},Ra=A.jQuery,Sa=A.$,s=A.document,T,Ta=/^[^<]*(<[\w\W]+>)[^>]*$|^#([\w-]+)$/,Ua=/^.[^:#\[\.,]*$/,Va=/\S/,
38 c.isArray(i))?i:c.isArray(o)?[]:{};a[j]=c.extend(f,i,o)}else if(o!==w)a[j]=o}return a};c.extend({noConflict:function(a){A.$=Sa;if(a)A.jQuery=Ra;return c},isReady:false,ready:function(){if(!c.isReady){if(!s.body)return setTimeout(c.ready,13);c.isReady=true;if(Q){for(var a,b=0;a=Q[b++];)a.call(s,c);Q=null}c.fn.triggerHandler&&c(s).triggerHandler("ready")}},bindReady:function(){if(!xa){xa=true;if(s.readyState==="complete")return c.ready();if(s.addEventListener){s.addEventListener("DOMContentLoaded",

Completed in 170 milliseconds