DRUPAL_HASH_COUNT

The standard log2 number of iterations for password stretching. This should increase by 1 every Drupal version in order to counteract increases in the speed and power of computers available to crack the hashes.

drupal/includes/password.inc, line 22

<?php
define('DRUPAL_HASH_COUNT', 14)
?>