| /src/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | GCOV.cpp | 378 uint64_t excess = 0; in propagateCounts() member 399 u.excess += e->count; in propagateCounts() 407 u.excess -= e->count; in propagateCounts() 410 uint64_t excess = u.excess; in propagateCounts() local 411 if (static_cast<int64_t>(excess) < 0) in propagateCounts() 412 excess = -excess; in propagateCounts() 414 u.pred->count = excess; in propagateCounts() 419 stack.back().excess += inDst ? -excess : excess; in propagateCounts()
|
| /src/sys/geom/ |
| H A D | geom_io.c | 397 off_t excess; in g_io_check() local 456 excess = bp->bio_offset + bp->bio_length; in g_io_check() 457 if (excess > bp->bio_to->mediasize) { in g_io_check() 462 excess -= bp->bio_to->mediasize; in g_io_check() 463 bp->bio_length -= excess; in g_io_check() 468 if (excess > 0) in g_io_check() 471 bp->bio_to->name, excess); in g_io_check()
|
| /src/contrib/netbsd-tests/lib/libcurses/director/ |
| H A D | testlang_parse.y | 438 excess(const char *fname, size_t lineno, const char *func, const char *comment, 816 excess(cur_file, line, __func__, " from slave", in compare_streams() 844 excess(check_file, 0, __func__, "", drain, in compare_streams() 1014 excess(cur_file, line, __func__, " from slave", in do_function_call()
|
| /src/contrib/one-true-awk/testdir/ |
| H A D | T.builtin | 64 print "BAD: T.builtin (excess length args not evaluated)"
|
| H A D | funstack.in | 19395 …led a DSDF (Distributed Space Disk File). A cost function describing the excess costs due to physi…
|
| /src/contrib/netbsd-tests/lib/libcurses/ |
| H A D | testframe.txt | 134 excess output from the slave is not discarded if there is more
|
| /src/contrib/sendmail/cf/cf/ |
| H A D | submit.cf | 645 R$+ < $* > < $2 > strip excess on left 646 R< $* > $+ < $1 > strip excess on right
|
| /src/crypto/openssl/doc/man3/ |
| H A D | DEFINE_STACK_OF.pod | 119 or reallocated. If I<n> is zero, any excess space allocated in the
|
| /src/crypto/openssl/doc/designs/quic-design/ |
| H A D | connection-state-machine.md | 33 implementations suggests that such an approach is not common. Moreover, excess
|
| /src/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 1784 /// Atomic load which zeroes the excess high bits. 1791 /// Atomic load which sign extends the excess high bits.
|
| /src/contrib/llvm-project/clang/include/clang/Driver/ |
| H A D | Options.td | 2191 HelpText<"Allows control over excess precision on targets where native " 2192 "support for the precision types is not available. By default, excess " 2197 def ffloat16_excess_precision_EQ : Joined<["-"], "ffloat16-excess-precision=">, 2199 HelpText<"Allows control over excess precision on targets where native " 2200 "support for Float16 precision types is not available. By default, excess " 2206 def fbfloat16_excess_precision_EQ : Joined<["-"], "fbfloat16-excess-precision=">, 2208 HelpText<"Allows control over excess precision on targets where native " 2209 "support for BFloat16 precision types is not available. By default, excess "
|
| /src/contrib/sendmail/cf/m4/ |
| H A D | proto.m4 | 807 R$+ < $* > < $2 > strip excess on left 808 R< $* > $+ < $1 > strip excess on right
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticGroups.td | 470 def ExcessInitializers : DiagGroup<"excess-initializers">;
|
| H A D | DiagnosticSemaKinds.td | 6247 "excess elements in %select{array|vector|scalar|union|struct}0 initializer">; 6249 "excess elements in %select{array|vector|scalar|union|struct}0 initializer">, 6252 "excess elements in initializer for indivisible sizeless type %0">; 6254 "excess elements in initializer for indivisible sizeless type %0">, 6257 "excess elements in char array initializer">; 6259 "excess elements in char array initializer">,
|
| /src/contrib/tnftp/ |
| H A D | ChangeLog | 327 leave excess characters for the next input operation to
|
| /src/crypto/heimdal/lib/hx509/ |
| H A D | ChangeLog | 1570 having excess data that can be used to fake the signature.
|
| /src/contrib/dialog/ |
| H A D | CHANGES | 502 + remove some excess space-characters
|
| /src/contrib/bmake/ |
| H A D | ChangeLog | 1850 remove excess newline from parse errors
|
| /src/share/dict/ |
| H A D | web2a | 19551 excess fare 19552 excess insurance 19553 excess-loss 19554 excess-profits tax 19555 excess reinsurance
|
| /src/contrib/tzdata/ |
| H A D | NEWS | 5050 Less importantly, an excess tab in one of the changes in zone.tab
|
| /src/contrib/tzcode/ |
| H A D | NEWS | 5050 Less importantly, an excess tab in one of the changes in zone.tab
|
| /src/contrib/ntp/ |
| H A D | ChangeLog | 2631 triggering warnings due to excess braces.
|
| H A D | CommitLog | 134468 Remove dead code (excess call to X509_get_ext()). 136428 triggering warnings due to excess braces. 136437 triggering warnings due to excess braces. 166195 excess 'x' excised.
|
| /src/contrib/sqlite3/ |
| H A D | sqlite3.c | 30826 sqlite3_int64 excess; in sqlite3_soft_heap_limit64() local 30845 excess = sqlite3_memory_used() - n; in sqlite3_soft_heap_limit64() 30846 if( excess>0 ) sqlite3_release_memory((int)(excess & 0x7fffffff)); in sqlite3_soft_heap_limit64()
|
| /src/contrib/ncurses/ |
| H A D | NEWS | 12093 + modify fmt_complex() to avoid buffer overflow in case of excess
|