OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
CRC.cpp File Reference
#include "Message/CRC.h"
Include dependency graph for CRC.cpp:

Go to the source code of this file.

Functions

CRCTYPE crc (void *icp, int icnt)
 

Variables

static CRCTYPE crctab [256]
 

Function Documentation

◆ crc()

CRCTYPE crc ( void *  icp,
int  icnt 
)

Definition at line 106 of file CRC.cpp.

References crc(), and crctab.

Referenced by crc(), Communicate::fill_msg_buffer(), and Communicate::unpack_message().

Here is the call graph for this function:

Variable Documentation

◆ crctab

CRCTYPE crctab[256]
static

Definition at line 36 of file CRC.cpp.

Referenced by crc().