deimos.lz4.xxHash

Undocumented in source.

Members

Aliases

XXH32_feed
alias XXH32_feed = XXH32_update
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XXH32_getIntermediateResult
alias XXH32_getIntermediateResult = XXH32_intermediateDigest
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XXH32_result
alias XXH32_result = XXH32_digest
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

XXH_errorcode
enum XXH_errorcode
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

XXH32
uint XXH32(void* input, int len, uint seed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XXH32_digest
uint XXH32_digest(void* state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XXH32_init
void* XXH32_init(uint seed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XXH32_intermediateDigest
uint XXH32_intermediateDigest(void* state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XXH32_resetState
XXH_errorcode XXH32_resetState(void* state, uint seed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XXH32_sizeofState
int XXH32_sizeofState()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
XXH32_update
XXH_errorcode XXH32_update(void* state, void* input, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

XXH32_SIZEOFSTATE
enum XXH32_SIZEOFSTATE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

XXH32_stateSpace_t
struct XXH32_stateSpace_t
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta