Common optimized math functions. More...
#include "co_math.h"#include "co_utils.h"Go to the source code of this file.
Functions | |
| uint32_t | co_crc32 (uint32_t addr, uint32_t len, uint32_t crc) |
| Compute a CRC32 on the buffer passed as parameter. | |
Variables | |
| static const uint32_t | crc_tab [256] |
| CRC lookup table. | |
Common optimized math functions.
Copyright (C) RivieraWaves 2011-2019
Definition in file co_math.c.
1.6.1