Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/libs/libmpg123/
H A Ddither_impl.h22 static float rand_xorshift32(uint32_t *seed) in rand_xorshift32()
50 uint32_t seed = init_seed; in white_noise() local
59 uint32_t seed = init_seed; in tpdf_noise() local
68 uint32_t seed = init_seed; in highpass_tpdf_noise() local
/reactos/sdk/lib/crt/stdlib/
H A Drand.c24 srand(unsigned int seed) in srand()
H A Drand_nt.c26 void __cdecl srand(unsigned seed) in srand()
/reactos/drivers/filesystems/btrfs/
H A Dcrc32c.c62 uint32_t __stdcall calc_crc32c_sw(_In_ uint32_t seed, _In_reads_bytes_(msglen) uint8_t* msg, _In_ u… in calc_crc32c_sw()
H A Dxxhash.c378 static U32 XXH32_round(U32 seed, U32 input) in XXH32_round()
386 FORCE_INLINE_TEMPLATE U32 XXH32_endian_align(const void* input, size_t len, U32 seed, XXH_endianess… in XXH32_endian_align()
443 XXH_PUBLIC_API unsigned int XXH32 (const void* input, size_t len, unsigned int seed) in XXH32()
486 FORCE_INLINE_TEMPLATE U64 XXH64_endian_align(const void* input, size_t len, U64 seed, XXH_endianess… in XXH64_endian_align()
555 XXH_PUBLIC_API unsigned long long XXH64 (const void* input, size_t len, unsigned long long seed) in XXH64()
609 XXH_PUBLIC_API XXH_errorcode XXH32_reset(XXH32_state_t* statePtr, unsigned int seed) in XXH32_reset()
622 XXH_PUBLIC_API XXH_errorcode XXH64_reset(XXH64_state_t* statePtr, unsigned long long seed) in XXH64_reset()
H A Dfsctl.c74 LARGE_INTEGER seed; in get_uuid() local
/reactos/sdk/lib/3rdparty/libxml2/
H A Ddict.c121 int seed; member
381 xmlDictComputeBigKey(const xmlChar* data, int namelen, int seed) { in xmlDictComputeBigKey()
417 const xmlChar *name, int len, int seed) in xmlDictComputeBigQKey()
453 xmlDictComputeFastKey(const xmlChar *name, int namelen, int seed) { in xmlDictComputeFastKey()
497 const xmlChar *name, int len, int seed) in xmlDictComputeFastQKey()
/reactos/dll/opengl/glu32/src/libtess/
H A Dpriorityq.c96 unsigned long seed = 2016473283; in pqInit() local
/reactos/sdk/lib/3rdparty/freetype/src/cid/
H A Dcidobjs.c471 FT_UInt32 seed; in cid_driver_init() local
/reactos/sdk/lib/3rdparty/freetype/src/psaux/
H A Dpsconv.c562 FT_UShort* seed ) in PS_Conv_EexecDecode()
H A Dt1decode.c434 FT_Fixed seed; in t1_decoder_parse_charstrings() local
H A Dpsobjs.c2492 FT_UInt32 seed; in t1_make_subfont() local
2511 FT_UShort seed ) in t1_decrypt()
/reactos/sdk/lib/3rdparty/freetype/src/type1/
H A Dt1objs.c586 FT_UInt32 seed; in T1_Driver_Init() local
/reactos/sdk/lib/3rdparty/freetype/src/sfnt/
H A Dsfdriver.c295 FT_UInt32 seed, in murmur_hash_3_128()
983 FT_UInt32 seed = 123456789; in sfnt_get_var_ps_name() local
/reactos/modules/rostests/apitests/mspatcha/
H A Dmspatcha.c319 unsigned int crc32(unsigned int seed, unsigned char* msg, unsigned int msglen) in crc32()
/reactos/dll/3rdparty/mbedtls/
H A Dhmac_drbg.c187 unsigned char seed[MBEDTLS_HMAC_DRBG_MAX_SEED_INPUT]; in hmac_drbg_reseed_core() local
H A Dctr_drbg.c350 unsigned char seed[MBEDTLS_CTR_DRBG_MAX_SEED_INPUT]; in mbedtls_ctr_drbg_reseed() local
/reactos/sdk/lib/3rdparty/freetype/src/cff/
H A Dcffobjs.c1162 FT_UInt32 seed; in cff_driver_init() local
/reactos/modules/rostests/winetests/ntdll/
H A Drtl.c407 ULONG seed; in test_RtlUniform() local
705 ULONG seed; in test_RtlRandom() local
/reactos/dll/win32/advapi32/wine/
H A Dcred.c645 ULONG seed; in get_cred_mgr_encryption_key() local
/reactos/dll/win32/cabinet/
H A Dfci.c446 static cab_ULONG fci_get_checksum( const void *pv, UINT cb, cab_ULONG seed ) in fci_get_checksum()
/reactos/sdk/lib/fslib/btrfslib/
H A Dbtrfslib.c1071 ULONG seed; local
/reactos/sdk/lib/rtl/
H A Dactctx.c4150 static void generate_uuid(ULONG *seed, GUID *guid) in generate_uuid()
4215 ULONG *seed, ULONG rosterindex) in add_comserver_record()
4400 ULONG seed; in build_comserver_section() local
/reactos/drivers/filesystems/ext2/inc/linux/
H A Dext3_fs.h924 u32 *seed; member
/reactos/sdk/include/psdk/
H A Dwincrypt.h155 BYTE seed[20]; member
652 CRYPT_BIT_BLOB seed; member