Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_random.cpp79 return FX_Random_MT_Start(++g_nGlobalSeed); in ContextFromNextGlobalSeed()
84 void* FX_Random_MT_Start(uint32_t dwSeed) { in FX_Random_MT_Start() function
Dfx_random.h12 void* FX_Random_MT_Start(uint32_t dwSeed);
/external/pdfium/core/fpdfapi/edit/
Dcpdf_creator.cpp115 void* pContext = FX_Random_MT_Start(dwSeed1); in GenerateFileID()
120 pContext = FX_Random_MT_Start(dwSeed2); in GenerateFileID()