summaryrefslogtreecommitdiffhomepage
path: root/include/stc/priv/cqueue_imp.h
AgeCommit message (Collapse)Author
2023-09-06Renamed c_LTu(a, b) => c_less_unsigned(a, b)Tyge Løvset
Renamed c_u2i(i) => c_u2i_size(u) Renamed c_i2u(i) => c_i2u_size(i)
2023-09-05Renamed (half)internal functions:Tyge Løvset
cfasthash() => stc_hash() cstrhash() => stc_strhash() cnextpow2() => stc_nextpow2()
2023-07-23Internal: Reorganized cqueue and cdeq: spliced out header and impl in ↵tylov
cqueue.h to priv/cqueue_hdr.h and priv/cqueue_imp.h.