Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_extension.cpp561 FX_MTRANDOMCONTEXT* pMTC = static_cast<FX_MTRANDOMCONTEXT*>(pContext); in FX_Random_MT_Generate() local
564 uint32_t& mti = pMTC->mti; in FX_Random_MT_Generate()
565 uint32_t* pBuf = pMTC->mt; in FX_Random_MT_Generate()
567 if (mti > MT_N && !pMTC->bHaveSeed) { in FX_Random_MT_Generate()