Home
last modified time | relevance | path

Searched refs:pSeed (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_random.cpp37 bool GenerateSeedFromCryptoRandom(uint32_t* pSeed) { in GenerateSeedFromCryptoRandom() argument
43 ::CryptGenRandom(hCP, sizeof(uint32_t), reinterpret_cast<uint8_t*>(pSeed)); in GenerateSeedFromCryptoRandom()
/external/valgrind/coregrind/
Dm_libcbase.c985 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_()
/external/deqp/external/openglcts/scripts/
Dmustpass.py339 pSeed = getIntBaseSeed(config.baseseed) + ','
344 …figName, glConfigName = pGLConfig, screenRotation = pRotation, baseSeed = pSeed, fboConfig = pFBOC…
/external/valgrind/include/
Dpub_tool_libcbase.h225 extern UInt VG_(random) ( /*MOD*/UInt* pSeed );
/external/aac/libAACdec/src/
Dusacdec_lpd.cpp938 ULONG *pSeed = &pAacDecoderStaticChannelInfo->nfRandomSeed; in CLpd_TcxDecode() local
987 UsacRandomSign(pSeed) ? (coeffs[k] = neg_noise_level) in CLpd_TcxDecode()
1003 UsacRandomSign(pSeed) ? (coeffs[k] = neg_noise_level) in CLpd_TcxDecode()