Home
last modified time | relevance | path

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

/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/
H A DDecoder.php195 list(, $double) = unpack('d', $this->maybeSwitchByteOrder($bits));
208 list(, $float) = unpack('f', $this->maybeSwitchByteOrder($bits));
231 list(, $int) = unpack('l', $this->maybeSwitchByteOrder($bytes));
351 private function maybeSwitchByteOrder($bytes) function in MaxMind\\Db\\Reader\\Decoder