HomeSort by: relevance | last modified time | path
    Searched refs:ml2 (Results 1 - 4 of 4) sorted by relevancy

  /src/tests/usr.bin/indent/
lsym_tag.c 149 ml2 = 1 enumerator in enum:multi_line
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
merge.c 289 mlist_t *ml1 = stdp->t_members, *ml2 = ttdp->t_members; local
291 while (ml1 && ml2) {
292 if (ml1->ml_offset != ml2->ml_offset ||
293 strcmp(ml1->ml_name, ml2->ml_name) != 0 ||
294 ml1->ml_size != ml2->ml_size ||
295 !equiv_node(ml1->ml_type, ml2->ml_type, ed))
299 ml2 = ml2->ml_next;
302 if (ml1 || ml2)
  /src/external/bsd/zstd/dist/lib/compress/
zstd_lazy.c 1608 size_t const ml2 = ZSTD_searchMax(ms, ip, iend, &offbaseFound, mls, rowLog, searchMethod, dictMode); local
1609 if (ml2 > matchLength)
1610 matchLength = ml2, start = ip, offBase = offbaseFound;
1656 size_t const ml2 = ZSTD_searchMax(ms, ip, iend, &ofbCandidate, mls, rowLog, searchMethod, dictMode); local
1657 int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)ofbCandidate)); /* raw approx */
1659 if ((ml2 >= 4) && (gain2 > gain1)) {
1660 matchLength = ml2, offBase = ofbCandidate, start = ip;
1692 size_t const ml2 = ZSTD_searchMax(ms, ip, iend, &ofbCandidate, mls, rowLog, searchMethod, dictMode); local
1693 int const gain2 = (int)(ml2*4 - ZSTD_highbit32((U32)ofbCandidate)); /* raw approx */
1695 if ((ml2 >= 4) && (gain2 > gain1))
2000 size_t const ml2 = ZSTD_searchMax(ms, ip, iend, &ofbCandidate, mls, rowLog, searchMethod, ZSTD_extDict); local
2044 size_t const ml2 = ZSTD_searchMax(ms, ip, iend, &ofbCandidate, mls, rowLog, searchMethod, ZSTD_extDict); local
2076 size_t const ml2 = ZSTD_searchMax(ms, ip, iend, &ofbCandidate, mls, rowLog, searchMethod, ZSTD_extDict); local
    [all...]
  /src/external/bsd/am-utils/dist/amd/
amfs_host.c 562 mntlist *ml2 = ml->mnext; local
565 ml = ml2;

Completed in 63 milliseconds