Searched refs:tag_count (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_external.cpp50 uptr tag_count = atomic_load(&used_tags, memory_order_relaxed); local
52 if (pc_ptr < GetTagData(0) || pc_ptr > GetTagData(tag_count - 1))
/freebsd-current/usr.bin/netstat/
H A Dmbuf.c234 xo_emit("{:tag-count/%ju} {N:mbuf tags in use}\n", tag_count);
/freebsd-current/contrib/diff/src/
H A Ddiff3.c225 int tag_count = 0;
293 if (tag_count < 3)
295 tag_strings[tag_count++] = optarg;
310 || (tag_count && ! flagging)) /* -L requires one of -AEX. */
323 for (i = tag_count; i < 3; i++)
223 int tag_count = 0; local

Completed in 132 milliseconds