/freebsd/lib/libc/tests/gen/ |
H A D | arc4random_test.c | 90 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 D | bman.c | 197 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 D | bm.c | 112 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 D | bm_ipc.h | 97 uint32_t thresholds[MAX_DEPLETION_THRESHOLDS]; /**< IN */
|
H A D | bm.h | 446 t_Error BmSetPoolThresholds(t_Handle h_Bm, uint8_t bpid, const uint32_t *thresholds);
|
/freebsd/sys/contrib/dev/iwlwifi/fw/api/ |
H A D | phy.h | 225 * 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 D | tt.c | 562 __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 D | bm_ext.h | 508 uint32_t thresholds[MAX_DEPLETION_THRESHOLDS]);
|
/freebsd/sys/contrib/device-tree/Bindings/iio/light/ |
H A D | us5182d.txt | 11 - upisemi,dark-ths: array of 8 elements containing 16-bit thresholds (adc
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | cs43130.txt | 36 Define 2 DC impedance thresholds in ohms for HP output control.
|
/freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/ |
H A D | expm1f.tst | 26 ; Check both sides of the over/underflow thresholds in the code.
|
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | ibqueryerrors.c | 98 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 D | ibm,emac.txt | 39 thresholds). 41 - mal-burst-size : 1 cell, MAL burst size (used to calculate thresholds)
|
/freebsd/sys/contrib/device-tree/Bindings/thermal/ |
H A D | exynos-thermal.txt | 44 temperature thresholds. Number of supported thermal trip points depends
|
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/ |
H A D | bman.txt | 15 originally created by software with configurable depletion thresholds. This
|
/freebsd/contrib/bsnmp/snmp_ntp/ |
H A D | BEGEMOT-NTP-MIB.txt | 141 found or one of the above thresholds is crossed."
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | silabs,si5341.txt | 66 rather than 1.8V thresholds.
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | omap3-n950-n9.dtsi | 317 /* Interrupt line 1 for thresholds */
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EVP_RAND.pod | 342 thresholds ensure sufficient prediction resistance over time and you
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | dialog.subr | 1365 # Obtain/Adjust minimum and maximum thresholds 1467 # Obtain/Adjust minimum and maximum thresholds
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | rfc3492.txt | 293 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 D | changes | 61 the underflow and overflow thresholds.
|
/freebsd/sys/dev/iwm/ |
H A D | if_iwmreg.h | 909 * 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 D | ChangeLog | 1186 * [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 D | invoke-ntp.conf.texi | 2960 If both the forward and backward step thresholds are set to zero, step
|