Searched refs:nbits (Results 1 – 7 of 7) sorted by relevance
/plugin/securelogin/ |
H A D | rsalib.js | 274 function nbits(x) { function 304 + nbits(this[this.t - 1] ^ (this.s & this.DM)); 452 var nsh = this.DB - nbits(pm[pm.t - 1]); // normalize modulus 647 var r = nbi(), r2 = nbi(), g = z.convert(this), i = nbits(e) - 1;
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A D | pdfmake.js | 15357 var nbits = 16*ver*ver + 128*ver + 64; // finder, timing and format info. 15358 if (needsverinfo(ver)) nbits -= 36; // version information 15360 nbits -= 25 * v[2].length * v[2].length - 10 * v[2].length - 55; 15362 return nbits; 15368 var nbits = nfullbits(ver) & ~7; // no sub-octet code words 15370 nbits -= 8 * v[0][ecclevel] * v[1][ecclevel]; // ecc bits 15371 return nbits; 15390 return ((nbits/10) | 0) * 3 + (nbits%10 < 4 ? 0 : nbits%10 < 7 ? 1 : 2); 15392 return ((nbits/11) | 0) * 2 + (nbits%11 < 6 ? 0 : 1); 15394 return (nbits/8) | 0; [all …]
|
H A D | pdfmake.min.js.map | 1 …nbits","ndatabits","ndatalenbits","newdata","ch","maxbuflen","bits","datalen","nlenbits","calculat…
|
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
H A D | ogg.js | 15 …nbits(x){var r=1,t;if((t=x>>>16)!=0){x=t;r+=16}if((t=x>>8)!=0){x=t;r+=8}if((t=x>>4)!=0){x=t;r+=4}i… function
|
H A D | vorbis.js | 19 …nbits(x){var r=1,t;if((t=x>>>16)!=0){x=t;r+=16}if((t=x>>8)!=0){x=t;r+=8}if((t=x>>4)!=0){x=t;r+=4}i… function
|
H A D | opus.js | 23 …nbits(x){var r=1,t;if((t=x>>>16)!=0){x=t;r+=16}if((t=x>>8)!=0){x=t;r+=8}if((t=x>>4)!=0){x=t;r+=4}i… function
|
/plugin/datatables/assets/pdfmake/build/ |
H A D | pdfmake.min.js |
|