Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ my_count_bits
Function
my_count_bits
include/my_bit.h:102–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
101
102
static inline uint my_count_bits(ulonglong x)
103
{
104
return my_count_bits_uint32((uint32)x) + my_count_bits_uint32((uint32)(x >> 32));
105
}
106
107
108
Callers
15
check_func_dependency
Function · 0.85
check_view_single_update
Function · 0.85
multi_range_read_info_const
Method · 0.85
init
Method · 0.85
setup_buffer_sharing
Method · 0.85
bits_set
Method · 0.85
bit_count
Method · 0.85
optimize_keyuse
Function · 0.85
greedy_search
Function · 0.85
optimize_semijoin_nests
Function · 0.85
check_qep
Method · 0.85
at_sjmat_pos
Function · 0.85
Calls
1
my_count_bits_uint32
Function · 0.85
Tested by
no test coverage detected