Home
last modified time | relevance | path

Searched defs:threshold (Results 1 – 25 of 74) sorted by relevance

123

/freebsd/sys/contrib/pcg-c/include/
H A Dpcg_variants.h876 uint8_t threshold = ((uint8_t)(-bound)) % bound; in pcg_oneseq_16_xsh_rs_8_boundedrand_r() local
894 uint16_t threshold = ((uint16_t)(-bound)) % bound; in pcg_oneseq_32_xsh_rs_16_boundedrand_r() local
912 uint32_t threshold = -bound % bound; in pcg_oneseq_64_xsh_rs_32_boundedrand_r() local
933 uint64_t threshold = -bound % bound; in pcg_oneseq_128_xsh_rs_64_boundedrand_r() local
952 uint8_t threshold = ((uint8_t)(-bound)) % bound; in pcg_unique_16_xsh_rs_8_boundedrand_r() local
970 uint16_t threshold = ((uint16_t)(-bound)) % bound; in pcg_unique_32_xsh_rs_16_boundedrand_r() local
988 uint32_t threshold = -bound % bound; in pcg_unique_64_xsh_rs_32_boundedrand_r() local
1009 uint64_t threshold = -bound % bound; in pcg_unique_128_xsh_rs_64_boundedrand_r() local
1029 uint8_t threshold = ((uint8_t)(-bound)) % bound; in pcg_setseq_16_xsh_rs_8_boundedrand_r() local
1049 uint16_t threshold = ((uint16_t)(-bound)) % bound; in pcg_setseq_32_xsh_rs_16_boundedrand_r() local
[all …]
/freebsd/tools/test/arc4random/
H A Dbiastest.c48 uint32_t threshold = 3UL << 30; in main() local
99 collect_sample(unsigned char *sample, long long tries, uint32_t threshold) in collect_sample()
127 analyze_sample(const unsigned char *sample, long long tries, uint32_t threshold) in analyze_sample()
/freebsd/sys/arm/nvidia/
H A Dtegra_efuse.c140 struct tegra_sku_info *sku, int *threshold) in tegra124_rev_sku_to_speedo_ids()
192 int i, threshold; in tegra124_init() local
297 struct tegra_sku_info *sku, int speedo_rev, int *threshold) in tegra210_rev_sku_to_speedo_ids()
332 int i, threshold, speedo_rev; in tegra210_init() local
/freebsd/lib/libc/gen/
H A Darc4random_uniform.c38 uint32_t threshold; in arc4random_uniform() local
/freebsd/sys/kern/
H A Dsubr_prng.c58 uint64_t threshold = -bound % bound; in pcg64u_boundedrand_r() local
/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibccconfig.c260 uint32_t threshold; in switch_congestion_setting() local
348 uint32_t threshold; in switch_port_congestion_setting() local
/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dentropy_common.c50 int threshold; in FSE_readNCount() local
/freebsd/sys/contrib/ck/include/
H A Dck_hp.h46 unsigned int threshold; member
/freebsd/sys/contrib/device-tree/src/arm/mediatek/
H A Dmt2701.dtsi96 threshold: trip-point@0 { label
/freebsd/sys/contrib/ck/src/
H A Dck_hp.c86 ck_hp_set_threshold(struct ck_hp *state, unsigned int threshold) in ck_hp_set_threshold()
/freebsd/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.c971 t_Error QM_ConfigPfdrThreshold(t_Handle h_Qm, uint32_t threshold) in QM_ConfigPfdrThreshold()
983 t_Error QM_ConfigSfdrReservationThreshold(t_Handle h_Qm, uint32_t threshold) in QM_ConfigSfdrReservationThreshold()
/freebsd/sys/contrib/device-tree/src/arm64/hisilicon/
H A Dhi6220.dtsi888 threshold: trip-point0 { label
H A Dhi3660.dtsi1129 threshold: trip-point0 { label
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/
H A Dmt8173-elm.dtsi197 threshold: trip-point0 { label
H A Dmt8173.dtsi277 threshold: trip-point0 { label
/freebsd/usr.bin/du/
H A Ddu.c82 static off_t threshold, threshold_sign; variable
/freebsd/sys/powerpc/cpufreq/
H A Dmpc85xx_jog.c100 int threshold; /* Threshold frequency, in MHz, for setting CORE_SPD bit. */ member
/freebsd/sys/dev/sound/pci/
H A Dhdspe-pcm.c834 int threshold; in hdspechan_setspeed() local
907 int threshold; in hdspechan_setblocksize() local
H A Dhdsp-pcm.c850 int threshold; in hdspchan_setspeed() local
912 int threshold; in hdspchan_setblocksize() local
/freebsd/sys/contrib/device-tree/src/arm/rockchip/
H A Drv1108.dtsi316 threshold: trip-point0 { global() label
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cpp519 uptr threshold = common_flags()->clear_shadow_mmap_threshold; in TagMemoryAligned() local
/freebsd/sys/contrib/zstd/lib/common/
H A Dentropy_common.c78 int threshold; in FSE_readNCount_body() local
/freebsd/sys/dev/nvme/
H A Dnvme_ctrlr_cmd.c231 uint32_t microseconds, uint32_t threshold, nvme_cb_fn_t cb_fn, void *cb_arg) in nvme_ctrlr_cmd_set_interrupt_coalescing()
/freebsd/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.c668 t_Error BM_ConfigFbprThreshold(t_Handle h_Bm, uint32_t threshold) in BM_ConfigFbprThreshold()
/freebsd/contrib/bc/src/
H A Drand.c521 BcRand threshold; in bc_rand_bounded() local

123