Home
last modified time | relevance | path

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

/plugin/swiftmail/Swift/Message/
H A DEncoder.php99 $chunk = $this->getHcf($chunk, 4);
104 $init_chunk = $this->getHcf($init_chunk, 4);
157 $chunk = $this->getHcf($chunk, 4);
451 protected function getHcf($value, $factor) function in Swift_Message_Encoder