Home
last modified time | relevance | path

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

/external/qemu/android/skin/
Dregion.c777 int maxruns; in region_operator_init() local
800 maxruns = run1_count < run2_count ? run2_count : run1_count; in region_operator_init()
801 o->store = runstore_alloc( 3*maxruns ); in region_operator_init()