PandA-2024.02
Functions
main.c File Reference
#include <stdbool.h>
#include <stdint.h>
#include "checksum.h"
Include dependency graph for main.c:

Go to the source code of this file.

Functions

bool have_same_checksum (uint64_t original1, uint64_t original2, uint64_t reference1, uint64_t reference2)
 
int test (uint64_t original1, uint64_t original2, uint64_t reference1, uint64_t reference2, bool must_be_equal)
 

Function Documentation

◆ have_same_checksum()

bool have_same_checksum ( uint64_t  original1,
uint64_t  original2,
uint64_t  reference1,
uint64_t  reference2 
)

Definition at line 6 of file main.c.

References checksum().

Referenced by test().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ test()

int test ( uint64_t  original1,
uint64_t  original2,
uint64_t  reference1,
uint64_t  reference2,
bool  must_be_equal 
)

Definition at line 12 of file main.c.

References have_same_checksum().

Referenced by main().

Here is the call graph for this function:
Here is the caller graph for this function:

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