/PHP-8.2/ext/random/ |
H A D | random.stub.php | 19 function mt_srand(int $seed = UNKNOWN, int $mode = MT_RAND_MT19937): void {} 22 function srand(int $seed = UNKNOWN, int $mode = MT_RAND_MT19937): void {} 46 public function __construct(int|null $seed = null, int $mode = MT_RAND_MT19937) {} 62 public function __construct(string|int|null $seed = null) {} 84 public function __construct(string|int|null $seed = null) {}
|
H A D | engine_mt19937.c | 123 static inline void mt19937_seed_state(php_random_status_state_mt19937 *state, uint64_t seed) in mt19937_seed_state() 141 static void seed(php_random_status *status, uint64_t seed) in seed() function 238 zend_long seed = 0; in php_random_mt19937_seed_default() local 253 zend_long seed, mode = MT_RAND_MT19937; in PHP_METHOD() local
|
H A D | engine_pcgoneseq128xslrr64.c | 36 static inline void seed128(php_random_status *status, php_random_uint128_t seed) in seed128() 45 static void seed(php_random_status *status, uint64_t seed) in seed() function
|
H A D | engine_combinedlcg.c | 35 static void seed(php_random_status *status, uint64_t seed) in seed() function
|
H A D | engine_xoshiro256starstar.c | 29 static inline uint64_t splitmix64(uint64_t *seed) in splitmix64() 94 static void seed(php_random_status *status, uint64_t seed) in seed() argument
|
H A D | random.c | 428 PHPAPI void php_mt_srand(uint32_t seed) 472 PHPAPI void php_srand(zend_long seed) 681 zend_long seed = 0; local
|
H A D | php_random.h | 235 void (*seed)(php_random_status *status, uint64_t seed); member
|
/PHP-8.2/ext/hash/ |
H A D | hash_murmur.c | 42 zval *seed = zend_hash_str_find_deref(args, "seed", sizeof("seed") - 1); in PHP_MURMUR3AInit() local 99 zval *seed = zend_hash_str_find_deref(args, "seed", sizeof("seed") - 1); in PHP_MURMUR3CInit() local 173 zval *seed = zend_hash_str_find_deref(args, "seed", sizeof("seed") - 1); in PHP_MURMUR3FInit() local
|
H A D | hash_xxhash.c | 46 zval *seed = zend_hash_str_find_deref(args, "seed", sizeof("seed") - 1); in PHP_XXH32Init() local 110 zval *seed = zend_hash_str_find_deref(args, "seed", sizeof("seed") - 1); in PHP_XXH64Init() local
|
/PHP-8.2/ext/hash/xxhash/ |
H A D | xxhash.h | 1090 XXH64_hash_t seed; member 3574 XXH64_hash_t seed) in XXH3_len_17to128_64b() 3604 XXH64_hash_t seed) in XXH3_len_129to240_64b() 4503 XXH64_hash_t seed, in XXH3_hashLong_64b_withSeed_internal() 4681 XXH64_hash_t seed, in XXH3_reset_internal() 4728 XXH3_64bits_reset_withSeed(XXH3_state_t* statePtr, XXH64_hash_t seed) in XXH3_64bits_reset_withSeed() 5132 const xxh_u8* secret, XXH64_hash_t seed) in XXH128_mix32B() 5145 XXH64_hash_t seed) in XXH3_len_17to128_128b() 5178 XXH64_hash_t seed) in XXH3_len_129to240_128b() 5370 XXH128(const void* input, size_t len, XXH64_hash_t seed) in XXH128() [all …]
|
/PHP-8.2/ext/standard/ |
H A D | uniqid.c | 75 double seed; in PHP_FUNCTION() local
|
/PHP-8.2/ext/hash/murmur/ |
H A D | PMurHash128.c | 427 void PMurHash128x86(const void * key, const int len, uint32_t seed, void * out) in PMurHash128x86() 634 void PMurHash128x64(const void * key, const int len, uint32_t seed, void * out) in PMurHash128x64()
|
/PHP-8.2/ext/gmp/ |
H A D | gmp.stub.php | 156 function gmp_random_seed(GMP|int|string $seed): void {}
|
H A D | gmp.c | 1828 zval *seed; in ZEND_FUNCTION() local
|
/PHP-8.2/ext/sodium/ |
H A D | libsodium.c | 595 unsigned char *seed; in PHP_FUNCTION() local 915 unsigned char *seed; in PHP_FUNCTION() local 2458 unsigned char *seed; in PHP_FUNCTION() local
|
/PHP-8.2/ext/gd/libgd/ |
H A D | gd.h | 752 unsigned int seed; member
|