PandA-2024.02
Macros | Functions | Variables
hash.c File Reference
#include <stdio.h>
#include "hash.h"
Include dependency graph for hash.c:

Go to the source code of this file.

Macros

#define SIZE   500
 
#define BINSIZE   500
 
#define CHECK_RESULT
 

Functions

int hash1 ()
 
int hash2 ()
 
int hash3 ()
 
int hash4 ()
 
int main (int argc, char **argv)
 

Variables

int result1 [SIZE]
 
int result2 [SIZE]
 
int result3 [SIZE]
 
int result4 [SIZE]
 

Macro Definition Documentation

◆ BINSIZE

#define BINSIZE   500

Definition at line 15 of file hash.c.

Referenced by hash1(), hash2(), hash3(), and hash4().

◆ CHECK_RESULT

#define CHECK_RESULT

Definition at line 95 of file hash.c.

◆ SIZE

#define SIZE   500

Definition at line 3 of file hash.c.

Referenced by hash1(), hash2(), hash3(), and hash4().

Function Documentation

◆ hash1()

int hash1 ( )

Definition at line 17 of file hash.c.

References BINSIZE, input, result, and SIZE.

Referenced by main().

Here is the caller graph for this function:

◆ hash2()

int hash2 ( )

Definition at line 37 of file hash.c.

References BINSIZE, input, result, and SIZE.

Referenced by main().

Here is the caller graph for this function:

◆ hash3()

int hash3 ( )

Definition at line 58 of file hash.c.

References BINSIZE, input, result, and SIZE.

Referenced by main().

Here is the caller graph for this function:

◆ hash4()

int hash4 ( )

Definition at line 76 of file hash.c.

References BINSIZE, input, result, and SIZE.

Referenced by main().

Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 96 of file hash.c.

References hash1(), hash2(), hash3(), and hash4().

Here is the call graph for this function:

Variable Documentation

◆ result1

int result1[SIZE]

Definition at line 10 of file hash.c.

◆ result2

int result2[SIZE]

Definition at line 11 of file hash.c.

◆ result3

int result3[SIZE]

Definition at line 12 of file hash.c.

◆ result4

int result4[SIZE]

Definition at line 13 of file hash.c.


Generated on Mon Feb 12 2024 13:03:09 for PandA-2024.02 by doxygen 1.8.13