mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-19 02:16:34 +08:00
__inline -> inline
This commit is contained in:
@@ -66,7 +66,7 @@ typedef struct HSHTBL_i
|
|||||||
} hashtable_int;
|
} hashtable_int;
|
||||||
|
|
||||||
|
|
||||||
__inline static unsigned int next_power_of_two(unsigned int value)
|
inline static unsigned int next_power_of_two(unsigned int value)
|
||||||
{
|
{
|
||||||
/* Round up to the next highest power of 2 */
|
/* Round up to the next highest power of 2 */
|
||||||
/* from http://www-graphics.stanford.edu/~seander/bithacks.html */
|
/* from http://www-graphics.stanford.edu/~seander/bithacks.html */
|
||||||
|
Reference in New Issue
Block a user