Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
DRand.c64 srand(unsigned int seed) in srand()
/device/generic/goldfish/network/netmgr/
Dmacaddress.h36 inline void hash_combine(size_t& seed, const T& value) { in hash_combine()
/device/generic/goldfish/dhcp/server/
Dlease.h44 inline void hash_combine(size_t& seed, const T& value) { in hash_combine()
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/dp/
Dcdn_dp.h27 uint16_t seed; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Drandom.py100 def seed(self, a=None): member in Random
657 def seed(self, a=None): member in WichmannHill
828 seed = jumpahead = _stub variable in SystemRandom
884 seed = _inst.seed variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Drandom.py100 def seed(self, a=None): member in Random
659 def seed(self, a=None): member in WichmannHill
830 seed = jumpahead = _stub variable in SystemRandom
886 seed = _inst.seed variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_zlib.py474 def genblock(seed, length, step=1024, generator=random): argument
489 def choose_lines(source, number, seed=None, generator=random): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlstring.c51 unsigned int luaS_hash (const char *str, size_t l, unsigned int seed) { in luaS_hash()
Dlstate.h121 unsigned int seed; /* randomized seed for hashes */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
Drandom.c403 unsigned long seed; in _PyRandom_Init() local
/device/google/crosshatch/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/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
Dxmlparse.c696 unsigned int seed = time(NULL) % UINT_MAX; in generate_hash_secret_salt() local