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.cpp80 return FX_Random_MT_Start(++g_nGlobalSeed); in ContextFromNextGlobalSeed()
85 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.cpp122 void* pContext1 = FX_Random_MT_Start(dwSeed1); in GenerateFileID()
123 void* pContext2 = FX_Random_MT_Start(dwSeed2); in GenerateFileID()