eb128_node_getkey_264

Obtains node->key,and decomposes it into two uint64_t values. This assumes that the key was originally unsigned, e.g. set by eb128_node_setkey_264().

extern (C)
void
eb128_node_getkey_264
(,
ulong* lo
,
ulong* hi
)

Parameters

node eb128_node*

node to obtain the key

lo ulong*

output of the value of the lower 64 value bits of node->key

hi ulong*

output of the value of the higher 64 value bits of node->key

Meta