Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/tests/
Dmem_range_test.cpp37 static uintptr_t RandomUintptr() in RandomUintptr() function
47 uintptr_t rand_1 = min_start + RandomUintptr() % (max_end - min_start + 1); in RandomMemRange()
48 uintptr_t rand_2 = min_start + RandomUintptr() % (max_end - min_start + 1); in RandomMemRange()
202 position = RandomUintptr(); in TEST()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
Dmem_range_test.cpp41 static uintptr_t RandomUintptr() in RandomUintptr() function
51 uintptr_t rand1 = minStart + RandomUintptr() % (maxEnd - minStart + 1U); in RandomMemRange()
52 uintptr_t rand2 = minStart + RandomUintptr() % (maxEnd - minStart + 1U); in RandomMemRange()
224 position = RandomUintptr(); in TEST()