src/blake2: use C99's inline keyword for inlining
modified external/blake2/blake2-impl.h
@@ -18,19 +18,7 @@
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
@@ -45,7 +33,7 @@ static BLAKE2_INLINE uint32_t load32( const void *src )
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -64,7 +52,7 @@ static BLAKE2_INLINE uint64_t load64( const void *src )
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -77,7 +65,7 @@ static BLAKE2_INLINE uint16_t load16( const void *src )
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -88,7 +76,7 @@ static BLAKE2_INLINE void store16( void *dst, uint16_t w )
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -101,7 +89,7 @@ static BLAKE2_INLINE void store32( void *dst, uint32_t w )
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -118,7 +106,7 @@ static BLAKE2_INLINE void store64( void *dst, uint64_t w )
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -129,7 +117,7 @@ static BLAKE2_INLINE uint64_t load48( const void *src )
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -140,18 +128,18 @@ static BLAKE2_INLINE void store48( void *dst, uint64_t w )
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|