Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DJpegMeta.php1720 $offsetIFD0 = $this->_getLong($data, $pos + 4, $isBigEndian);
1763 $count = $this->_getLong($data, $base + $offset, $isBigEndian);
1773 $dataOffset = $this->_getLong($data, $base + $offset, $isBigEndian);
1804 $value = $this->_getLong($rawValue, 0, $isBigEndian);
1808 $value[$j] = $this->_getLong($rawValue, $j * 4, $isBigEndian);
1813 $a = $this->_getLong($rawValue, 0, $isBigEndian);
1814 $b = $this->_getLong($rawValue, 4, $isBigEndian);
1825 $a = $this->_getLong($rawValue, $j * 8, $isBigEndian);
1826 $b = $this->_getLong($rawValue, ($j * 8) + 4, $isBigEndian);
1859 $value = $this->_getLong($rawValue, 0, $isBigEndian);
[all …]