Lines Matching refs:readLittleEndian
140 public function readLittleEndian($offset, $count, $force_bigendian = false)
373 $result = $this->readLittleEndian($index, 2);
388 return $this->readLittleEndian($index, 2);
397 $result = $this->readLittleEndian($index, 4);
417 return $this->readLittleEndian($index, 4);
426 return $this->readLittleEndian($index, 8);
435 return $this->readLittleEndian($index, 8);
444 $i = $this->readLittleEndian($index, 4);
455 $i = $this->readLittleEndian($index, 4);
456 $i2 = $this->readLittleEndian($index + 4, 4);
467 // readLittleEndian construct unsigned integer value from bytes. we have to encode this value to