php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
PMurHash.h File Reference
#include <stdint.h>

Go to the source code of this file.

Functions

void PMurHash32_Process (uint32_t *ph1, uint32_t *pcarry, const void *key, int len)
 
uint32_t PMurHash32_Result (uint32_t h1, uint32_t carry, uint32_t total_length)
 

Function Documentation

◆ PMurHash32_Process()

void PMurHash32_Process ( uint32_t * ph1,
uint32_t * pcarry,
const void * key,
int len )

Definition at line 123 of file PMurHash.c.

◆ PMurHash32_Result()

uint32_t PMurHash32_Result ( uint32_t h1,
uint32_t carry,
uint32_t total_length )

Definition at line 208 of file PMurHash.c.