| /freebsd/contrib/libxo/doc/ |
| H A D | xopo.rst | 28 -s <text> Simplify a format string
|
| H A D | howto.rst | 313 # Simplify format strings for libxo
|
| /freebsd/crypto/openssl/ssl/statem/ |
| H A D | README.md | 12 - Simplify transitions and bring the logic together in a single location
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 917 Counter subtractCounters(Counter LHS, Counter RHS, bool Simplify = true) { in subtractCounters() 920 return Builder.subtract(LHS, RHS, Simplify); in subtractCounters() 924 Counter addCounters(Counter LHS, Counter RHS, bool Simplify = true) { in addCounters() 927 return Builder.add(LHS, RHS, Simplify); in addCounters() 931 bool Simplify = true) { in addCounters() 934 return addCounters(addCounters(C1, C2, Simplify), C3, Simplify); in addCounters()
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMapping.cpp | 130 Counter CounterExpressionBuilder::add(Counter LHS, Counter RHS, bool Simplify) { in add() argument 132 return Simplify ? simplify(Cnt) : Cnt; in add() 136 bool Simplify) { in subtract() argument 138 return Simplify ? simplify(Cnt) : Cnt; in subtract()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonVectorCombine.cpp | 2756 auto Simplify = [this](Value *V) { in calculatePointerDifference() local 2792 Simplify(CallBuilder(B, CreateSub(Idx0, Idx1))))) in calculatePointerDifference() 2802 Value *AndU0 = Simplify(CallBuilder(B, CreateAnd(Idx0, MaskU))); in calculatePointerDifference() 2803 Value *AndU1 = Simplify(CallBuilder(B, CreateAnd(Idx1, MaskU))); in calculatePointerDifference() 2804 Value *SubU = Simplify(CallBuilder(B, CreateSub(AndU0, AndU1))); in calculatePointerDifference() 2813 Value *AndK0 = Simplify(CallBuilder(B, CreateAnd(Idx0, MaskK))); in calculatePointerDifference() 2814 Value *AndK1 = Simplify(CallBuilder(B, CreateAnd(Idx1, MaskK))); in calculatePointerDifference() 2815 Value *SubK = Simplify(CallBuilder(B, CreateSub(AndK0, AndK1))); in calculatePointerDifference()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMapping.h | 211 Counter add(Counter LHS, Counter RHS, bool Simplify = true); 215 Counter subtract(Counter LHS, Counter RHS, bool Simplify = true);
|
| /freebsd/sys/contrib/zlib/ |
| H A D | ChangeLog | 200 - Simplify contrib/vstudio/vc10 with 'd' suffix 227 - Simplify test and use of gcc hidden attribute 330 - Simplify gzseek() now that raw after gzip is ignored 355 - Simplify incomplete code table filling in inflate_table() 636 - Simplify 64-bit file support by introducing z_off64_t type 1249 . Simplify Z_FINISH check in inflate()
|
| /freebsd/contrib/diff/ |
| H A D | ChangeLog | 618 (segv_handler): Simplify, under the assumption that 789 Simplify from-file and to-file code. 2040 * context.c (find_function): Simplify interface: 2506 (STAT_BLOCKSIZE): Simplify ersatz defn; just use 8K. 2600 (output_diff3): Simplify test for `\ No newline at end of file' message. 3036 Simplify file vs dir warning. 3212 Simplify --sdiff-merge-assist format.
|
| /freebsd/contrib/jemalloc/ |
| H A D | ChangeLog | 229 - Simplify the Travis script output. (@gnzlbg) 512 - Simplify size class lookups when constrained to size classes that are 1593 - Simplify the malloc_message() signature to only take one string argument,
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 1955 auto Simplify = [&](Value *Res) -> Value * { in simplifyAndOrWithICmpEq() local 1984 return Simplify(Res); in simplifyAndOrWithICmpEq() 1988 return Simplify(Res); in simplifyAndOrWithICmpEq()
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | ChangeLog-2.0 | 512 o Simplify the logic for choosing EPOLL_CTL_ADD vs EPOLL_CTL_MOD (2c66983) 991 o Simplify the read high-watermark checking. (5846bf6)
|
| H A D | ChangeLog | 1347 o Simplify test.sh code significantly. (9b856fd Ross Lagerwall) 1870 o Simplify and correct evutil_open_closeonexec_ (0de587f)
|
| /freebsd/contrib/libevent/ |
| H A D | ChangeLog-2.0 | 512 o Simplify the logic for choosing EPOLL_CTL_ADD vs EPOLL_CTL_MOD (2c66983) 991 o Simplify the read high-watermark checking. (5846bf6)
|
| H A D | ChangeLog | 1347 o Simplify test.sh code significantly. (9b856fd Ross Lagerwall) 1870 o Simplify and correct evutil_open_closeonexec_ (0de587f)
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 3710 Value *Simplify(Value *Val) { in Simplify() function in __anon1d600f580d11::SimplificationTracker 4127 Map[Current] = ST.Simplify(V); in FillPlaceholders()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/GlobalISel/ |
| H A D | Combine.td | 691 // Simplify: (logic_op (op x...), (op y...)) -> (op (logic_op x, y))
|
| /freebsd/contrib/xz/ |
| H A D | ChangeLog | 1720 liblzma: mt dec: Simplify by removing the THR_STOP state 7105 xz: Simplify the memory usage scaling code 7716 Doxygen: Simplify Doxyfile and add SPDX license identifier 8431 liblzma: CRC: Simplify table omission macros 8764 Docs: Simplify SECURITY.md. 9727 CMake: Simplify symlink creation and install translated man pages. 12098 liblzma: Simplify existing cases with lzma_attr_no_sanitize_address. 13151 Simplify detection of Capsicum support. 16790 xz: Simplify the error-label in Capsicum sandbox code.
|
| /freebsd/contrib/file/ |
| H A D | ChangeLog | 1025 * Simplify if (p) free(p) to free(p).
|
| /freebsd/contrib/tzcode/ |
| H A D | NEWS | 607 Simplify four Ontario zones. 641 Simplify four Ontario zones, as most of the post-1970 differences 726 Simplify three Ukraine zones into one. 737 Simplify three Ukraine zones to one, since the post-1970
|
| /freebsd/contrib/tzdata/ |
| H A D | NEWS | 742 Simplify four Ontario zones. 776 Simplify four Ontario zones, as most of the post-1970 differences 861 Simplify three Ukraine zones into one. 872 Simplify three Ukraine zones to one, since the post-1970
|
| /freebsd/contrib/expat/ |
| H A D | Changes | 340 #870 Autotools: Simplify handling of SIZEOF_VOID_P
|
| /freebsd/contrib/tnftp/ |
| H A D | ChangeLog | 291 * Simplify the detection & replacement of dirname() and fparseln()
|
| /freebsd/contrib/libpcap/ |
| H A D | CHANGES | 966 Simplify handling of new DLT_/LINKTYPE_ values.
|
| /freebsd/contrib/mandoc/ |
| H A D | NEWS | 620 * man.cgi(8): Simplify the search form, drop two useless buttons.
|