Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DIp32.php29 $mask = Ip32::makeBitmaskOn32(64 - $pow);
53 private static function makeBitmaskOn32(int $pow): string function in dokuwiki\\Ip32