/freebsd/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()
|
/freebsd/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()
|
/freebsd/sys/contrib/openzfs/lib/libtpool/ |
H A D | thread_pool.c | 574 int excess; in tpool_resume() local 585 excess = tpool->tp_njobs - tpool->tp_idle; in tpool_resume() 586 while (excess-- > 0 && tpool->tp_current < tpool->tp_maximum) { in tpool_resume()
|
/freebsd/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()
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | T.builtin | 64 print "BAD: T.builtin (excess length args not evaluated)"
|
/freebsd/contrib/netbsd-tests/lib/libcurses/ |
H A D | testframe.txt | 134 excess output from the slave is not discarded if there is more
|
/freebsd/contrib/sendmail/cf/cf/ |
H A D | submit.cf | 645 R$+ < $* > < $2 > strip excess on left 646 R< $* > $+ < $1 > strip excess on right
|
/freebsd/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
|
/freebsd/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.
|
/freebsd/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 "
|
/freebsd/contrib/sendmail/cf/m4/ |
H A D | proto.m4 | 807 R$+ < $* > < $2 > strip excess on left 808 R< $* > $+ < $1 > strip excess on right
|
/freebsd/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">,
|
/freebsd/contrib/tnftp/ |
H A D | ChangeLog | 327 leave excess characters for the next input operation to
|
/freebsd/crypto/heimdal/lib/hx509/ |
H A D | ChangeLog | 1570 having excess data that can be used to fake the signature.
|
/freebsd/contrib/dialog/ |
H A D | CHANGES | 502 + remove some excess space-characters
|
/freebsd/contrib/diff/ |
H A D | ChangeLog | 3444 Error message if excess -t operands. Error for incompatible options.
|
/freebsd/contrib/bmake/ |
H A D | ChangeLog | 1643 remove excess newline from parse errors
|
/freebsd/share/dict/ |
H A D | web2a | 19551 excess fare 19552 excess insurance 19553 excess-loss 19554 excess-profits tax 19555 excess reinsurance
|
/freebsd/contrib/tzcode/ |
H A D | NEWS | 4715 Less importantly, an excess tab in one of the changes in zone.tab
|
/freebsd/contrib/ntp/ |
H A D | ChangeLog | 2631 triggering warnings due to excess braces.
|
H A D | CommitLog | [all...] |
/freebsd/contrib/tzdata/ |
H A D | NEWS | 4818 Less importantly, an excess tab in one of the changes in zone.tab
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 30312 sqlite3_int64 excess; in sqlite3_soft_heap_limit64() local 30331 excess = sqlite3_memory_used() - n; in sqlite3_soft_heap_limit64() 30332 if( excess>0 ) sqlite3_release_memory((int)(excess & 0x7fffffff)); in sqlite3_soft_heap_limit64()
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 11524 + modify fmt_complex() to avoid buffer overflow in case of excess
|