Home
last modified time | relevance | path

Searched defs:seed (Results 1 – 25 of 202) sorted by relevance

123456789

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dtile_id_hash.cpp8 std::size_t seed = 0; in operator ()() local
16 std::size_t seed = 0; in operator ()() local
23 std::size_t seed = 0; in operator ()() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/functional/hash/
H A Dhash.hpp198 std::size_t seed = 0; in hash_value_signed() local
219 std::size_t seed = 0; in hash_value_unsigned() local
232 inline void hash_combine_impl(SizeT& seed, SizeT value) in hash_combine_impl()
334 inline void hash_combine(std::size_t& seed, T const& v) in hash_combine()
347 std::size_t seed = 0; in hash_range() local
358 inline void hash_range(std::size_t& seed, It first, It last) in hash_range()
370 std::size_t seed = 0; in hash_range() local
382 inline void hash_range(std::size_t& seed, T* first, T* last) in hash_range()
H A Dextensions.hpp69 std::size_t seed = 0; in hash_value() local
121 std::size_t seed = hasher(v.imag()); in hash_value() local
146 hash_combine_tuple(std::size_t& seed, T const& v) in hash_combine_tuple()
155 std::size_t seed = 0; in hash_tuple() local
/OK3568_Linux_fs/kernel/lib/
H A Dxxhash.c94 static uint32_t xxh32_round(uint32_t seed, const uint32_t input) in xxh32_round()
102 uint32_t xxh32(const void *input, const size_t len, const uint32_t seed) in xxh32()
172 uint64_t xxh64(const void *input, const size_t len, const uint64_t seed) in xxh64()
242 void xxh32_reset(struct xxh32_state *statePtr, const uint32_t seed) in xxh32_reset()
256 void xxh64_reset(struct xxh64_state *statePtr, const uint64_t seed) in xxh64_reset()
H A Dtest_hash.c28 xorshift(u32 seed) in xorshift()
49 fill_buf(char *buf, size_t len, u32 seed) in fill_buf()
H A Drandom32.c132 u32 seed; member
142 u32 seed; member
259 static void prandom_seed_early(struct rnd_state *state, u32 seed, in prandom_seed_early()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/functional/hash/detail/
H A Dhash_float.hpp55 inline void hash_float_combine(std::size_t& seed, std::size_t value) in hash_float_combine()
68 std::size_t seed = 0; in hash_binary() local
164 std::size_t seed = static_cast<std::size_t>(v); in float_hash_impl2() local
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Dsegbuf.c170 nilfs_segbuf_fill_in_segsum_crc(struct nilfs_segment_buffer *segbuf, u32 seed) in nilfs_segbuf_fill_in_segsum_crc()
198 u32 seed) in nilfs_segbuf_fill_in_data_crc()
226 u32 seed) in nilfs_segbuf_fill_in_super_root_crc()
313 void nilfs_add_checksums_on_logs(struct list_head *logs, u32 seed) in nilfs_add_checksums_on_logs()
/OK3568_Linux_fs/u-boot/drivers/crypto/
H A Dace_sha.c121 void srand(unsigned int seed) in srand()
147 unsigned int seed = (unsigned int)&status; in rand() local
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Drand_stream.c17 int32_t seed; member
25 struct rand_stream *rand_stream_alloc(int seed, size_t stream_buffer_size) in rand_stream_alloc()
/OK3568_Linux_fs/kernel/include/linux/
H A Dprandom.h103 static inline void prandom_seed_state(struct rnd_state *state, u64 seed) in prandom_seed_state()
115 static inline u32 next_pseudo_random32(u32 seed) in next_pseudo_random32()
/OK3568_Linux_fs/kernel/include/net/
H A Dipv6_frag.h40 static inline u32 ip6frag_key_hashfn(const void *data, u32 len, u32 seed) in ip6frag_key_hashfn()
46 static inline u32 ip6frag_obj_hashfn(const void *data, u32 len, u32 seed) in ip6frag_obj_hashfn()
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dexynos-rng.c98 const u8 *seed, unsigned int slen) in exynos_rng_set_seed()
178 u8 seed[EXYNOS_RNG_SEED_SIZE]; in exynos_rng_reseed() local
225 static int exynos_rng_seed(struct crypto_rng *tfm, const u8 *seed, in exynos_rng_seed()
/OK3568_Linux_fs/u-boot/include/linux/
H A Dcrc32.h14 #define crc32(seed, data, length) crc32_le(seed, (unsigned char const *)data, length) argument
/OK3568_Linux_fs/kernel/crypto/
H A Ddrbg.c422 struct drbg_string *seed = NULL; in drbg_ctr_df() local
531 static int drbg_ctr_update(struct drbg_state *drbg, struct list_head *seed, in drbg_ctr_update()
654 static int drbg_hmac_update(struct drbg_state *drbg, struct list_head *seed, in drbg_hmac_update()
860 static int drbg_hash_update(struct drbg_state *drbg, struct list_head *seed, in drbg_hash_update()
1038 static inline int __drbg_seed(struct drbg_state *drbg, struct list_head *seed, in __drbg_seed()
1944 const u8 *seed, unsigned int slen) in drbg_kcapi_seed()
/OK3568_Linux_fs/u-boot/lib/
H A Drand.c29 void srand(unsigned int seed) in srand()
/OK3568_Linux_fs/u-boot/net/
H A Dnet_rand.h20 unsigned int seed; in seed_mac() local
/OK3568_Linux_fs/u-boot/drivers/rng/
H A Drockchip_rand.c36 void srand(unsigned int seed) in srand()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/detail/
H A Dhash_variant.hpp40 std::size_t seed = boost::apply_visitor(detail::variant::variant_hasher(), val); in hash_value() local
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/
H A Drand.h89 void (*seed) (const void *buf, int num); member
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/
H A Drand.h89 void (*seed) (const void *buf, int num); member
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/
H A Drand.h103 void (*seed) (const void *buf, int num); member
/OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/
H A Drand.h103 void (*seed) (const void *buf, int num); member
/OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/src/
H A Dxf86drmRandom.c83 drm_public void *drmRandomCreate(unsigned long seed) in drmRandomCreate()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Drandom.h61 inline void seed_random(unsigned int seed) in seed_random()

123456789