Home
last modified time | relevance | path

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

/trunk/main/writerfilter/qa/cppunittests/qname/
H A DtestQName.cxx51 rtlRandomPool rndPool=rtl_random_createPool(); in test() local
56 rtl_random_getBytes(rndPool, &id, sizeof(id)); in test()
63 rtl_random_destroyPool(rndPool); in test()
68 rtlRandomPool rndPool=rtl_random_createPool(); in testperf() local
74 rtl_random_getBytes(rndPool, &id, sizeof(id)); in testperf()
82 rtl_random_destroyPool(rndPool); in testperf()

Completed in 51 milliseconds