Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DIp32.php85 private static function partsTo64(string $high, string $low): string argument
89 $low = $low < 0 ? bcadd($low, Ip32::$b32) : $low;
91 return bcadd(bcmul($high, Ip32::$b32), $low);
/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md43 // To create a new TAR archive directly on the filesystem (low memory