Home
last modified time | relevance | path

Searched refs:endianness (Results 1 – 4 of 4) sorted by relevance

/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DBinaryWriter.php28 private $endianness = 0; variable in geoPHP\\Adapter\\BinaryWriter
30 public function __construct($endianness = 0) argument
32 $this->endianness = $endianness;
40 return $this->endianness === self::BIG_ENDIAN;
48 return $this->endianness === self::LITTLE_ENDIAN;
H A DBinaryReader.php30 private $endianness = 0; variable in geoPHP\\Adapter\\BinaryReader
62 $this->endianness = $endian === self::BIG_ENDIAN ? self::BIG_ENDIAN : self::LITTLE_ENDIAN;
70 return $this->endianness;
100 return $int32 !== '' ? current(unpack($this->endianness == self::LITTLE_ENDIAN ? 'V' : 'N', $int32)) : null;
111 return $this->endianness == self::LITTLE_ENDIAN
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1 …ta[offset + 2] << 8) | data[offset + 3]) >>> 0;\n}\n\n// Lazy test the endianness of the platform\…
H A Dpdf.worker.js.map1endianness of the platform\n// NOTE: This will be 'true' for simulated TypedArrays\nfunction isLit…