Cloudy
Spectral Synthesis Code for Astrophysics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

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

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

Referenced by VHstream(), and VHstring().

Here is the call graph for this function:

std::string VHstream ( FILE *  io)

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

Referenced by check_data(), and main().

Here is the call graph for this function:

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