Searched refs:_dictNextPower (Results 1 – 2 of 2) sorted by relevance
45 static unsigned long _dictNextPower(unsigned long size);90 unsigned long realsize = _dictNextPower(size), i; in dictExpand()306 static unsigned long _dictNextPower(unsigned long size) { in _dictNextPower() function
68 static unsigned long _dictNextPower(unsigned long size);155 unsigned long realsize = _dictNextPower(size); in dictExpand()944 static unsigned long _dictNextPower(unsigned long size) in _dictNextPower() function