Searched refs:parity (Results 1 – 9 of 9) sorted by relevance
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
| D | Hash.php | 1078 $parity = $rotated = []; 1080 $parity[] = [ 1084 $rotated[] = static::rotateLeft32($parity[$i], 1); 1088 [$parity[4][0] ^ $rotated[1][0], $parity[4][1] ^ $rotated[1][1]], 1089 [$parity[0][0] ^ $rotated[2][0], $parity[0][1] ^ $rotated[2][1]], 1090 [$parity[1][0] ^ $rotated[3][0], $parity[1][1] ^ $rotated[3][1]], 1091 [$parity[2][0] ^ $rotated[4][0], $parity[2][1] ^ $rotated[4][1]], 1092 [$parity[3][0] ^ $rotated[0][0], $parity[3][1] ^ $rotated[0][1]] 1267 $parity = []; 1269 $parity[] = $s[0][$i] ^ $s[1][$i] ^ $s[2][$i] ^ $s[3][$i] ^ $s[4][$i]; [all …]
|
| /plugin/barcodes/vendor/jucksearm/php-barcode/lib/ |
| D | QRcode.php | 1670 protected function insertStructuredAppendHeader($items, $size, $index, $parity) { argument 1677 $buf = array($size, $index, $parity); 1689 $parity = 0; 1693 $parity ^= $item['data'][$i]; 1697 return $parity; 2784 * @return parity array 2786 protected function encode_rs_char($rs, $data, $parity) { argument 2798 $parity = array_fill(0, $NROOTS, 0); 2800 $feedback = $INDEX_OF[$data[$i] ^ $parity[0]]; 2807 $parity[$j] ^= $ALPHA_TO[$this->modnn($rs, $feedback + $GENPOLY[($NROOTS - $j)])]; [all …]
|
| /plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/ |
| D | collections.js | 684 var parity = _.groupBy([1, 2, 3, 4, 5, 6], function(num){ return num % 2; }); 685 assert.ok('0' in parity && '1' in parity, 'created a group for each value'); 686 assert.deepEqual(parity[0], [2, 4, 6], 'put each even number in the right group'); 721 var parity = _.indexBy([1, 2, 3, 4, 5], function(num){ return num % 2 === 0; }); 722 assert.equal(parity['true'], 4); 723 assert.equal(parity['false'], 5); 739 var parity = _.countBy([1, 2, 3, 4, 5], function(num){ return num % 2 === 0; }); 740 assert.equal(parity['true'], 2); 741 assert.equal(parity['false'], 3);
|
| /plugin/qrcode2/ |
| D | phpqrcode.php | 1364 public function insertStructuredAppendHeader($size, $index, $parity) argument 1374 $buf = array($size, $index, $parity); 1388 $parity = 0; 1393 $parity ^= $item->data[$i]; 1398 return $parity; 2398 public function encode_rs_char($data, &$parity) argument 2412 $parity = array_fill(0, $NROOTS, 0); 2416 $feedback = $INDEX_OF[$data[$i] ^ $parity[0]]; 2425 $parity[$j] ^= $ALPHA_TO[$this->modnn($feedback + $GENPOLY[$NROOTS-$j])]; 2430 array_shift($parity); [all …]
|
| /plugin/saml/phpsaml/extlib/xmlseclibs/ |
| D | xmlseclibs.php | 222 $parity = 1; 224 $parity ^= ($byte >> $j) & 1; 226 $byte |= $parity;
|
| /plugin/adfs/phpsaml/extlib/xmlseclibs/ |
| D | xmlseclibs.php | 222 $parity = 1; 224 $parity ^= ($byte >> $j) & 1; 226 $byte |= $parity;
|
| /plugin/pdfjs/pdfjs/web/ |
| D | viewer.js | 11217 var parity = this._spreadMode - 1; 11225 } else if (_i % 2 === parity) {
|
| D | viewer.js.map | 1 …parity","spread","firstPageView","intent","annotations","dontFlip","AnnotationLayer","MAX_CANVAS_P…
|
| /plugin/strata/ |
| D | plotly-2.25.2.min.js | 8 …parity=function(t){return t^=t>>>16,t^=t>>>8,t^=t>>>4,27030>>>(t&=15)&1};var n=new Array(256);!fun…
|