/freebsd/contrib/netbsd-tests/lib/libusbhid/ |
H A D | t_usbhid.c | 119 uint32_t minimum, maximum; in ATF_TC_BODY() local 148 minimum = (uint32_t)hi.logical_minimum & ((1ULL<<hi.report_size)-1); in ATF_TC_BODY() 149 MYu_ATF_CHECK_EQ(minimum, 0); in ATF_TC_BODY() 155 minimum = hi.logical_minimum & ((1ULL<<hi.report_size)-1); in ATF_TC_BODY() 156 MYu_ATF_CHECK_EQ(minimum, 0); in ATF_TC_BODY() 162 minimum = hi.logical_minimum & ((1ULL<<hi.report_size)-1); in ATF_TC_BODY() 163 MYu_ATF_CHECK_EQ(minimum, 0); in ATF_TC_BODY() 182 uint32_t minimum, maximum; in ATF_TC_BODY() local 211 minimum = (uint32_t)hi.physical_minimum & ((1ULL<<hi.report_size)-1); in ATF_TC_BODY() 212 MYu_ATF_CHECK_EQ(minimum, 0); in ATF_TC_BODY() [all …]
|
/freebsd/contrib/ncurses/menu/ |
H A D | m_format.c | 43 #define minimum(a,b) ((a)<(b) ? (a): (b)) macro 92 minimum(menu->nitems, cols) : in MENU_EXPORT() 97 menu->arows = (short)minimum(total_rows, rows); in MENU_EXPORT()
|
/freebsd/sys/contrib/device-tree/Bindings/input/rmi4/ |
H A D | rmi_2d_sensor.txt | 23 - syna,clip-x-low: Sets a minimum value for X. 24 - syna,clip-y-low: Sets a minimum value for Y. 29 - syna,delta-x-threshold: Set the minimum distance on the X axis required 32 - syna,delta-y-threshold: Set the minimum distance on the Y axis required
|
/freebsd/sys/contrib/device-tree/Bindings/power/supply/ |
H A D | bq25890.txt | 20 - ti,minimum-sys-voltage: integer, when battery is charging and it is below 21 minimum system voltage, the system will be regulated above 22 minimum-sys-voltage setting (in uV); 54 ti,minimum-sys-voltage = <3600000>;
|
H A D | bq24190.txt | 21 - ti,system-minimum-microvolt: when power is connected and the battery is below 22 minimum system voltage, the system will be regulated above this setting. 49 ti,system-minimum-microvolt = <3200000>;
|
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/ |
H A D | socket.h | 163 unsigned int minimum; /*%< minimum i/o for event */ member 290 unsigned int minimum, isc_task_t *task, 760 unsigned int minimum, 764 unsigned int minimum, 769 unsigned int minimum, isc_task_t *task,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXTargetTransformInfo.cpp | 244 return {Intrinsic::minimum, FTZ_MustBeOff}; in simplifyNvvmIntrinsic() 246 return {Intrinsic::minimum, FTZ_MustBeOn}; in simplifyNvvmIntrinsic() 256 return {Intrinsic::minimum, FTZ_MustBeOff, true}; in simplifyNvvmIntrinsic() 258 return {Intrinsic::minimum, FTZ_MustBeOn, true}; in simplifyNvvmIntrinsic() 260 return {Intrinsic::minimum, FTZ_MustBeOff, true}; in simplifyNvvmIntrinsic() 262 return {Intrinsic::minimum, FTZ_MustBeOn, true}; in simplifyNvvmIntrinsic()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_set_min_proto_version.pod | 8 SSL_get_min_proto_version, SSL_get_max_proto_version - Get and set minimum 27 The functions get or set the minimum and maximum supported protocol versions 34 Setting the minimum or maximum version to 0, will enable protocol
|
H A D | UI_STRING.pod | 77 retrieve the minimum and maximum required size of the result. 84 contents of B<result> if its length fits the minimum and maximum size 122 UI_get_result_minsize() returns the minimum allowed result size for 126 UI_get_result_maxsize() returns the minimum allowed result size for
|
H A D | EVP_PKEY_CTX_set_rsa_pss_keygen_md.pod | 40 made to set the salt length below the minimum value. It is otherwise similar 59 parameters are restricted. For example, setting a minimum salt length also 74 EVP_PKEY_CTX_set_rsa_pss_keygen_saltlen() restricts the minimum salt length
|
/freebsd/lib/libc/gen/ |
H A D | arc4random.c | 54 #define minimum(a, b) ((a) < (b) ? (a) : (b)) macro 187 m = minimum(datlen, KEYSZ + IVSZ); in _rs_rekey() 207 m = minimum(n, rs->rs_have); in _rs_random_buf()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | arc4random.c | 62 #define minimum(a, b) ((a) < (b) ? (a) : (b)) macro 160 m = minimum(datlen, KEYSZ + IVSZ); in _rs_rekey() 180 m = minimum(n, rs->rs_have); in _rs_random_buf()
|
/freebsd/sbin/gbde/ |
H A D | template.txt |
|
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | cyttsp.txt | 27 - active-interval-ms : the minimum period in ms between consecutive 30 - lowpower-interval-ms : the minimum period in ms between consecutive 33 - touch-timeout-ms : minimum time in ms spent in the active power state while no
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | zstd.1.md | 368 Having _shrink_ enabled takes a truncated dictionary of minimum size and doubles 430 minimum evaluation time, in seconds (default: 3s), benchmark mode only 448 Note that job size must respect a minimum value which is enforced transparently. 449 This minimum is either 512 KB, or `overlapSize`, whichever is largest. 475 The minimum _wlog_ is 10 (1 KiB) and the maximum is 30 (1 GiB) on 32-bit 487 The minimum _hlog_ is 6 (64 B) and the maximum is 30 (1 GiB). 498 The minimum _clog_ is 6 (64 B) and the maximum is 29 (524 Mib) on 32-bit platforms 508 The minimum _slog_ is 1 and the maximum is 'windowLog' - 1. 511 Specify the minimum searched length of a match in a hash table. 516 The minimum _mml_ is 3 and the maximum is 7. [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/i2c/ |
H A D | i2c-st.txt | 17 - st,i2c-min-scl-pulse-width-us : The minimum valid SCL pulse width that is 19 - st,i2c-min-sda-pulse-width-us : The minimum valid SDA pulse width that is
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_write_add_filter_zstd.c | 251 int minimum = CLEVEL_MIN; in archive_compressor_zstd_options() local 257 minimum = ZSTD_minCLevel(); in archive_compressor_zstd_options() 262 minimum = CLEVEL_STD_MIN; in archive_compressor_zstd_options() 265 if (level < minimum || level > maximum) { in archive_compressor_zstd_options()
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/ |
H A D | tst.enum.d | 44 minimum = -2147483648, enumerator
|
/freebsd/bin/sh/tests/expansion/ |
H A D | arith11.0 | 4 # Calculate the minimum possible value, assuming two's complement and
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx6ull-myir-mys-6ulx-eval.dts | 17 fsl,use-minimum-ecc;
|
/freebsd/sys/contrib/device-tree/Bindings/mtd/ |
H A D | gpmi-nand.txt | 32 - fsl,use-minimum-ecc: Protect this NAND flash with the minimum ECC
|
/freebsd/crypto/heimdal/lib/kadm5/ |
H A D | kadm5_err.et | 32 error_code BAD_MIN_PASS_LIFE, "Password minimum life is greater than password maximum life" 37 error_code PASS_TOOSOON, "Current password's minimum life has not expired"
|
/freebsd/contrib/ntp/sntp/libevent/m4/ |
H A D | ntp_pkg_config.m4 | 8 dnl lower the minimum version if you find an earlier one works
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | ntp_pkg_config.m4 | 8 dnl lower the minimum version if you find an earlier one works
|
/freebsd/contrib/libevent/m4/ |
H A D | ntp_pkg_config.m4 | 8 dnl lower the minimum version if you find an earlier one works
|