Searched refs:bit_change_seed (Results 1 – 4 of 4) sorted by relevance
/external/ltp/testcases/network/stress/ns-tools/ |
D | ns-icmpv4_sender.c | 424 seed = bit_change_seed(bitsize, 1); in thrust_fakes() 430 seed = bit_change_seed(bitsize, 1); in thrust_fakes() 436 seed = bit_change_seed(bitsize, bitsize / 8); in thrust_fakes() 469 seed = bit_change_seed(bitsize, 0); in thrust_fakes() 485 seed = bit_change_seed(bitsize, 0); in thrust_fakes() 516 seed = bit_change_seed(bitsize, bitsize / 8); in thrust_fakes() 527 seed = bit_change_seed(bitsize, bitsize / 8); in thrust_fakes()
|
D | ns-icmpv6_sender.c | 647 seed = bit_change_seed(bitsize, 1); in thrust_fakes() 653 seed = bit_change_seed(bitsize, bitsize / 8); in thrust_fakes() 665 seed = bit_change_seed(bitsize, 0); in thrust_fakes() 697 seed = bit_change_seed(bitsize, bitsize / 8); in thrust_fakes()
|
D | ns-traffic.h | 230 u_int32_t bit_change_seed(size_t bitsize, size_t oversize);
|
D | ns-common.c | 228 u_int32_t bit_change_seed(size_t bitsize, size_t oversize) in bit_change_seed() function
|