Home
last modified time | relevance | path

Searched refs:endian (Results 1 – 9 of 9) sorted by relevance

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
DBinaryReader.php58 * @param int $endian self::BIG_ENDIAN or self::LITTLE_ENDIAN
60 public function setEndianness($endian) argument
62 $this->endianness = $endian === self::BIG_ENDIAN ? self::BIG_ENDIAN : self::LITTLE_ENDIAN;
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js29460 function BN(number, base, endian) {
29473 endian = base;
29477 this._init(number || 0, base || 10, endian || 'be');
29513 BN.prototype._init = function init(number, base, endian) {
29515 return this._initNumber(number, base, endian);
29519 return this._initArray(number, base, endian);
29545 if (endian !== 'le') return;
29547 this._initArray(this.toArray(), base, endian);
29550 BN.prototype._initNumber = function _initNumber(number, base, endian) {
29569 if (endian !== 'le') return; // Reverse the bytes
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
D7.7.js.map1 …ment-section',\n 'endexec',\n 'endform',\n 'endfunction',\n 'endian',\n 'endif',\n …
/plugin/datatables/assets/pdfmake/
Dpdfmake.js2835 function NumberT(type, endian) {
2836 if (endian === void 0) {
2837 endian = 'BE';
2840 this.endian = endian;
2843 this.fn += this.endian;
2879 function Fixed(size, endian, fracBits) {
2884 _this = _NumberT.call(this, "Int" + size, endian) || this;
Dpdfmake.min.js2 … 0===i&&(i="BE"),this.type=r,this.endian=i,this.fn=this.type,"8"!==this.type[this.type.length-1]&&…
/plugin/pgn4web/pgn4web/
Dpgn-standard.txt2735 low-endian format with the least significant byte appearing first.
/plugin/jplayer/vendor/james-heinrich/getid3/
Dchangelog.txt1322 work. I need to find out how to specify big-endian unicode !=
/plugin/jmol2/jmol/
DCHANGES.txt3199 # see little-endian example at http://chemapps.stolaf.edu/jmol/docs/misc/pmesh.bin
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js.map1 …2));\n // Now we have to take the first 16 bytes of an unsigned big endian\n // integer …