MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / next_power

Function next_power

mysys/mf_keycache.c:335–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333#endif
334
335static inline uint next_power(uint value)
336{
337 return (uint) my_round_up_to_next_power((uint32) value) << 1;
338}
339
340
341/*

Callers 1

init_key_cacheFunction · 0.85

Calls 1

Tested by

no test coverage detected