Home
last modified time | relevance | path

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

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