| /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/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)"
|
| H A D | funstack.in | 19395 …led a DSDF (Distributed Space Disk File). A cost function describing the excess costs due to physi…
|
| H A D | bib | 23944 … clean the outside of the cup and of the platter, but within they are full of extortion and excess. 29323 And be not drunk with wine, wherein is excess; but be filled with the Spirit; 30450 …ought the will of the Gentiles, when we walked in lasciviousness, lusts, excess of wine, revelling… 30451 Wherein they think it strange that ye run not with them to the same excess of riot, speaking evil o…
|
| /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 | 1887 /// Atomic load which zeroes the excess high bits. 1894 /// Atomic load which sign extends the excess high bits. 1901 /// Atomic load which any extends the excess high bits.
|
| /freebsd/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
|
| /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/Driver/ |
| H A D | Options.td | 2211 HelpText<"Allows control over excess precision on targets where native " 2212 "support for the precision types is not available. By default, excess " 2217 def ffloat16_excess_precision_EQ : Joined<["-"], "ffloat16-excess-precision=">, 2219 HelpText<"Allows control over excess precision on targets where native " 2220 "support for Float16 precision types is not available. By default, excess " 2226 def fbfloat16_excess_precision_EQ : Joined<["-"], "fbfloat16-excess-precision=">, 2228 HelpText<"Allows control over excess precision on targets where native " 2229 "support for BFloat16 precision types is not available. By default, excess "
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticGroups.td | 540 def ExcessInitializers : DiagGroup<"excess-initializers">;
|
| H A D | DiagnosticSemaKinds.td | 6499 "excess elements in %select{array|vector|scalar|union|struct}0 initializer">; 6501 "excess elements in %select{array|vector|scalar|union|struct}0 initializer">, 6504 "excess elements in initializer for indivisible sizeless type %0">; 6506 "excess elements in initializer for indivisible sizeless type %0">, 6509 "excess elements in char array initializer">; 6511 "excess elements in char array initializer">, 7112 "excess precision is requested but the target does not support excess "
|
| /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/tzdata/ |
| H A D | NEWS | 61 silently ignoring excess parts of the file. 5263 Less importantly, an excess tab in one of the changes in zone.tab
|
| /freebsd/contrib/tzcode/ |
| H A D | NEWS | 61 silently ignoring excess parts of the file. 5263 Less importantly, an excess tab in one of the changes in zone.tab
|
| /freebsd/contrib/bmake/ |
| H A D | ChangeLog | 1982 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/ntp/ |
| H A D | ChangeLog | 2631 triggering warnings due to excess braces.
|
| H A D | CommitLog | [all...] |
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 31574 sqlite3_int64 excess; in sqlite3_soft_heap_limit64() local 31593 excess = sqlite3_memory_used() - n; in sqlite3_soft_heap_limit64() 31594 if( excess>0 ) sqlite3_release_memory((int)(excess & 0x7fffffff)); in sqlite3_soft_heap_limit64()
|
| /freebsd/contrib/ncurses/ |
| H A D | NEWS | 12093 + modify fmt_complex() to avoid buffer overflow in case of excess
|