Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/file/src/
Dapprentice.c92 uint32_t cont_count; member
1138 size_t sa = apprentice_magic_strength(ma->mp, ma->cont_count); in apprentice_sort()
1139 size_t sb = apprentice_magic_strength(mb->mp, mb->cont_count); in apprentice_sort()
1468 mentrycount += me[i].cont_count; in coalesce_entries()
1485 me[i].cont_count * sizeof(**ma)); in coalesce_entries()
1486 mentrycount += me[i].cont_count; in coalesce_entries()
2050 if (me->cont_count == 0) { in parse()
2054 m = &me->mp[me->cont_count - 1]; in parse()
2060 if (me->cont_count == me->max_count) { in parse()
2071 m = &me->mp[me->cont_count++]; in parse()
[all …]