Home
last modified time | relevance | path

Searched refs:stability (Results 1 – 25 of 66) sorted by relevance

123

/netbsd-src/external/public-domain/xz/dist/src/liblzma/api/lzma/
H A Dversion.h76 #define LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit) \ argument
77 #major "." #minor "." #patch stability commit
79 #define LZMA_VERSION_STRING_C(major, minor, patch, stability, commit) \ argument
80 LZMA_VERSION_STRING_C_(major, minor, patch, stability, commit)
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/
H A DNormalizationCorrections.txt16 # stability, the correction is entered in this data file,
17 # so that any implementation depending on absolute stability
/netbsd-src/external/apache2/llvm/dist/llvm/docs/Proposals/
H A DLLVMLibC.rst86 As llvm-libc is new, it will not offer ABI stability in the initial stages.
88 in having ABI stability, llvm-libc code will be written in a manner which is
89 amenable to ABI stability. We are looking for contributors interested in
91 stability mean for llvm-libc.
/netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_subr.c364 static const char stability[] = "ipoxuesS"; in dt_attr_str() local
367 if (a.dtat_name < sizeof (stability) && in dt_attr_str()
368 a.dtat_data < sizeof (stability) && a.dtat_class < sizeof (class)) { in dt_attr_str()
369 (void) snprintf(buf, len, "[%c/%c/%c]", stability[a.dtat_name], in dt_attr_str()
370 stability[a.dtat_data], class[a.dtat_class]); in dt_attr_str()
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dzynq-zc770-xm013.dts54 temperature-stability = <50>;
H A Dzynq-zc706.dts77 temperature-stability = <50>;
H A Dzynq-zc702.dts125 temperature-stability = <50>;
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/DesignDocs/
H A DABIVersioning.rst3 Libc++ ABI stability
H A DExperimentalFeatures.rst18 it does for the rest of the library. In particular, no ABI or API stability
/netbsd-src/external/mpl/bind/dist/doc/notes/
H A Dnotes-9.18.17.rst
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/
H A Dinstall.sdf24 come available. Though the project takes steps to improve stability
27 has demonstrated stability through general use.
30 for the {{latest features}} versus {{demonstrated stability}}, the
/netbsd-src/external/bsd/nsd/dist/
H A DREADME.md10 reliability, stability and security are of high importance. If you
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/xilinx/
H A Dzynqmp-zcu111-revA.dts434 temperature-stability = <50>;
448 temperature-stability = <50>;
H A Dzynqmp-zcu106-revA.dts560 temperature-stability = <50>;
574 temperature-stability = <50>; /* copy from zc702 */
H A Dzynqmp-zcu102-revA.dts559 temperature-stability = <50>;
573 temperature-stability = <50>; /* copy from zc702 */
/netbsd-src/external/cddl/dtracetoolkit/dist/Notes/
H A DALLfbt_notes.txt44 those have encountered stability issues - so this issue is limited.
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Notes/
H A DALLfbt_notes.txt44 those have encountered stability issues - so this issue is limited.
/netbsd-src/external/public-domain/xz/dist/src/xz/
H A Dlist.c130 const char *stability = ver == 0 ? "alpha" : ver == 1 ? "beta" : ""; in xz_ver_to_str() local
133 major, minor, patch, stability); in xz_ver_to_str()
/netbsd-src/external/public-domain/xz/dist/
H A DREADME143 - S indicates stability of the release. It is missing from the
147 not used for more than one stability level, i.e. after X.Y.Zalpha,
/netbsd-src/external/bsd/ntp/dist/ntpdc/
H A Dlayout.std166 offsetof(stability) = 52
/netbsd-src/external/bsd/ntp/dist/include/
H A Dntp_request.h515 u_fp stability; /* clock stability (scaled ppm) */ member
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DDeveloperPolicy.rst351 * You should be sure that reverting the change improves the stability of tip
578 * Stability Guarantees: The C API is, in general, a "best effort" for stability.
580 stability will be limited by the abstractness of the interface and the
581 stability of the C++ API that it wraps. In practice, this means that things
585 * Release stability: We won't break the C API on the release branch with patches
903 necessarily a reflection of the completeness or stability of the code, it
/netbsd-src/external/mit/libuv/dist/docs/src/
H A Dloop.rst210 change or removal. API and ABI stability is not guaranteed.
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dlibiberty.texi112 For your own projects, an approach which offers stability and flexibility
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dlibiberty.texi112 For your own projects, an approach which offers stability and flexibility

123