/freebsd/tools/test/stress2/misc/ |
H A D | cluster.sh | 101 ln = rnd() % BSIZE + 1; function 102 offset = rnd() % (MX - ln); function 139 ln = rnd() % BSIZE + 1; function 140 offset = rnd() % (MX - ln); function 183 offset = rnd() % MX; function 184 offset = rnd(); function
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_rand.c | 23 static int bnrand(BNRAND_FLAG flag, BIGNUM *rnd, int bits, int top, int bottom, in bnrand() argument 102 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_rand_ex() argument 108 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand() argument 113 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand() argument 119 BN_priv_rand_ex(BIGNUM * rnd,int bits,int top,int bottom,unsigned int strength,BN_CTX * ctx) BN_priv_rand_ex() argument 126 BN_priv_rand(BIGNUM * rnd,int bits,int top,int bottom) BN_priv_rand() argument 231 BN_pseudo_rand(BIGNUM * rnd,int bits,int top,int bottom) BN_pseudo_rand() argument [all...] |
H A D | bn_depr.c | 27 BIGNUM *rnd = NULL; in BN_generate_prime() local
|
H A D | bn_prime.c | 478 static int probable_prime(BIGNUM *rnd, int bits, int safe, prime_t *mods, in probable_prime() 536 static int probable_prime_dh(BIGNUM *rnd, int bits, int safe, prime_t *mods, in probable_prime_dh()
|
/freebsd/sys/net/route/ |
H A D | route_ctl.c | 352 const struct sockaddr *netmask, struct route_nhop_data *rnd) in lookup_prefix_bysa() 372 struct route_nhop_data *rnd) in lookup_prefix_rt() 385 struct route_nhop_data *rnd) in lookup_prefix() 397 struct route_nhop_data *rnd) in rib_lookup_prefix_plen() 481 struct route_nhop_data *rnd, int op_flags, struct rib_cmd_info *rc) in rib_add_route_px() 588 struct route_nhop_data rnd; in rib_del_route_px() local 665 struct route_nhop_data rnd = { in rib_copy_route() local 968 struct route_nhop_data rnd; in rib_del_route() local 1014 struct route_nhop_data rnd; in rt_delete_conditional() local 1218 struct route_nhop_data *rnd, struct rib_cmd_info *rc) in add_route() [all …]
|
H A D | route_helpers.c | 430 struct route_nhop_data rnd = { .rnd_weight = RT_DEFAULT_WEIGHT }; in rib_add_default_route() local 480 struct route_nhop_data rnd; in get_inet_parent_prefix() local 552 struct route_nhop_data rnd; in get_inet6_parent_prefix() local
|
/freebsd/usr.bin/enigma/ |
H A D | enigma.c | 38 unsigned rnd; in setup() local 142 unsigned rnd; in shuffle() local
|
/freebsd/contrib/lua/src/ |
H A D | ltablib.c | 250 unsigned int i, rnd = 0; in l_randomizePivot() local 334 static IdxT choosePivot (IdxT lo, IdxT up, unsigned int rnd) { in choosePivot() 346 unsigned int rnd) { in auxsort()
|
/freebsd/contrib/bearssl/src/rsa/ |
H A D | rsa_i15_oaep_encrypt.c | 30 const br_prng_class **rnd, const br_hash_class *dig, in br_rsa_i15_oaep_encrypt()
|
H A D | rsa_i32_oaep_encrypt.c | 30 const br_prng_class **rnd, const br_hash_class *dig, in br_rsa_i32_oaep_encrypt()
|
H A D | rsa_i31_oaep_encrypt.c | 30 const br_prng_class **rnd, const br_hash_class *dig, in br_rsa_i31_oaep_encrypt()
|
H A D | rsa_i62_oaep_encrypt.c | 32 const br_prng_class **rnd, const br_hash_class *dig, in br_rsa_i62_oaep_encrypt()
|
H A D | rsa_oaep_pad.c | 45 br_rsa_oaep_pad(const br_prng_class **rnd, const br_hash_class *dig, in br_rsa_oaep_pad()
|
/freebsd/sys/netlink/route/ |
H A D | rt.c | 221 dump_rc_nhop(struct nl_writer *nw, const struct route_nhop_data *rnd, struct rtmsg *rtm) in dump_rc_nhop() argument 268 const struct rtentry *rt, struct route_nhop_data *rnd, in dump_px() argument 358 struct route_nhop_data rnd = { report_operation() local 531 struct route_nhop_data rnd; global() member 616 struct route_nhop_data rnd; handle_rtm_getroute() local 968 struct route_nhop_data rnd = { .rnd_nhop = nh, .rnd_weight = attrs.rta_weight }; rtnl_handle_newroute() local 1081 struct route_nhop_data rnd = { rtnl_handle_route_event() local [all...] |
/freebsd/contrib/ntp/libntp/lib/isc/ |
H A D | random.c | 102 isc_uint32_t rnd; in isc_random_jitter() local
|
/freebsd/sys/netgraph/netflow/ |
H A D | netflow.c | 353 struct route_nhop_data rnd; in hash_insert() local 377 struct route_nhop_data rnd; in hash_insert() local 431 struct route_nhop_data rnd; in hash6_insert() local 451 struct route_nhop_data rnd; in hash6_insert() local
|
/freebsd/contrib/unbound/util/ |
H A D | net_help.h | 97 #define GET_RANDOM_ID(rnd) (((unsigned)ub_random(rnd)>>8) & 0xffff) argument
|
/freebsd/sys/netinet6/ |
H A D | in6_fib.c | 294 uint32_t scopeid, uint32_t flags, struct route_nhop_data *rnd) in fib6_lookup_rt() 335 struct route_nhop_data rnd; in fib6_lookup_debugnet() local
|
/freebsd/sys/netinet/ |
H A D | in_fib.c | 281 uint32_t flags, struct route_nhop_data *rnd) in fib4_lookup_rt() 320 struct route_nhop_data rnd; in fib4_lookup_debugnet() local
|
/freebsd/lib/libc/resolv/ |
H A D | res_init.c | 750 u_char *rnd = statp->_rnd == NULL ? srnd : statp->_rnd; in res_rndinit() local 768 u_char *rnd = statp->_rnd == NULL ? srnd : statp->_rnd; in res_nrandomid() local
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/file/ |
H A D | file_write.c | 51 char rnd = rand() & 0xff; in randomize_buffer() local
|
/freebsd/contrib/netbsd-tests/lib/libc/gen/ |
H A D | t_fpsetround.c | 64 } rnd[] = { variable
|
/freebsd/contrib/arm-optimized-routines/math/test/ |
H A D | ulp_wrappers.h | 27 static int mpfr_tanpi (mpfr_t ret, const mpfr_t arg, mpfr_rnd_t rnd) { in mpfr_tanpi() 33 static int mpfr_sinpi (mpfr_t ret, const mpfr_t arg, mpfr_rnd_t rnd) { in mpfr_sinpi() 40 static int mpfr_cospi (mpfr_t ret, const mpfr_t arg, mpfr_rnd_t rnd) { in mpfr_cospi() 48 static int wrap_mpfr_powi(mpfr_t ret, const mpfr_t x, const mpfr_t y, mpfr_rnd_t rnd) { in wrap_mpfr_powi()
|
/freebsd/contrib/arm-optimized-routines/math/test/rtest/ |
H A D | dotest.c | 23 mpfr_tanpi (mpfr_t ret, const mpfr_t arg, mpfr_rnd_t rnd) in mpfr_tanpi() 32 mpfr_sinpi (mpfr_t ret, const mpfr_t arg, mpfr_rnd_t rnd) in mpfr_sinpi() 41 mpfr_cospi (mpfr_t ret, const mpfr_t arg, mpfr_rnd_t rnd) in mpfr_cospi() 353 int test_lgamma(mpfr_t ret, const mpfr_t x, mpfr_rnd_t rnd) in test_lgamma() 368 int test_cpow(mpc_t ret, const mpc_t x, const mpc_t y, mpc_rnd_t rnd) in test_cpow()
|
/freebsd/tools/test/stress2/tools/ |
H A D | fstool.c | 44 static int max, rnd; variable
|