Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interface_ann.cpp181 int add_count = 0; in PrintMatchedBenignRaces() local
186 CollectMatchedBenignRaces(&add_matched, &unique_count, &add_count, in PrintMatchedBenignRaces()
200 add_count, unique_count, (int)internal_getpid()); in PrintMatchedBenignRaces()
/freebsd-12-stable/gnu/usr.bin/grep/
Dgrep.c550 add_count (uintmax_t a, uintmax_t b) in add_count() function
565 totalnl = add_count (totalnl, newlines); in nlscan()
595 totalnl = add_count (totalnl, 1); in prline()
601 uintmax_t pos = add_count (totalcc, beg - bufbeg); in prline()
914 totalcc = add_count (totalcc, buflim - bufbeg - save); in grep()
DChangeLog661 (add_count): New function.