Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/questdb/questdb
/ msb
Method
msb
core/src/main/java/io/questdb/std/Unsafe.java:494–496 ·
view source on GitHub ↗
(int value)
Source
from the content-addressed store, hash-verified
492
493
// most significant bit
494
private
static
int
msb(
int
value) {
495
return
31 - Integer.numberOfLeadingZeros(value);
496
}
497
498
interface
AnonymousClassDefiner {
499
Class<?> define(Class<?> hostClass, byte[] data);
Callers
1
Unsafe
Class · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected