htslib.kroundup

Undocumented in source.

Members

Functions

k_high_bit_set
auto k_high_bit_set(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
k_signed_type
auto k_signed_type(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
kroundup32
void kroundup32(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
kroundup64
void kroundup64(T x)
Undocumented in source. Be warned that the author may not have intended to support it.
kroundup_size_t
void kroundup_size_t(T x)

round 32 or 64 bit (u)int x to power of 2 that is equal or greater (JSB) new impl based on #define kroundup64(x) ((x) > 0 ? \

Meta