Home
last modified time | relevance | path

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

/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/s390x/
H A Dvector.h146 uint8_t random_memory_pool[64] __attribute__ ((aligned (64))); variable
150 for(i = 0; i < sizeof(random_memory_pool) / sizeof(random_memory_pool[0]); i++) in randomize_memory_pool()
152 random_memory_pool[i] = random_element(); in randomize_memory_pool()
212 [r_memory_pool] "r" (random_memory_pool), \
213 [m_memory_pool] "m" (random_memory_pool) \
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/s390x/
H A Dvector.h146 uint8_t random_memory_pool[64] __attribute__ ((aligned (64))); variable
150 for(i = 0; i < sizeof(random_memory_pool) / sizeof(random_memory_pool[0]); i++) in randomize_memory_pool()
152 random_memory_pool[i] = random_element(); in randomize_memory_pool()
212 [r_memory_pool] "r" (random_memory_pool), \
213 [m_memory_pool] "m" (random_memory_pool) \