Octopus
checksum.c File Reference

Go to the source code of this file.

Typedefs

typedef int fint
 
typedef int fint4
 
typedef long long int fint8
 
typedef char fchar
 

Functions

void checksum_calculate_ (const fint *algorithm, const fint8 *narray, const fint8 *array, fint8 *sum)
 

Typedef Documentation

◆ fint

typedef int fint

Definition at line 18 of file checksum.c.

◆ fint4

typedef int fint4

Definition at line 19 of file checksum.c.

◆ fint8

typedef long long int fint8

Definition at line 20 of file checksum.c.

◆ fchar

typedef char fchar

Definition at line 22 of file checksum.c.

Function Documentation

◆ checksum_calculate_()

void checksum_calculate_ ( const fint algorithm,
const fint8 narray,
const fint8 array,
fint8 sum 
)

Definition at line 30 of file checksum.c.