#include <assert.h>
#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include "checkasm.h"
#include "libavutil/attributes.h"
#include "libavutil/avassert.h"
#include "libavutil/crc.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/macros.h"
#include "libavutil/mem_internal.h"
Go to the source code of this file.
|
| #define | av_pure |
| |
| #define | TEST(CRC) [AV_CRC_ ## CRC] = #CRC |
| |
◆ av_pure
Definition at line 29 of file crc.c.
◆ TEST
| #define TEST |
( |
|
CRC | ) |
[AV_CRC_ ## CRC] = #CRC |
◆ check_crc()
| static void check_crc |
( |
const AVCRC * |
table_new, |
|
|
const char * |
name, |
|
|
unsigned |
idx |
|
) |
| |
|
static |
◆ checkasm_check_crc()
| void checkasm_check_crc |
( |
void |
| ) |
|
Definition at line 71 of file crc.c.