/freebsd/sys/contrib/openzfs/module/icp/include/ |
H A D | generic_impl.c | 46 /* 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.h | 103 * 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.h | 101 * 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.h | 99 * 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.h | 118 * 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 D | aes_impl.c | 222 /* 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 D | stdint.7 | 37 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.h | 124 * 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 D | vdev_raidz_math.c | 40 /* 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 D | sha512_impl.c | 203 /* 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 D | sha256_impl.c | 235 /* 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 D | zfs_fletcher.c | 168 .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 D | ppccap.c | 176 /* 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 D | xz_crc32.c | 12 * 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 D | blake3_impl.c | 331 /* 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 D | mscc-phy-vsc8531.txt | 10 the fastest possible edge time. 45 | (Fastest) (recommended) (recommended) |
|
/freebsd/sys/contrib/openzfs/module/icp/algs/modes/ |
H A D | gcm.c | 720 /* 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 D | nvidia,tegra-pinmux-common.yaml | 168 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 D | nvidia,tegra20-pinmux.txt | 56 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 D | nvidia,tegra210-pinmux.txt | 73 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 D | deflate.c | 13 * 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 D | sort.1.in | 344 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 D | zfs_impl.h | 48 /* setup id as fastest implementation */
|
/freebsd/sys/contrib/openzfs/module/icp/include/modes/ |
H A D | gcm_impl.h | 62 * Initializes fastest implementation
|
/freebsd/contrib/bsnmp/snmp_mibII/ |
H A D | BEGEMOT-MIB2-MIB.txt | 71 "The speed of the fastest interface in ifTable in bps."
|