KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
crc.c File Reference
#include <sys/types.h>
#include "hdr.h"

Functions

void crc_start ()
 
u_long crc (char *ptr, int nr) const
 

Variables

static const char rcsid []
 
const u_long crctab []
 
u_long crcval
 
u_int step
 

Function Documentation

◆ crc()

u_long crc ( char * ptr,
int nr ) const

References crctab, crcval, and step.

Referenced by restore(), and save().

◆ crc_start()

void crc_start ( void )

References crcval, and step.

Referenced by restore(), and save().

Variable Documentation

◆ crctab

const u_long crctab[]

Referenced by crc().

◆ crcval

u_long crcval

Referenced by crc(), and crc_start().

◆ rcsid

const char rcsid[]
static
Initial value:
=
"$FreeBSD: src/games/adventure/crc.c,v 1.6 1999/12/19 00:21:50 billf Exp $"

◆ step

u_int step

Referenced by crc(), and crc_start().