Home
last modified time | relevance | path

Searched refs:seed (Results 1 - 6 of 6) sorted by relevance

/developtools/profiler/device/plugins/native_daemon/include/
H A Dvirtual_runtime.h163 size_t seed = 0; in operator ()() local
165 seed ^= hasher(key.ip) + 0x9e3779b9 + (seed << 6) + (seed >> 2); in operator ()()
166 seed ^= hasher(key.filePathId) + 0x9e3779b9 + (seed << 6) + (seed >> 2); in operator ()()
167 return seed; in operator ()()
/developtools/profiler/device/plugins/native_hook/include/
H A Dsampling.h52 randomEngine_.seed(cnt); in SetRandomEngineSeed()
/developtools/profiler/device/plugins/native_hook/test/
H A Dhook_test.c209 unsigned int seed = (unsigned int)tv; in ThreadFuncC() local
211 randNum = rand_r(&seed) % TEST_BRANCH_NUM; in ThreadFuncC()
H A Dmalloc_test.cpp222 unsigned int seed = static_cast<unsigned int>(tv); in ThreadFuncC() local
225 randNum = rand_r(&seed) % testBranchNum; in ThreadFuncC()
/developtools/profiler/device/plugins/native_hook/test/unittest/
H A Dstack_writer_test.cpp105 unsigned int seed = (unsigned int)tv; in RandData() local
107 data[size] = rand_r(&seed) / (uint8_t)(-1); in RandData()
/developtools/profiler/hiebpf/include/
H A Dvmlinux.h46997 u32 *seed; member
59337 int (*seed)(struct crypto_rng *, const u8 *, unsigned int); global() member
60525 sector_t seed; global() member
122571 struct device *seed; global() member
[all...]

Completed in 421 milliseconds