Home
last modified time | relevance | path

Searched refs:rnum (Results 1 – 13 of 13) sorted by relevance

/external/openssl/crypto/des/
Denc_read.c104 long num=0,rnum; in OPENSSL_IMPLEMENT_GLOBAL()
174 rnum=(num < 8)?8:((num+7)/8*8); in OPENSSL_IMPLEMENT_GLOBAL()
177 while (net_num < rnum) in OPENSSL_IMPLEMENT_GLOBAL()
180 i=read(fd,(void *)&(net[net_num]),rnum-net_num); in OPENSSL_IMPLEMENT_GLOBAL()
182 i=_read(fd,(void *)&(net[net_num]),rnum-net_num); in OPENSSL_IMPLEMENT_GLOBAL()
213 if (len < rnum) in OPENSSL_IMPLEMENT_GLOBAL()
Denc_writ.c91 long rnum; in DES_enc_write()
137 rnum=8; in DES_enc_write()
142 rnum=((len+7)/8*8); /* round up to nearest eight */ in DES_enc_write()
153 outnum=rnum+HDRSIZE; in DES_enc_write()
/external/chromium_org/third_party/openssl/openssl/crypto/des/
Denc_read.c104 long num=0,rnum; in OPENSSL_IMPLEMENT_GLOBAL()
174 rnum=(num < 8)?8:((num+7)/8*8); in OPENSSL_IMPLEMENT_GLOBAL()
177 while (net_num < rnum) in OPENSSL_IMPLEMENT_GLOBAL()
180 i=read(fd,(void *)&(net[net_num]),rnum-net_num); in OPENSSL_IMPLEMENT_GLOBAL()
182 i=_read(fd,(void *)&(net[net_num]),rnum-net_num); in OPENSSL_IMPLEMENT_GLOBAL()
213 if (len < rnum) in OPENSSL_IMPLEMENT_GLOBAL()
Denc_writ.c91 long rnum; in DES_enc_write()
137 rnum=8; in DES_enc_write()
142 rnum=((len+7)/8*8); /* round up to nearest eight */ in DES_enc_write()
153 outnum=rnum+HDRSIZE; in DES_enc_write()
/external/libopus/celt/
Dcelt_lpc.c99 VARDECL(opus_val16, rnum); in celt_fir()
103 ALLOC(rnum, ord, opus_val16); in celt_fir()
106 rnum[i] = num[ord-i-1]; in celt_fir()
119 sum = MAC16_16(sum,rnum[j],x[i+j]); in celt_fir()
127 xcorr_kernel(rnum, x+i, sum, ord); in celt_fir()
137 sum = MAC16_16(sum,rnum[j],x[i+j]); in celt_fir()
/external/chromium_org/third_party/opus/src/celt/
Dcelt_lpc.c99 VARDECL(opus_val16, rnum); in celt_fir()
103 ALLOC(rnum, ord, opus_val16); in celt_fir()
106 rnum[i] = num[ord-i-1]; in celt_fir()
119 sum = MAC16_16(sum,rnum[j],x[i+j]); in celt_fir()
127 xcorr_kernel(rnum, x+i, sum, ord); in celt_fir()
137 sum = MAC16_16(sum,rnum[j],x[i+j]); in celt_fir()
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/
Dchrome_ex_oauthsimple.js361 var rnum = Math.floor(Math.random() *cLength);
362 result += this._nonce_chars.substring(rnum,rnum+1);
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/gdocs/
Dchrome_ex_oauthsimple.js361 var rnum = Math.floor(Math.random() *cLength);
362 result += this._nonce_chars.substring(rnum,rnum+1);
/external/kernel-headers/original/uapi/linux/
Duhid.h82 __u8 rnum; member
/external/deqp/framework/common/
DtcuCompressedTexture.cpp2376 const deUint32 rnum = hash52(seed); in computeTexelPartition() local
2377 deUint8 seed1 = rnum & 0xf; in computeTexelPartition()
2378 deUint8 seed2 = (rnum >> 4) & 0xf; in computeTexelPartition()
2379 deUint8 seed3 = (rnum >> 8) & 0xf; in computeTexelPartition()
2380 deUint8 seed4 = (rnum >> 12) & 0xf; in computeTexelPartition()
2381 deUint8 seed5 = (rnum >> 16) & 0xf; in computeTexelPartition()
2382 deUint8 seed6 = (rnum >> 20) & 0xf; in computeTexelPartition()
2383 deUint8 seed7 = (rnum >> 24) & 0xf; in computeTexelPartition()
2384 deUint8 seed8 = (rnum >> 28) & 0xf; in computeTexelPartition()
2385 deUint8 seed9 = (rnum >> 18) & 0xf; in computeTexelPartition()
[all …]
/external/icu/icu4c/source/tools/tzcode/
Dzic.c142 const char * rname, int rnum);
447 eats(name, num, rname, rnum) in eats() argument
451 const int rnum;
456 rlinenum = rnum;
/external/chromium_org/third_party/icu/source/tools/tzcode/
Dzic.c142 const char * rname, int rnum);
447 eats(name, num, rname, rnum) in eats() argument
451 const int rnum;
456 rlinenum = rnum;
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
Djquery-1.6.4.js6303 rnum = /^-?\d/, variable
6593 if ( !rnumpx.test( ret ) && rnum.test( ret ) ) {