MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / func1

Function func1

deps/jemalloc/test/src/SFMT.c:366–368  ·  view source on GitHub ↗

* This function represents a function used in the initialization * by init_by_array * @param x 32-bit integer * @return 32-bit integer */

Source from the content-addressed store, hash-verified

364 * @return 32-bit integer
365 */
366static uint32_t func1(uint32_t x) {
367 return (x ^ (x >> 27)) * (uint32_t)1664525UL;
368}
369
370/**
371 * This function represents a function used in the initialization

Callers 1

init_by_arrayFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected