/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/ |
D | Rand.c | 64 srand(unsigned int seed) in srand()
|
/device/generic/goldfish/network/netmgr/ |
D | macaddress.h | 36 inline void hash_combine(size_t& seed, const T& value) { in hash_combine()
|
/device/generic/goldfish/dhcp/server/ |
D | lease.h | 44 inline void hash_combine(size_t& seed, const T& value) { in hash_combine()
|
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/dp/ |
D | cdn_dp.h | 27 uint16_t seed; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | random.py | 100 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/ |
D | random.py | 100 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/ |
D | test_zlib.py | 474 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/ |
D | lstring.c | 51 unsigned int luaS_hash (const char *str, size_t l, unsigned int seed) { in luaS_hash()
|
D | lstate.h | 121 unsigned int seed; /* randomized seed for hashes */ member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/ |
D | random.c | 403 unsigned long seed; in _PyRandom_Init() local
|
/device/google/crosshatch/json-c/ |
D | linkhash.c | 405 int seed; in lh_char_hash() local
|
/device/google/bonito/json-c/ |
D | linkhash.c | 405 int seed; in lh_char_hash() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/ |
D | xmlparse.c | 696 unsigned int seed = time(NULL) % UINT_MAX; in generate_hash_secret_salt() local
|