Home
last modified time | relevance | path

Searched defs:random_test (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/util/tests/vma/
H A Dvma_random_test.cpp70 struct random_test { struct
71 static const uint64_t MEM_START_PAGE = 1;
72 static const uint64_t MEM_SIZE = 0xfffffffffffff000;
73 static const uint64_t MEM_PAGES = MEM_SIZE / MEM_PAGE_SIZE;
75 random_test(uint_fast32_t seed) in random_test() argument
81 ~random_test() in ~random_test()
86 void test(unsigned long count) in test()
98 bool alloc(uint64_t size_order=52, uint64_t align_order=52) in alloc()
150 void dealloc() in dealloc()
205 void fill() in fill()
[all …]
/aosp_15_r20/external/tink/go/subtle/random/
H A Drandom_test.go17 package random_test package
/aosp_15_r20/external/skia/tests/
H A DTDPQueueTest.cpp82 void random_test(skiatest::Reporter* reporter) { in random_test() function