Home
last modified time | relevance | path

Searched full:fastest (Results 1 – 25 of 132) sorted by relevance

123456

/freebsd/sys/contrib/openzfs/module/icp/include/
H A Dgeneric_impl.c46 /* Implementation that contains the fastest method */
48 .name = "fastest"
63 { "fastest", IMPL_FASTEST }
115 return ("fastest"); in generic_impl_getname()
188 /* setup id as fastest implementation */
/freebsd/sys/arm64/include/
H A D_stdint.h103 * 7.18.2.3 Limits of fastest minimum-width integer types
105 /* Minimum values of fastest minimum-width signed integer types. */
111 /* Maximum values of fastest minimum-width signed integer types. */
117 /* Maximum values of fastest minimum-width unsigned integer types. */
/freebsd/sys/arm/include/
H A D_stdint.h101 * 7.18.2.3 Limits of fastest minimum-width integer types
103 /* Minimum values of fastest minimum-width signed integer types. */
109 /* Maximum values of fastest minimum-width signed integer types. */
115 /* Maximum values of fastest minimum-width unsigned integer types. */
/freebsd/sys/riscv/include/
H A D_stdint.h99 * 7.18.2.3 Limits of fastest minimum-width integer types
101 /* Minimum values of fastest minimum-width signed integer types. */
107 /* Maximum values of fastest minimum-width signed integer types. */
113 /* Maximum values of fastest minimum-width unsigned integer types. */
/freebsd/sys/x86/include/
H A D_stdint.h118 * 7.18.2.3 Limits of fastest minimum-width integer types
120 /* Minimum values of fastest minimum-width signed integer types. */
126 /* Maximum values of fastest minimum-width signed integer types. */
132 /* Maximum values of fastest minimum-width unsigned integer types. */
/freebsd/sys/contrib/openzfs/module/icp/algs/aes/
H A Daes_impl.c222 /* AES implementation that contains the fastest methods */
224 .name = "fastest"
257 * fallback to the fastest generic implementation.
313 * Set the fastest implementation given the assumption that the in aes_impl_init()
314 * hardware accelerated version is the fastest. in aes_impl_init()
332 strlcpy(aes_fastest_impl.name, "fastest", AES_IMPL_NAME_MAX); in aes_impl_init()
344 { "fastest", IMPL_FASTEST },
/freebsd/share/man/man7/
H A Dstdint.737 size, smallest memory footprint with a minimum size, fastest
63 provide the fastest signed integer type with a width
71 provide the fastest unsigned integer type with a width
/freebsd/sys/powerpc/include/
H A D_stdint.h124 * 7.18.2.3 Limits of fastest minimum-width integer types
126 /* Minimum values of fastest minimum-width signed integer types. */
132 /* Maximum values of fastest minimum-width signed integer types. */
138 /* Maximum values of fastest minimum-width unsigned integer types. */
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math.c40 /* RAIDZ parity op that contain the fastest methods */
42 .name = "fastest"
105 * to the fastest generic implementation.
315 "fastest"); in raidz_math_kstat_data()
425 /* Update fastest implementation method */ in benchmark_raidz_impl()
512 * is assumed to be the fastest and used by default. in benchmark_raidz()
517 strcpy(vdev_raidz_fastest_impl.name, "fastest"); in benchmark_raidz()
524 /* Determine the fastest available implementation. */ in vdev_raidz_math_init()
571 { "fastest", IMPL_FASTEST },
/freebsd/sys/contrib/openzfs/module/icp/algs/sha2/
H A Dsha512_impl.c203 /* list fastest */ in sha512_param_get()
205 cnt += sprintf(buffer + cnt, fmt, "fastest"); in sha512_param_get()
247 /* list fastest */ in sha512_param()
249 (void) sbuf_printf(s, fmt, "fastest"); in sha512_param()
H A Dsha256_impl.c235 /* list fastest */ in sha256_param_get()
237 cnt += sprintf(buffer + cnt, fmt, "fastest"); in sha256_param_get()
279 /* list fastest */ in sha256_param()
281 (void) sbuf_printf(s, fmt, "fastest"); in sha256_param()
/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzfs_fletcher.c168 .name = "fastest",
214 { "fastest", IMPL_FASTEST },
416 * to the fastest generic implementation.
639 off += snprintf(buf + off, size - off, "%-17s", "fastest"); in fletcher_4_kstat_data()
777 * is assumed to be the fastest and used by default. in fletcher_4_benchmark()
782 fletcher_4_fastest_impl.name = "fastest"; in fletcher_4_benchmark()
790 /* Determine the fastest available implementation. */ in fletcher_4_init()
925 /* list fastest */ in fletcher_4_param_get()
927 cnt += kmem_scnprintf(buffer + cnt, PAGE_SIZE - cnt, fmt, "fastest"); in fletcher_4_param_get()
962 /* list fastest */ in fletcher_4_param()
[all …]
/freebsd/crypto/openssl/crypto/
H A Dppccap.c176 /* In 32-bit case PPC_FPU64 is always fastest [if option] */ in OPENSSL_cpuid_setup()
180 /* In 64-bit case PPC_FPU64 is fastest only on POWER6 */ in OPENSSL_cpuid_setup()
229 /* In 32-bit case PPC_FPU64 is always fastest [if option] */ in OPENSSL_cpuid_setup()
233 /* In 64-bit case PPC_FPU64 is fastest only on POWER6 */ in OPENSSL_cpuid_setup()
/freebsd/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_crc32.c12 * This is not the fastest implementation, but it is pretty compact.
13 * The fastest versions of xz_crc32() on modern CPUs without hardware
/freebsd/sys/contrib/openzfs/module/icp/algs/blake3/
H A Dblake3_impl.c331 /* list fastest */ in blake3_param_get()
333 cnt += kmem_scnprintf(buffer + cnt, PAGE_SIZE - cnt, fmt, "fastest"); in blake3_param_get()
375 /* list fastest */ in blake3_param()
377 (void) sbuf_printf(s, fmt, "fastest"); in blake3_param()
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dmscc-phy-vsc8531.txt10 the fastest possible edge time.
45 | (Fastest) (recommended) (recommended) |
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/
H A Dgcm.c720 /* GCM implementation that contains the fastest methods */
722 .name = "fastest"
743 * fallback to the fastest generic implementation.
809 * Set the fastest implementation given the assumption that the in gcm_impl_init()
810 * hardware accelerated version is the fastest. in gcm_impl_init()
823 strlcpy(gcm_fastest_impl.name, "fastest", GCM_IMPL_NAME_MAX); in gcm_impl_init()
828 * hasn't changed from its default value of fastest on module load. in gcm_impl_init()
851 { "fastest", IMPL_FASTEST },
915 * avx or fastest. in gcm_impl_set()
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dnvidia,tegra-pinmux-common.yaml168 description: Controls rising signal slew rate. 0 is fastest. The range of
173 description: Controls falling signal slew rate. 0 is fastest. The range of
H A Dnvidia,tegra20-pinmux.txt56 fastest. The range of valid values depends on the pingroup. See
59 fastest. The range of valid values depends on the pingroup. See
H A Dnvidia,tegra210-pinmux.txt73 fastest. The range of valid values depends on the pingroup. See
76 fastest. The range of valid values depends on the pingroup. See
/freebsd/sys/contrib/zlib/
H A Ddeflate.c13 * The most straightforward technique turns out to be the fastest for
75 #ifndef FASTEST
106 #ifdef FASTEST
154 #ifdef FASTEST
199 #ifndef FASTEST in slide_hash()
316 #ifndef FASTEST in fill_window()
408 #ifdef FASTEST in deflateInit2_()
593 #ifndef FASTEST in deflateSetDictionary()
759 #ifdef FASTEST in deflateParams()
1338 #ifndef FASTEST
[all …]
/freebsd/usr.bin/sort/
H A Dsort.1.in344 but it is not always the fastest.
618 The fastest sort is with locale C, on whole lines,
621 In general, locale C is the fastest, then single-byte
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_impl.h48 /* setup id as fastest implementation */
/freebsd/sys/contrib/openzfs/module/icp/include/modes/
H A Dgcm_impl.h62 * Initializes fastest implementation
/freebsd/contrib/bsnmp/snmp_mibII/
H A DBEGEMOT-MIB2-MIB.txt71 "The speed of the fastest interface in ifTable in bps."

123456