diff options
Diffstat (limited to 'src/arch/common.h')
| -rw-r--r-- | src/arch/common.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/arch/common.h b/src/arch/common.h index 52e0fc7..5c1efde 100644 --- a/src/arch/common.h +++ b/src/arch/common.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | STATIC_INLINE int popcount_u32(uint32_t); | 1 | STATIC_INLINE int popcount_u32(uint32_t); |
| 2 | 2 | ||
| 3 | STATIC void pieces(cube_t *, uint8_t [static 8], uint8_t [static 12]); | 3 | STATIC void pieces(cube_t [static 1], uint8_t [static 8], uint8_t [static 12]); |
| 4 | STATIC_INLINE bool equal(cube_t, cube_t); | 4 | STATIC_INLINE bool equal(cube_t, cube_t); |
| 5 | STATIC_INLINE cube_t invertco(cube_t); | 5 | STATIC_INLINE cube_t invertco(cube_t); |
| 6 | STATIC_INLINE cube_t compose_edges(cube_t, cube_t); | 6 | STATIC_INLINE cube_t compose_edges(cube_t, cube_t); |
| @@ -14,9 +14,9 @@ STATIC_INLINE int64_t coord_cocsep(cube_t); | |||
| 14 | STATIC_INLINE int64_t coord_eo(cube_t); | 14 | STATIC_INLINE int64_t coord_eo(cube_t); |
| 15 | STATIC_INLINE int64_t coord_esep(cube_t); | 15 | STATIC_INLINE int64_t coord_esep(cube_t); |
| 16 | 16 | ||
| 17 | STATIC_INLINE void copy_corners(cube_t *, cube_t); | 17 | STATIC_INLINE void copy_corners(cube_t [static 1], cube_t); |
| 18 | STATIC_INLINE void copy_edges(cube_t *, cube_t); | 18 | STATIC_INLINE void copy_edges(cube_t [static 1], cube_t); |
| 19 | STATIC_INLINE void set_eo(cube_t *, int64_t); | 19 | STATIC_INLINE void set_eo(cube_t [static 1], int64_t); |
| 20 | STATIC_INLINE cube_t invcoord_esep(int64_t); | 20 | STATIC_INLINE cube_t invcoord_esep(int64_t); |
| 21 | 21 | ||
| 22 | STATIC_INLINE void invcoord_esep_array(int64_t, int64_t, uint8_t[static 12]); | 22 | STATIC_INLINE void invcoord_esep_array(int64_t, int64_t, uint8_t[static 12]); |
