/freebsd/sys/contrib/pcg-c/include/ |
H A D | pcg_variants.h | 876 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 D | biastest.c | 48 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 D | tegra_efuse.c | 140 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 D | arc4random_uniform.c | 38 uint32_t threshold; in arc4random_uniform() local
|
/freebsd/sys/kern/ |
H A D | subr_prng.c | 58 uint64_t threshold = -bound % bound; in pcg64u_boundedrand_r() local
|
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | ibccconfig.c | 260 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 D | entropy_common.c | 50 int threshold; in FSE_readNCount() local
|
/freebsd/sys/contrib/ck/include/ |
H A D | ck_hp.h | 46 unsigned int threshold; member
|
/freebsd/sys/contrib/device-tree/src/arm/mediatek/ |
H A D | mt2701.dtsi | 96 threshold: trip-point@0 { label
|
/freebsd/sys/contrib/ck/src/ |
H A D | ck_hp.c | 86 ck_hp_set_threshold(struct ck_hp *state, unsigned int threshold) in ck_hp_set_threshold()
|
/freebsd/sys/contrib/ncsw/Peripherals/QM/ |
H A D | qm.c | 971 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 D | hi6220.dtsi | 888 threshold: trip-point0 { label
|
H A D | hi3660.dtsi | 1129 threshold: trip-point0 { label
|
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/ |
H A D | mt8173-elm.dtsi | 197 threshold: trip-point0 { label
|
H A D | mt8173.dtsi | 277 threshold: trip-point0 { label
|
/freebsd/usr.bin/du/ |
H A D | du.c | 82 static off_t threshold, threshold_sign; variable
|
/freebsd/sys/powerpc/cpufreq/ |
H A D | mpc85xx_jog.c | 100 int threshold; /* Threshold frequency, in MHz, for setting CORE_SPD bit. */ member
|
/freebsd/sys/dev/sound/pci/ |
H A D | hdspe-pcm.c | 834 int threshold; in hdspechan_setspeed() local 907 int threshold; in hdspechan_setblocksize() local
|
H A D | hdsp-pcm.c | 850 int threshold; in hdspchan_setspeed() local 912 int threshold; in hdspchan_setblocksize() local
|
/freebsd/sys/contrib/device-tree/src/arm/rockchip/ |
H A D | rv1108.dtsi | 316 threshold: trip-point0 { global() label
|
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_linux.cpp | 519 uptr threshold = common_flags()->clear_shadow_mmap_threshold; in TagMemoryAligned() local
|
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | entropy_common.c | 78 int threshold; in FSE_readNCount_body() local
|
/freebsd/sys/dev/nvme/ |
H A D | nvme_ctrlr_cmd.c | 231 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 D | bm.c | 668 t_Error BM_ConfigFbprThreshold(t_Handle h_Bm, uint32_t threshold) in BM_ConfigFbprThreshold()
|
/freebsd/contrib/bc/src/ |
H A D | rand.c | 521 BcRand threshold; in bc_rand_bounded() local
|