Home
last modified time | relevance | path

Searched refs:bits (Results 51 – 75 of 94) sorted by path

1234

/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/oc/
H A Doc.txt
/plugin/geonav/tpl/startermap/css/
H A Ddesign.css3 * bits that surround the content.
/plugin/gtime/gtlib/tsp/
H A DGTHashChain.php286 $bits = $N->toBits();
288 for ($i = 0; $i < strlen($bits); $i++) {
289 if ($bits{$i} == '1') {
311 $bits = $hashChainDirs->toBits();
314 while (strlen($bits) % 64 != 0) {
315 $bits = '0' . $bits;
320 for ($i = 0; $i < strlen($bits); $i++) {
321 if ($bits{$i} == '0') {
/plugin/gtime/gtlib/util/
H A DGTBaseX.php37 private $bits; variable in GTBaseX
59 $this->bits = 1;
62 $this->bits++;
65 if ((1 << $this->bits) != strlen($alphabet)) {
69 $this->block = 8 / GTUtil::gcd(8, $this->bits);
174 $mask = (1 << $this->bits) - 1;
176 while ($this->bits * $i < 8 * $length) {
182 while ($size < $this->bits) {
193 $size -= $this->bits;
252 $buff = ($buff << $this->bits) | $next;
[all …]
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php1105 $bits = 0;
1113 $bits = 6;
1115 $bits = 5;
1117 $bits = 4;
1119 $bits = 3;
1121 $bits = 2;
1125 if (($i + $bits) > $len) {
1128 while ($bits > 1) {
1134 $bits--;
/plugin/jcapture/lib/
H A Dcommons-codec-1.3.jar ... static final int BIT_7 private static final int[] BITS public void <init> () public byte[ ...
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dcommons-codec-1.3.jar ... static final int BIT_7 private static final int[] BITS public void <init> () public byte[ ...
/plugin/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daac.js2750 var bits = this.info.windowSequence === ICStream.EIGHT_SHORT_SEQUENCE ? 3 : 5,
2756 escape = (1 << bits) - 1;
2768 while ((incr = stream.read(bits)) === escape)
4537 bits = info.windowSequence === 2 ? SHORT_BITS : LONG_BITS;
4540 if (this.nFilt[w] = stream.read(bits[0])) {
4549 length_w[filt] = stream.read(bits[1]);
4551 if ((order_w[filt] = stream.read(bits[2])) > 20)
H A Daurora.js424 if (bits === 0) {
459 this.advance(bits);
465 if (bits === 0) {
505 if (bits === 0) {
508 if (bits > 40) {
526 a %= Math.pow(2, bits);
528 a &= (1 << bits) - 1;
541 this.advance(bits);
547 if (bits === 0) {
550 if (bits > 40) {
[all …]
H A Dmp3.js663 var PTR = function(offs, bits) { argument
667 bits: bits,
4075 bits: 'int8',
4880 var c = stream.read(quantclass.bits);
4888 nb = quantclass.bits;
5511 var bits = ((32 - 1 - 21) + (21 - cachesz)) & ~7;
5512 bitcache = (bitcache << bits) | peek.read(bits);
5513 cachesz += bits;
5514 bits_left -= bits;
5522 clumpsz = pair.ptr.bits;
[all …]
H A Dogg.js2bits=parseInt(type.substr(1));assert(bits%8===0);return bits/8}else{return 0}}}}),getNativeFieldSi… argument
H A Dopus.js2bits=parseInt(type.substr(1));assert(bits%8===0);return bits/8}else{return 0}}}}),getNativeFieldSi… argument
H A Dvorbis.js2bits=parseInt(type.substr(1));assert(bits%8===0);return bits/8}else{return 0}}}}),getNativeFieldSi… argument
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt2677 ¤ ['bitrate'] now returned (in bits-per-second) at root level for
2733 ¤ All flag bits are now returned as boolean rather than int or
2822 ¤ ['mpeg']['raw'] returns the integer values of the bits for MPEG
H A Dstructure.txt53 Overall bitrate: ['bitrate'] // ex 113485.71 (bits-per-second - divide by 1000…
81 …e() // average bitrate for entire file (all audio/video streams), in bits per second
87 …e() // average bitrate for audio portion of file (all audio streams), in bits per second
100 …er() // average bitrate for video portion of file (all video streams), in bits per second
2167 ['bits']=>integer() //
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php283 function Float2String($floatvalue, $bits) { argument
285 switch ($bits) {
310 …return BigEndian2String(Bin2Dec($signbit.$exponentbitstring.$fractionbitstring), $bits % 8, false);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php199 * @param int $bits
203 public static function Float2String($floatvalue, $bits) { argument
206 switch ($bits) {
230 …:BigEndian2String(self::Bin2Dec($signbit.$exponentbitstring.$fractionbitstring), $bits % 8, false);
H A Dmodule.audio-video.flv.php836 * @param int $bits
838 public function skipBits($bits) { argument
839 $newBits = $this->currentBits + $bits;
854 * @param int $bits
858 public function getBits($bits) { argument
860 for ($i = 0; $i < $bits; $i++) {
H A Dmodule.graphic.gif.php202 * @param int $bits
206 public function GetLSBits($bits) { argument
208 while (strlen($bitbuffer) < $bits) {
211 $value = bindec(substr($bitbuffer, 0 - $bits));
212 $bitbuffer = substr($bitbuffer, 0, 0 - $bits);
/plugin/jukebox/id3/
H A Dgetid3.lib.php123 function Float2String($floatvalue, $bits) { argument
125 switch ($bits) {
150 …dian2String(getid3_lib::Bin2Dec($signbit.$exponentbitstring.$fractionbitstring), $bits % 8, false);

1234