Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
335
static 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_cache
Function · 0.85
Calls
1
my_round_up_to_next_power
Function · 0.85
Tested by
no test coverage detected