MCPcopy 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
102static 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_dependencyFunction · 0.85
check_view_single_updateFunction · 0.85
initMethod · 0.85
setup_buffer_sharingMethod · 0.85
bits_setMethod · 0.85
bit_countMethod · 0.85
optimize_keyuseFunction · 0.85
greedy_searchFunction · 0.85
optimize_semijoin_nestsFunction · 0.85
check_qepMethod · 0.85
at_sjmat_posFunction · 0.85

Calls 1

my_count_bits_uint32Function · 0.85

Tested by

no test coverage detected