Searched refs:pSeed (Results 1 – 5 of 5) sorted by relevance
37 bool GenerateSeedFromCryptoRandom(uint32_t* pSeed) { in GenerateSeedFromCryptoRandom() argument43 ::CryptGenRandom(hCP, sizeof(uint32_t), reinterpret_cast<uint8_t*>(pSeed)); in GenerateSeedFromCryptoRandom()
985 UInt VG_(random)( /*MOD*/UInt* pSeed ) in VG_()989 if (pSeed == NULL) in VG_()990 pSeed = &seed; in VG_()992 *pSeed = (1103515245 * *pSeed + 12345); in VG_()993 return *pSeed; in VG_()
339 pSeed = getIntBaseSeed(config.baseseed) + ','344 …figName, glConfigName = pGLConfig, screenRotation = pRotation, baseSeed = pSeed, fboConfig = pFBOC…
225 extern UInt VG_(random) ( /*MOD*/UInt* pSeed );
938 ULONG *pSeed = &pAacDecoderStaticChannelInfo->nfRandomSeed; in CLpd_TcxDecode() local987 UsacRandomSign(pSeed) ? (coeffs[k] = neg_noise_level) in CLpd_TcxDecode()1003 UsacRandomSign(pSeed) ? (coeffs[k] = neg_noise_level) in CLpd_TcxDecode()