Home
last modified time | relevance | path

Searched refs:thresholds (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/lib/libc/tests/gen/
H A Darc4random_test.c90 static const uint32_t thresholds[] = { in ATF_TC_BODY() local
96 for (i = 0; thresholds[i] != 0; i++) in ATF_TC_BODY()
98 ATF_CHECK(arc4random_uniform(thresholds[i]) < thresholds[i]); in ATF_TC_BODY()
/freebsd/sys/dev/dpaa/
H A Dbman.c197 uint32_t thresholds[MAX_DEPLETION_THRESHOLDS]; in bman_pool_create() local
242 thresholds[BM_POOL_DEP_THRESH_SW_ENTRY] = dep_sw_entry; in bman_pool_create()
243 thresholds[BM_POOL_DEP_THRESH_SW_EXIT] = dep_sw_exit; in bman_pool_create()
244 thresholds[BM_POOL_DEP_THRESH_HW_ENTRY] = dep_hw_entry; in bman_pool_create()
245 thresholds[BM_POOL_DEP_THRESH_HW_EXIT] = dep_hw_exit; in bman_pool_create()
246 error = BM_POOL_ConfigDepletion(pool, f_Depletion, thresholds); in bman_pool_create()
/freebsd/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.c112 ipcPoolThresh.thresholds)) != E_OK) in BmHandleIpcMsgCB()
237 t_Error BmSetPoolThresholds(t_Handle h_Bm, uint8_t bpid, const uint32_t *thresholds) in BmSetPoolThresholds() argument
248 thresholds[0], in BmSetPoolThresholds()
249 thresholds[1], in BmSetPoolThresholds()
250 thresholds[2], in BmSetPoolThresholds()
251 thresholds[3]); in BmSetPoolThresholds()
261 memcpy(ipcPoolThresh.thresholds, thresholds, sizeof(uint32_t) * MAX_DEPLETION_THRESHOLDS); in BmSetPoolThresholds()
H A Dbm_ipc.h97 uint32_t thresholds[MAX_DEPLETION_THRESHOLDS]; /**< IN */
H A Dbm.h446 t_Error BmSetPoolThresholds(t_Handle h_Bm, uint8_t bpid, const uint32_t *thresholds);
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dphy.h225 * struct temp_report_ths_cmd - set temperature thresholds
227 * @num_temps: number of temperature thresholds passed member
228 * @thresholds: array with the thresholds to be configured
232 __le16 thresholds[IWL_MAX_DTS_TRIPS];
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dtt.c562 __le16 *thresholds; in iwl_mvm_send_temp_report_ths_cmd()
573 twd->thresholds[twd->count++] = cpu_to_le16((s16)(trip->temperature / 1000)); in iwl_mvm_send_temp_report_ths_cmd()
583 struct iwl_trip_walk_data twd = { .thresholds = cmd.thresholds, .count = 0 }; in iwl_mvm_send_temp_report_ths_cmd()
601 sort(cmd.thresholds, twd.count, sizeof(s16), compare_temps, NULL); in iwl_mvm_send_temp_report_ths_cmd()
/freebsd/sys/contrib/ncsw/inc/Peripherals/
H A Dbm_ext.h508 uint32_t thresholds[MAX_DEPLETION_THRESHOLDS]);
/freebsd/sys/contrib/device-tree/Bindings/iio/light/
H A Dus5182d.txt11 - upisemi,dark-ths: array of 8 elements containing 16-bit thresholds (adc
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dcs43130.txt36 Define 2 DC impedance thresholds in ohms for HP output control.
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/
H A Dexpm1f.tst26 ; Check both sides of the over/underflow thresholds in the code.
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibqueryerrors.c98 uint8_t thresholds[1204] = { 0 }; variable
115 mad_encode_field(thresholds, f, &val); in set_thres()
179 mad_decode_field(thresholds, field, &thres); in exceeds_threshold()
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dibm,emac.txt39 thresholds).
41 - mal-burst-size : 1 cell, MAL burst size (used to calculate thresholds)
/freebsd/sys/contrib/device-tree/Bindings/thermal/
H A Dexynos-thermal.txt44 temperature thresholds. Number of supported thermal trip points depends
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/
H A Dbman.txt15 originally created by software with configurable depletion thresholds. This
/freebsd/contrib/bsnmp/snmp_ntp/
H A DBEGEMOT-NTP-MIB.txt141 found or one of the above thresholds is crossed."
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dsilabs,si5341.txt66 rather than 1.8V thresholds.
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap3-n950-n9.dtsi317 /* Interrupt line 1 for thresholds */
/freebsd/crypto/openssl/doc/man3/
H A DEVP_RAND.pod342 thresholds ensure sufficient prediction resistance over time and you
/freebsd/usr.sbin/bsdconfig/share/
H A Ddialog.subr1365 # Obtain/Adjust minimum and maximum thresholds
1467 # Obtain/Adjust minimum and maximum thresholds
/freebsd/crypto/heimdal/lib/wind/
H A Drfc3492.txt293 integer is self-delimiting by means of thresholds t(j), each of which
306 734251... Suppose the thresholds are 2, 3, 5, 5, 5, 5... This
/freebsd/contrib/gdtoa/
H A Dchanges61 the underflow and overflow thresholds.
/freebsd/sys/dev/iwm/
H A Dif_iwmreg.h909 * thresholds reporting
2264 * struct iwm_temp_report_ths_cmd - set temperature thresholds
2267 * @num_temps: number of temperature thresholds passed
2268 * @thresholds: array with the thresholds to be configured
2272 uint16_t thresholds[IWM_MAX_DTS_TRIPS]; member
/freebsd/contrib/ntp/
H A DChangeLog1186 * [Bug 2763] Fix for different thresholds for forward and backward steps.
1223 * [Bug 2763] Allow different thresholds for forward and backward steps.
/freebsd/contrib/ntp/ntpd/
H A Dinvoke-ntp.conf.texi2960 If both the forward and backward step thresholds are set to zero, step

12