php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
#define | FORCE_INLINE static inline __attribute__((always_inline)) |
#define | ROTL32(x, r) |
#define | READ_UINT32(ptr) |
#define | doblock(h1, k1) |
#define | dobytes(cnt, h1, c, n, ptr, len) |
Functions | |
void | PMurHash32_Process (uint32_t *ph1, uint32_t *pcarry, const void *key, int len) |
uint32_t | PMurHash32_Result (uint32_t h, uint32_t carry, uint32_t total_length) |
#define doblock | ( | h1, | |
k1 ) |
Definition at line 93 of file PMurHash.c.
Definition at line 106 of file PMurHash.c.
#define FORCE_INLINE static inline __attribute__((always_inline)) |
Definition at line 76 of file PMurHash.c.
Definition at line 83 of file PMurHash.c.
#define ROTL32 | ( | x, | |
r ) |
Definition at line 78 of file PMurHash.c.
Definition at line 123 of file PMurHash.c.
uint32_t PMurHash32_Result | ( | uint32_t | h, |
uint32_t | carry, | ||
uint32_t | total_length ) |
Definition at line 208 of file PMurHash.c.