| /freebsd-13.1/sys/contrib/openzfs/lib/libspl/ |
| H A D | mkdirp.c | 47 static char *simplify(const char *str); 54 str = simplify(d); in mkdirp() 136 simplify(const char *str) in simplify() function
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | RangedConstraintManager.cpp | 26 Sym = simplify(State, Sym); in assumeSym() 99 Sym = simplify(State, Sym); in assumeSymInclusiveRange() 129 Sym = simplify(State, Sym); in assumeSymUnsupported() 229 SymbolRef simplify(ProgramStateRef State, SymbolRef Sym) { in simplify() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | DependenceGraphBuilder.h | 64 simplify(); in populate() 106 void simplify();
|
| /freebsd-13.1/usr.bin/sed/tests/ |
| H A D | math.sed | 152 # can we simplify multiplications 169 # can we simplify division (20/30 -> 2/3)
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/input/ |
| H A D | imx-keypad.txt | 4 or 3-point contact keys. The KPP is designed to simplify the software task
|
| H A D | imx-keypad.yaml | 17 or 3-point contact keys. The KPP is designed to simplify the software task
|
| /freebsd-13.1/contrib/file/ |
| H A D | TODO | 9 It would be nice to simplify file considerably. For example,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | MergeICmps.cpp | 404 bool simplify(const TargetLibraryInfo &TLI, AliasAnalysis &AA, 662 bool BCECmpChain::simplify(const TargetLibraryInfo &TLI, AliasAnalysis &AA, in simplify() function in __anonb8d42ef30111::BCECmpChain 843 return CmpChain.simplify(TLI, AA, DTU); in processPhi()
|
| /freebsd-13.1/crypto/heimdal/ |
| H A D | ChangeLog.1999 | 394 * lib/asn1/der_put.c: simplify by using der_put_length_and_tag 698 * appl/kf/kf.c: make v6 friendly and simplify 700 * appl/kf/kfd.c: make v6 friendly and simplify 702 * appl/test/tcp_server.c: simplify by using krb5_err instead of 705 * appl/test/tcp_client.c: simplify by using krb5_err instead of 708 * appl/test/tcp_server.c: make v6 friendly and simplify 710 * appl/test/tcp_client.c: make v6 friendly and simplify 847 * lib/krb5/send_to_kdc.c (krb5_sendto_kdc): simplify by using 854 simplify by using `struct sockaddr_storage' 856 * kpasswd/kpasswdd.c (*): simplify by using `struct [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | README.txt | 27 generic demangling library identical between both copies to simplify development
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMapping.cpp | 74 Counter CounterExpressionBuilder::simplify(Counter ExpressionTree) { in simplify() function in CounterExpressionBuilder 127 return simplify(get(CounterExpression(CounterExpression::Add, LHS, RHS))); in add() 131 return simplify( in subtract()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPrintfRuntimeBinding.cpp | 67 Value *simplify(Instruction *I, const TargetLibraryInfo *TLI, in simplify() function in __anon3fe2a5b70111::AMDGPUPrintfRuntimeBindingImpl 173 simplify(I, &GetTLI(*I->getFunction()), &GetDT(*I->getFunction())); in lowerPrintfForGpu()
|
| /freebsd-13.1/crypto/openssh/contrib/cygwin/ |
| H A D | README | 46 Any user can simplify creating the own private and public keys by running
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/riscv/ |
| H A D | cpus.yaml | 63 lowercase to simplify parsing.
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/clock/ |
| H A D | st,stm32-rcc.txt | 48 To simplify the usage and to share bit definition with the reset and clock
|
| H A D | baikal,bt1-ccu-pll.yaml | 52 with an interface wrapper (so called safe PLL' clocks switcher) to simplify
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | fp_mul_impl.inc | 103 // simplify the shift logic.
|
| /freebsd-13.1/tools/tools/ |
| H A D | README | 30 git Tools to simplify the use of git by committers.
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | RangedConstraintManager.h | 393 SymbolRef simplify(ProgramStateRef State, SymbolRef Sym);
|
| /freebsd-13.1/contrib/libcbor/doc/source/ |
| H A D | using.rst | 15 In order to simplify version comparisons, the version is also exported as
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | DependenceGraphBuilder.cpp | 377 template <class G> void AbstractDependenceGraphBuilder<G>::simplify() { in simplify() function in AbstractDependenceGraphBuilder
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | PROTOCOL.krl | 153 in order to simplify the signature generation, it includes as a "body"
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/pinctrl/ |
| H A D | st,stm32-pinctrl.yaml | 142 To simplify the usage, macro is available to generate "pinmux" field.
|
| /freebsd-13.1/contrib/ldns/packaging/fedora/ |
| H A D | ldns.spec | 26 ldns is a library with the aim to simplify DNS programing in C. All
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | PassRegistry.def | 200 FUNCTION_PASS("assume-simplify", AssumeSimplifyPass()) 250 FUNCTION_PASS("loop-simplify", LoopSimplifyPass())
|