| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | rte_random.c | 29 __rte_rand_lcg32(uint32_t *seed) in __rte_rand_lcg32() 37 __rte_rand_lcg64(uint32_t *seed) in __rte_rand_lcg64() 53 __rte_rand_lfsr258_gen_seed(uint32_t *seed, uint64_t min_value) in __rte_rand_lfsr258_gen_seed() 66 __rte_srand_lfsr258(uint64_t seed, struct rte_rand_state *state) in __rte_srand_lfsr258() 80 rte_srand(uint64_t seed) in rte_srand() 206 uint64_t seed; in RTE_INIT() local
|
| /f-stack/dpdk/lib/librte_table/ |
| H A D | rte_table_hash_func.h | 59 uint64_t seed) in rte_table_hash_crc_key8() 73 uint64_t seed) in rte_table_hash_crc_key16() 92 uint64_t seed) in rte_table_hash_crc_key24() 114 uint64_t seed) in rte_table_hash_crc_key32() 140 uint64_t seed) in rte_table_hash_crc_key40() 166 uint64_t seed) in rte_table_hash_crc_key48() 193 uint64_t seed) in rte_table_hash_crc_key56() 223 uint64_t seed) in rte_table_hash_crc_key64()
|
| H A D | rte_table_hash_cuckoo.h | 47 uint32_t seed; member
|
| H A D | rte_table_hash.h | 86 uint64_t seed; member
|
| /f-stack/freebsd/libkern/ |
| H A D | murmur3_32.c | 45 murmur3_32_hash(const void *data, size_t len, uint32_t seed) in murmur3_32_hash() 106 murmur3_32_hash32(const uint32_t *data, size_t count, uint32_t seed) in murmur3_32_hash32()
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ref10/ |
| H A D | keypair.c | 14 const unsigned char *seed) in crypto_sign_ed25519_seed_keypair() 39 unsigned char seed[32]; in crypto_sign_ed25519_keypair() local
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | hash.h | 73 hash_x86_32(const void *key, int len, uint32_t seed) { in hash_x86_32() 123 hash_x86_128(const void *key, const int len, uint32_t seed, in hash_x86_128() 224 hash_x64_128(const void *key, const int len, const uint32_t seed, in hash_x64_128() 303 hash(const void *key, size_t len, const uint32_t seed, size_t r_hash[2]) { in hash()
|
| /f-stack/freebsd/contrib/ck/src/ |
| H A D | ck_ht_hash.h | 119 uint32_t seed, uint32_t * out ) in MurmurHash3_x86_32() 175 static inline uint64_t MurmurHash64A ( const void * key, int len, uint64_t seed ) in MurmurHash64A() 234 static inline uint64_t MurmurHash64B ( const void * key, int len, uint64_t seed ) in MurmurHash64B()
|
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | datagen.c | 78 static BYTE RDG_genChar(U32* seed, const BYTE* ldt) in RDG_genChar() 144 void RDG_genBuffer(void* buffer, size_t size, double matchProba, double litProba, unsigned seed) in RDG_genBuffer() 155 void RDG_genStdout(unsigned long long size, double matchProba, double litProba, unsigned seed) in RDG_genStdout()
|
| /f-stack/freebsd/contrib/zstd/lib/common/ |
| H A D | xxhash.c | 285 static U32 XXH32_round(U32 seed, U32 input) in XXH32_round() 293 FORCE_INLINE_TEMPLATE U32 XXH32_endian_align(const void* input, size_t len, U32 seed, XXH_endianess… in XXH32_endian_align() 350 XXH_PUBLIC_API unsigned int XXH32 (const void* input, size_t len, unsigned int seed) in XXH32() 393 FORCE_INLINE_TEMPLATE U64 XXH64_endian_align(const void* input, size_t len, U64 seed, XXH_endianess… in XXH64_endian_align() 462 XXH_PUBLIC_API unsigned long long XXH64 (const void* input, size_t len, unsigned long long seed) in XXH64() 516 XXH_PUBLIC_API XXH_errorcode XXH32_reset(XXH32_state_t* statePtr, unsigned int seed) in XXH32_reset() 529 XXH_PUBLIC_API XXH_errorcode XXH64_reset(XXH64_state_t* statePtr, unsigned long long seed) in XXH64_reset()
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_mbufhash.c | 62 uint32_t seed; in m_ether_tcpip_hash_init() local 71 uint32_t seed; in m_infiniband_tcpip_hash_init() local
|
| H A D | subr_prng.c | 45 pcg64u_srandom_r(pcg64u_random_t *state64, uint64_t seed) in pcg64u_srandom_r()
|
| /f-stack/freebsd/contrib/libsodium/test/default/ |
| H A D | box_seed.c | 5 static unsigned char seed[32] = { 0x77, 0x07, 0x6d, 0x0a, 0x73, 0x18, 0xa5, variable
|
| H A D | kx.c | 14 unsigned char *seed; in tv_kx() local
|
| H A D | randombytes.c | 32 static const unsigned char seed[randombytes_SEEDBYTES] = { in randombytes_tests() local
|
| /f-stack/dpdk/app/test/ |
| H A D | test_table.c | 48 __rte_unused uint64_t seed) in pipeline_test_hash() 59 __rte_unused uint32_t seed) in pipeline_test_hash_cuckoo()
|
| /f-stack/app/redis-5.0.5/utils/hyperloglog/ |
| H A D | hll-gnuplot-graph.rb | 21 def run_experiment(r,seed,max,step) argument
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/readmmap/ |
| H A D | readmmap.c | 58 unsigned seed; in main() local
|
| /f-stack/dpdk/app/test-pipeline/ |
| H A D | pipeline_hash.c | 385 __rte_unused uint64_t seed) in test_hash() 397 __rte_unused uint32_t seed) in test_hash_cuckoo()
|
| /f-stack/freebsd/contrib/libsodium/test/quirks/ |
| H A D | quirks.h | 41 srandom(unsigned seed) in srandom()
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/ |
| H A D | crc64.h | 345 uint64_t seed) in crc64_compute()
|
| /f-stack/dpdk/drivers/bus/dpaa/include/ |
| H A D | fsl_fman_crc64.h | 221 static inline uint64_t fman_crc64_finish(uint64_t seed) in fman_crc64_finish()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/file_trunc/ |
| H A D | file_trunc.c | 56 static int seed = 0; variable
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_sign/ed25519/ |
| H A D | sign_ed25519.c | 45 crypto_sign_ed25519_sk_to_seed(unsigned char *seed, const unsigned char *sk) in crypto_sign_ed25519_sk_to_seed()
|
| /f-stack/dpdk/lib/librte_pipeline/ |
| H A D | rte_port_in_action.h | 138 uint64_t seed; member
|