Home
last modified time | relevance | path

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

/external/skia/infra/branch-config/
Dcq.cfg19 "from a\nfull Skia committer"
/external/valgrind/helgrind/
Dlibhb_core.c3704 UWord nfull = rlen / FI_LINE_SZB; in Filter__clear_range() local
3705 UWord full_len = nfull * FI_LINE_SZB; in Filter__clear_range()
3707 if (nfull > FI_NUM_LINES) in Filter__clear_range()
3708 nfull = FI_NUM_LINES; // no need to check several times the same entry. in Filter__clear_range()
3710 for (UWord n = 0; n < nfull; n++) { in Filter__clear_range()