MCPcopy Create free account
hub / github.com/apache/brpc / fmix32

Function fmix32

test/bthread_fd_unittest.cpp:224–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222}
223
224inline uint32_t fmix32 ( uint32_t h ) {
225 h ^= h >> 16;
226 h *= 0x85ebca6b;
227 h ^= h >> 13;
228 h *= 0xc2b2ae35;
229 h ^= h >> 16;
230 return h;
231}
232
233// Disable temporarily due to epoll's bug. The bug is fixed by
234// a kernel patch that lots of machines currently don't have

Callers 5

TESTFunction · 0.70
PollerAddCqSidMethod · 0.50
PollerRemoveCqSidMethod · 0.50
fd.cppFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected