Home
last modified time | relevance | path

Searched refs:leafCode (Results 1 – 2 of 2) sorted by relevance

/dports/archivers/py-python-lhafile/lhafile-0.2.2/
H A Dlzhlib.c894 int i, n, code, c, leafCode; in decodeBitLengthLiteral() local
900 leafCode = bit_stream_reader_fetch(bs, 9); in decodeBitLengthLiteral()
901 EOF_CHECK(leafCode); in decodeBitLengthLiteral()
904 string_set(blenlen510, leafCode, 1); in decodeBitLengthLiteral()
954 int leafCode, tableSize; in decodeBitLengthDistance() local
960 leafCode = bit_stream_reader_fetch(bs, dis_bit); in decodeBitLengthDistance()
961 EOF_CHECK(leafCode); in decodeBitLengthDistance()
964 string_set(blenlen_distance, leafCode, 1); in decodeBitLengthDistance()
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dtopology.cpp3319 leafCode = 0L, in ComputeClusterTable() local
3329 R = leafCode++; in ComputeClusterTable()