Cloudy
Spectral Synthesis Code for Astrophysics
Loading...
Searching...
No Matches
vectorhash.h File Reference
#include <string>
Include dependency graph for vectorhash.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void VectorHash (const void *key, size_t len, uint32_t seed, void *out)
 
std::string VHstream (FILE *io)
 
std::string VHstring (const std::string &s)
 

Function Documentation

◆ VectorHash()

void VectorHash ( const void * key,
size_t len,
uint32_t seed,
void * out )

References blocksize, h2, pad_buffer(), stateinit(), VectorHashBody(), VectorHashFinalize(), and vh_nint.

Referenced by VHstream(), and VHstring().

Here is the call graph for this function:

◆ VHstream()

std::string VHstream ( FILE * io)

References NULL, posix_memalign_free(), VectorHash(), vh_hwreg_width, and vh_nstate.

Referenced by t_cpu_i::check_data, and main().

Here is the call graph for this function:

◆ VHstring()

std::string VHstring ( const std::string & s)