Searched defs:icache_line_size_power_of_two (Results 1 - 2 of 2) sorted by last modified time

/external/vixl/src/a64/
H A Dcpu-a64.cc52 uint32_t icache_line_size_power_of_two = local
56 icache_line_size_ = 1 << icache_line_size_power_of_two;
/external/valgrind/main/VEX/switchback/
H A Dswitchback.c193 const UInt icache_line_size_power_of_two = local
197 const UInt icache_line_size_ = 1 << icache_line_size_power_of_two;

Completed in 88 milliseconds