Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/include/glm/gtx/
Dhash.inl16 GLM_INLINE void hash_combine(size_t &seed, size_t hash)
35 size_t seed = 0; local
45 size_t seed = 0; local
56 size_t seed = 0; local
68 size_t seed = 0; local
80 size_t seed = 0; local
90 size_t seed = 0; local
100 size_t seed = 0; local
110 size_t seed = 0; local
120 size_t seed = 0; local
[all …]
/device/generic/vulkan-cereal/third-party/lz4/
Dxxhash.c256 static U32 XXH32_round(U32 seed, U32 input) in XXH32_round()
264 FORCE_INLINE U32 XXH32_endian_align(const void* input, size_t len, U32 seed, XXH_endianess endian, … in XXH32_endian_align()
321 XXH_PUBLIC_API unsigned int XXH32 (const void* input, size_t len, unsigned int seed) in XXH32()
366 XXH_PUBLIC_API XXH_errorcode XXH32_reset(XXH32_state_t* statePtr, unsigned int seed) in XXH32_reset()
624 FORCE_INLINE U64 XXH64_endian_align(const void* input, size_t len, U64 seed, XXH_endianess endian, … in XXH64_endian_align()
693 XXH_PUBLIC_API unsigned long long XXH64 (const void* input, size_t len, unsigned long long seed) in XXH64()
736 XXH_PUBLIC_API XXH_errorcode XXH64_reset(XXH64_state_t* statePtr, unsigned long long seed) in XXH64_reset()
/device/generic/vulkan-cereal/third-party/angle/src/common/third_party/xxhash/
Dxxhash.c269 static U32 XXH32_round(U32 seed, U32 input) in XXH32_round()
352 XXH32_endian_align(const void* input, size_t len, U32 seed, in XXH32_endian_align()
392 XXH_PUBLIC_API unsigned int XXH32 (const void* input, size_t len, unsigned int seed) in XXH32()
437 XXH_PUBLIC_API XXH_errorcode XXH32_reset(XXH32_state_t* statePtr, unsigned int seed) in XXH32_reset()
811 XXH64_endian_align(const void* input, size_t len, U64 seed, in XXH64_endian_align()
855 XXH_PUBLIC_API unsigned long long XXH64 (const void* input, size_t len, unsigned long long seed) in XXH64()
898 XXH_PUBLIC_API XXH_errorcode XXH64_reset(XXH64_state_t* statePtr, unsigned long long seed) in XXH64_reset()
/device/generic/goldfish/network/wifi_forwarder/
Dhash.h22 inline void hash_combine(size_t& seed, const T& value) { in hash_combine()
/device/generic/goldfish/network/netmgr/
Dmacaddress.h36 inline void hash_combine(size_t& seed, const T& value) { in hash_combine()
/device/generic/vulkan-cereal/third-party/angle/src/common/third_party/smhasher/src/
DPMurHash.cpp307 uint32_t PMurHash32(uint32_t seed, const void *key, int len) in PMurHash32()
317 void PMurHash32_test(const void *key, int len, uint32_t seed, void *out) in PMurHash32_test()
/device/generic/vulkan-cereal/third-party/angle/util/
Drandom_utils.h73 inline Vector4 RandomVec4(int seed, float minValue, float maxValue) in RandomVec4()
Drandom_utils.cpp27 RNG::RNG(unsigned int seed) : mGenerator(seed) {} in RNG()
/device/generic/vulkan-cereal/third-party/astc-codec/src/decoder/
Dpartition.cc39 int SelectASTCPartition(int seed, int x, int y, int z, int partitioncount, in SelectASTCPartition()
172 const auto seed = 0; in operator ()() local
174 [&mapping](size_t seed, const int& subset) { in operator ()()
/device/google/sunfish/json-c/
Dlinkhash.c405 int seed; in lh_char_hash() local
/device/google/coral/json-c/
Dlinkhash.c405 int seed; in lh_char_hash() local
/device/google/crosshatch/json-c/
Dlinkhash.c405 int seed; in lh_char_hash() local
/device/google/redbull/json-c/
Dlinkhash.c405 int seed; in lh_char_hash() local
/device/google/bonito/json-c/
Dlinkhash.c405 int seed; in lh_char_hash() local
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DClearTest.cpp1241 int seed = cellX + cellY * numRowsCols; in TEST_P() local
1265 int seed = cellX + cellY * numRowsCols; in TEST_P() local
DStateChangeTest.cpp2632 int seed = cellX + cellY * numRowsCols; in TEST_P() local
2658 int seed = cellX + cellY * numRowsCols; in TEST_P() local
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_ops/
DRewriteStructSamplers.cpp180 size_t seed = 0; in operator ()() local
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/proto/
Dperfetto_trace.proto1042 optional uint32 seed = 3; field
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dperfetto.cc15609 uint32_t seed() const { return seed_; } in seed() function in perfetto::protos::gen::TestConfig
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp19733 uint32_t seed() const { return seed_; } in seed() function in perfetto::protos::gen::TestConfig