The ROme OpTimistic Simulator  3.0.0
A General-Purpose Multithreaded Parallel/Distributed Simulation Platform
functions.c File Reference

Helper functions of the model used to verify the runtime correctness. More...

#include <integration/model/application.h>
#include <stdio.h>
#include <string.h>
+ Include dependency graph for functions.c:

Go to the source code of this file.

Functions

uint32_t crc_update (const uint64_t *buf, size_t n, uint32_t crc)
 
bufferget_buffer (buffer *head, unsigned i)
 
uint32_t read_buffer (buffer *head, unsigned i, uint32_t old_crc)
 
bufferallocate_buffer (lp_state *state, const unsigned *data, unsigned count)
 
bufferdeallocate_buffer (buffer *head, unsigned i)
 
void crc_table_init (void)
 

Variables

static uint32_t crc_table [256]
 

Detailed Description

Helper functions of the model used to verify the runtime correctness.

Definition in file functions.c.